Skip to content

Commit

Permalink
Pinning dask temporarily because a recent commit broke things
Browse files Browse the repository at this point in the history
  • Loading branch information
cjnolet committed Mar 21, 2023
1 parent 1a3c028 commit 6f4e77d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ dependencies:
- cxx-compiler
- cython>=0.29,<0.30
- dask-cuda=23.04
- dask>=2023.1.1
- distributed>=2023.1.1
- dask<=2023.3.1
- distributed>=2023.3.1
- doxygen>=1.8.20
- faiss-proc=*=cuda
- gcc_linux-64=11.*
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ dependencies:
common:
- output_types: [conda]
packages:
- dask>=2023.1.1
- distributed>=2023.1.1
- dask<=2023.3.1
- distributed>=2023.3.1
- ucx>=1.13.0
- ucx-py=0.31.*
- ucx-proc=*=gpu
Expand Down

0 comments on commit 6f4e77d

Please sign in to comment.