Skip to content

Commit

Permalink
Require Numba 0.57.0+ & NumPy 1.21.0+
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.
  • Loading branch information
jakirkham committed May 30, 2023
1 parent ecac31b commit 17e51c2
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/rmm/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ requirements:
- tomli # [py<311]
run:
- cuda-python >=11.7.1,<12.0
- numba >=0.49
- numpy >=1.19
- numba >=0.57
- numpy >=1.21
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

test:
Expand Down
4 changes: 2 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -139,8 +139,8 @@ dependencies:
common:
- output_types: [conda, requirements, pyproject]
packages:
- numba>=0.49
- numpy>=1.19
- numba>=0.57
- numpy>=1.21
- *cuda_python
test_cpp:
common:
Expand Down
4 changes: 2 additions & 2 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ license = { text = "Apache 2.0" }
requires-python = ">=3.9"
dependencies = [
"cuda-python>=11.7.1,<12.0",
"numba>=0.49",
"numpy>=1.19",
"numba>=0.57",
"numpy>=1.21",
] # 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 17e51c2

Please sign in to comment.