Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Nov 16, 2023
1 parent 8d01da9 commit c4c70d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,15 +138,15 @@ dependencies:
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
- pynvml>=11.0.0,<11.5
- rapids-dask-dependency==24.02.*
- rapids-dask-dependency==24.2.*
- zict>=2.0.0
test_python:
common:
- output_types: [conda, requirements, pyproject]
packages:
- cudf==24.02.*
- dask-cudf==24.02.*
- kvikio==24.02.*
- cudf==24.2.*
- dask-cudf==24.2.*
- kvikio==24.2.*
- pytest
- pytest-cov
- ucx-py==0.36.*
Expand Down
8 changes: 4 additions & 4 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ dependencies = [
"numpy>=1.21",
"pandas>=1.3,<1.6.0dev0",
"pynvml>=11.0.0,<11.5",
"rapids-dask-dependency==24.02.*",
"rapids-dask-dependency==24.2.*",
"zict>=2.0.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down Expand Up @@ -48,9 +48,9 @@ docs = [
"sphinx-rtd-theme>=0.5.1",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit dependencies.yaml and run `rapids-dependency-file-generator`.
test = [
"cudf==24.02.*",
"dask-cudf==24.02.*",
"kvikio==24.02.*",
"cudf==24.2.*",
"dask-cudf==24.2.*",
"kvikio==24.2.*",
"pytest",
"pytest-cov",
"ucx-py==0.36.*",
Expand Down

0 comments on commit c4c70d6

Please sign in to comment.