Skip to content

Commit

Permalink
For PyHEP we are going to use dask_jobqueue 0.7.3
Browse files Browse the repository at this point in the history
Looks like there were some changes in codebase which is incompatible to our current setup (we need more testing)
  • Loading branch information
oshadura committed Sep 12, 2022
1 parent 0b9af1c commit c787c6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-analysis-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ RUN pip install --no-cache-dir \
servicex \
func-adl-uproot \
cabinetry \
dask_jobqueue==0.7.4 \
dask_jobqueue==0.7.3 \
aiostream

# ------- xrootd-authz-plugin -------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile.cc-ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ ENV CACHE_PREFIX=$CACHE_PREFIX

USER ${NB_USER}
RUN pip install --no-cache-dir \
dask_jobqueue==0.7.4 \
dask_jobqueue==0.7.3 \
# funcx
funcx==0.3.9 \
# visualization
Expand Down

0 comments on commit c787c6a

Please sign in to comment.