Skip to content

Commit b9a581b

Browse files
committed
Bump dependencies and use normal workflows version
Ensures that tracing functionality will be picked up from newer versions of workflows and zocalo. Dockerfile was set to install from a specific branch of workflows for some diagnostic purposes, which is no longer needed. Workflows will now be installed along with the other dependencies from requirements.conda.txt in the image build.
1 parent c93bd90 commit b9a581b

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ RUN source /dials/dials \
1313
RUN source /dials/dials \
1414
&& sed -i'' 's|libtbx.conda|/dials/conda_base/condabin/conda|' "/dials/modules/dlstbx/src/dlstbx/requirements.py" \
1515
&& libtbx.python /dials/modules/dlstbx/contrib/candygram.py dials dials_data dials_research dlstbx dxtbx fast_dp screen19 sphinx xia2 zocalo \
16-
&& conda install -y --file=/dials/modules/dlstbx/requirements.conda.txt python-relion \
17-
&& pip3 install git+https://github.com/DiamondLightSource/python-workflows@diag_emptyheader
16+
&& conda install -y --file=/dials/modules/dlstbx/requirements.conda.txt python-relion
1817

1918
CMD ["dials.version"]

requirements.conda.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ pyzmq
2424
seaborn
2525
sqlalchemy>=2.0.39,<3
2626
stomp.py>=7,<9
27-
workflows>=2.19
27+
workflows>=3.3
2828
xmltodict
29-
zocalo>=1.3.0
29+
zocalo>=1.4.0

0 commit comments

Comments
 (0)