Skip to content

Commit

Permalink
Merge pull request #1124 from rapidsai/branch-23.02
Browse files Browse the repository at this point in the history
[RELEASE] dask-cuda v23.02.01
  • Loading branch information
raydouglass committed Feb 22, 2023
2 parents 748bccd + d281b83 commit 575cc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ dependencies:
- numba>=0.54
- numpy>=1.18.0
- pandas>=1.0
- pynvml>=11.0.0
- pynvml>=11.0.0,<11.5
- zict>=0.1.3
test_python:
common:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ requires-python = ">=3.8"
dependencies = [
"dask ==2023.1.1",
"distributed ==2023.1.1",
"pynvml >=11.0.0",
"pynvml >=11.0.0,<11.5",
"numpy >=1.18.0",
"numba >=0.54",
"pandas >=1.0",
Expand Down

0 comments on commit 575cc6a

Please sign in to comment.