Skip to content

Commit

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

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

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

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)
  - Kyle Edwards (https://github.com/KyleFromNVIDIA)
  - Ajay Thorve (https://github.com/AjayThorve)

URL: #574
  • Loading branch information
jakirkham authored Feb 29, 2024
1 parent cfab998 commit c8c9ac7
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 @@ -27,7 +27,7 @@ dependencies:
- nodejs>=18
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc
- packaging
- pandoc<=2.0.0
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 @@ -26,7 +26,7 @@ dependencies:
- nodejs>=18
- notebook>=0.5.0
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- numpydoc
- packaging
- pandoc<=2.0.0
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuxfilter/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ requirements:
- libwebp
- nodejs >=14
- numba >=0.57
- numpy >=1.21
- numpy >=1.23
- packaging
- panel >=1.0
- pyppeteer >=0.2.6
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ dependencies:
- holoviews>=1.16.0
- jupyter-server-proxy
- numba>=0.57
- numpy>=1.21
- numpy>=1.23
- packaging
- panel>=1.0
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ dependencies = [
"holoviews>=1.16.0",
"jupyter-server-proxy",
"numba>=0.57",
"numpy>=1.21",
"numpy>=1.23",
"packaging",
"panel>=1.0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../dependencies.yaml and run `rapids-dependency-file-generator`.
Expand Down

0 comments on commit c8c9ac7

Please sign in to comment.