Skip to content

Commit

Permalink
Update dependencies with rapids-dependency-file-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
pentschev committed Oct 24, 2023
1 parent 859e668 commit b0b1e6d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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 @@ -18,10 +18,10 @@ dependencies:
- cupy
- cxx-compiler
- cython>=3.0.0
- dask
- dask-cuda==23.12.*
- dask-cudf==23.12.*
- dask>=2023.1.1
- distributed>=2023.1.1
- distributed
- fmt>=9.1.0,<10
- gmock>=1.13.0
- gtest>=1.13.0
Expand Down
4 changes: 2 additions & 2 deletions conda/environments/all_cuda-120_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ dependencies:
- cupy
- cxx-compiler
- cython>=3.0.0
- dask
- dask-cuda==23.12.*
- dask-cudf==23.12.*
- dask>=2023.1.1
- distributed>=2023.1.1
- distributed
- fmt>=9.1.0,<10
- gmock>=1.13.0
- gtest>=1.13.0
Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ test = [
"cloudpickle",
"cudf==23.12.*",
"cupy",
"dask>=2023.1.1",
"distributed>=2023.1.1",
"dask",
"distributed",
"numba>=0.57.1",
"pytest",
"pytest-asyncio",
Expand Down

0 comments on commit b0b1e6d

Please sign in to comment.