Skip to content

Commit

Permalink
Requre NumPy 1.23+ (#1488)
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 RMM to match that.

xref: #1469

<hr>

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

Approvers:
  - GALI PREM SAGAR (https://github.com/galipremsagar)
  - Jake Awe (https://github.com/AyodeAwe)

URL: #1488
  • Loading branch information
jakirkham authored Feb 28, 2024
1 parent 63335f2 commit 06002f3
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-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ dependencies:
- nbsphinx
- ninja
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc
- nvcc_linux-64=11.8
- 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 @@ -25,7 +25,7 @@ dependencies:
- nbsphinx
- ninja
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc
- pre-commit
- pytest
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ requirements:
{% endif %}
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
- numba >=0.57
- numpy >=1.21
- numpy >=1.23

test:
imports:
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
specific:
- output_types: [conda, requirements, pyproject]
matrices:
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ requires-python = ">=3.9"
dependencies = [
"cuda-python>=11.7.1,<12.0a0",
"numba>=0.57",
"numpy>=1.21",
"numpy>=1.23",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
"Intended Audience :: Developers",
Expand Down

0 comments on commit 06002f3

Please sign in to comment.