Skip to content

Commit

Permalink
Requre NumPy 1.23+ (rapidsai#1316)
Browse files Browse the repository at this point in the history
As NumPy 1.23 is needed for Python 3.11 support, go ahead and bump the minimum NumPy version used by Dask-CUDA to match that.

xref: rapidsai#1315
xref: rapidsai/build-planning#3

Authors:
  - https://github.com/jakirkham
  - Bradley Dice (https://github.com/bdice)

Approvers:
  - Mads R. B. Kristensen (https://github.com/madsbk)
  - Peter Andreas Entschev (https://github.com/pentschev)
  - Jake Awe (https://github.com/AyodeAwe)

URL: rapidsai#1316
  • Loading branch information
jakirkham authored and younseojava committed Apr 16, 2024
1 parent e06d7df commit bc0c9a5
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-114_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:
- kvikio==24.4.*
- numactl-devel-cos7-x86_64
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc>=1.1.0
- pandas>=1.3
- pre-commit
Expand Down
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 @@ -16,7 +16,7 @@ dependencies:
- kvikio==24.4.*
- numactl-devel-cos7-x86_64
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc>=1.1.0
- pandas>=1.3
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-122_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies:
- kvikio==24.4.*
- numactl-devel-cos7-x86_64
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc>=1.1.0
- pandas>=1.3
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- pandas>=1.3
- pynvml>=11.0.0,<11.5
- rapids-dask-dependency==24.4.*
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ dependencies = [
"click >=8.1",
"numba>=0.57",
"pyamdsmi >= 0.2.0",
"numpy>=1.21",
"numpy>=1.23",
"pandas>=1.3",
"pynvml>=11.0.0,<11.5",
"rapids-dask-dependency==24.4.*",
Expand Down

0 comments on commit bc0c9a5

Please sign in to comment.