Skip to content
Snippets Groups Projects
Commit 045ae80f authored by Karim Ahmed's avatar Karim Ahmed
Browse files

fix: remove unneeded dep and variable

parent 36999dbc
No related branches found
No related tags found
1 merge request!1059[webservice] Intoduce Global Logger for xfel-calibrate
...@@ -25,12 +25,10 @@ echo "job ID: ${SLURM_JOB_ID:-none}" ...@@ -25,12 +25,10 @@ echo "job ID: ${SLURM_JOB_ID:-none}"
echo "hostname: $(hostname)" echo "hostname: $(hostname)"
export CAL_NOTEBOOK_NAME="$notebook" export CAL_NOTEBOOK_NAME="$notebook"
export SLURM_JOB_ID="${SLURM_JOB_ID:-local}"
# This is created by calibrate.py in CAL_WORKING_DIR # This is created by calibrate.py in CAL_WORKING_DIR
setup_logger="setup-logging-nb.py" setup_logger="setup-logging-nb.py"
# make sure we use agg backend # make sure we use agg backend
export MPLBACKEND=AGG export MPLBACKEND=AGG
......
...@@ -92,7 +92,6 @@ install_requires = [ ...@@ -92,7 +92,6 @@ install_requires = [
"pymunge==0.1.3", "pymunge==0.1.3",
"pypandoc==1.13", "pypandoc==1.13",
"python-dateutil==2.8.2", "python-dateutil==2.8.2",
"python-json-logger==2.0.7",
"pyyaml==6.0.1", "pyyaml==6.0.1",
"pyzmq==25.1.2", "pyzmq==25.1.2",
"requests==2.29.0", "requests==2.29.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment