Skip to content

Commit

Permalink
Require Numba 0.57.0+ (#1185)
Browse files Browse the repository at this point in the history
Aligns with the rest of RAPIDS. Also needed for CUDA 12 support.

Authors:
  - https://github.com/jakirkham

Approvers:
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Ray Douglass (https://github.com/raydouglass)

URL: #1185
  • Loading branch information
jakirkham authored May 31, 2023
1 parent 856c4fe commit 59c1553
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 @@ -93,7 +93,7 @@ dependencies:
packages:
- dask==2023.3.2
- distributed==2023.3.2.1
- numba>=0.54
- numba>=0.57
- numpy>=1.21
- pandas>=1.3,<1.6.0dev0
- pynvml>=11.0.0,<11.5
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies = [
"distributed ==2023.3.2.1",
"pynvml >=11.0.0,<11.5",
"numpy >=1.21",
"numba >=0.54",
"numba >=0.57",
"pandas >=1.3,<1.6.0dev0",
"zict >=2.0.0",
]
Expand Down

0 comments on commit 59c1553

Please sign in to comment.