Skip to content

Commit

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

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

Approvers:
   - Corey J. Nolet (https://github.com/cjnolet)
   - Ray Douglass (https://github.com/raydouglass)
   - Bradley Dice (https://github.com/bdice)
  • Loading branch information
jakirkham authored May 31, 2023
1 parent 42c9c18 commit 7d3bed2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies:
- libcusparse=11.7.5.86
- nccl>=2.9.9
- ninja
- numba>=0.49
- numba>=0.57
- numpy>=1.21
- numpydoc
- pydata-sphinx-theme
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ dependencies:
- dask-cuda==23.6.*
- distributed==2023.3.2.1
- joblib>=0.11
- numba>=0.49
- numba>=0.57
- *numpy
- ucx-py==0.32.*
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/raft-dask/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies = [
"dask==2023.3.2",
"distributed==2023.3.2.1",
"joblib>=0.11",
"numba>=0.49",
"numba>=0.57",
"numpy>=1.21",
"pylibraft==23.6.*",
"ucx-py==0.32.*",
Expand Down

0 comments on commit 7d3bed2

Please sign in to comment.