From 045ae80f258cb3ca36a6173fa4c404556a2b765e Mon Sep 17 00:00:00 2001
From: ahmedk <karim.ahmed@xfel.eu>
Date: Mon, 11 Nov 2024 20:12:38 +0100
Subject: [PATCH] fix: remove unneeded dep and variable

---
 bin/slurm_calibrate.sh | 2 --
 setup.py               | 1 -
 2 files changed, 3 deletions(-)

diff --git a/bin/slurm_calibrate.sh b/bin/slurm_calibrate.sh
index 35aa6bd6c..98c45daed 100755
--- a/bin/slurm_calibrate.sh
+++ b/bin/slurm_calibrate.sh
@@ -25,12 +25,10 @@ echo "job ID: ${SLURM_JOB_ID:-none}"
 echo "hostname: $(hostname)"
 
 export CAL_NOTEBOOK_NAME="$notebook"
-export SLURM_JOB_ID="${SLURM_JOB_ID:-local}"
 
 # This is created by calibrate.py in CAL_WORKING_DIR
 setup_logger="setup-logging-nb.py"
 
-
 # make sure we use agg backend
 export MPLBACKEND=AGG
 
diff --git a/setup.py b/setup.py
index 8da10a662..b8ce52d6d 100644
--- a/setup.py
+++ b/setup.py
@@ -92,7 +92,6 @@ install_requires = [
         "pymunge==0.1.3",
         "pypandoc==1.13",
         "python-dateutil==2.8.2",
-        "python-json-logger==2.0.7",
         "pyyaml==6.0.1",
         "pyzmq==25.1.2",
         "requests==2.29.0",
-- 
GitLab