Skip to content

Commit

Permalink
Add upper bound to prevent usage of NumPy 2.
Browse files Browse the repository at this point in the history
  • Loading branch information
galipremsagar committed Jan 22, 2025
1 parent 01e19bb commit 24bbedc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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 @@ -47,7 +47,7 @@ dependencies:
- nbsphinx
- ninja
- nltk
- numba>=0.57
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
Expand Down
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-125_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ dependencies:
- nbsphinx
- ninja
- nltk
- numba>=0.57
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- packaging
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ dependencies:
packages:
- dask-cuda==25.2.*,>=0.0.0a0
- joblib>=0.11
- numba>=0.57
- numba>=0.59.1,<0.61.0a0
- numpy>=1.23,<3.0a0
# TODO: Is scipy really a hard dependency, or should
# we make it optional (i.e. an extra for pip
Expand Down
2 changes: 1 addition & 1 deletion python/cuml/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ dependencies = [
"dask-cuda==25.2.*,>=0.0.0a0",
"dask-cudf==25.2.*,>=0.0.0a0",
"joblib>=0.11",
"numba>=0.57",
"numba>=0.59.1,<0.61.0a0",
"numpy>=1.23,<3.0a0",
"nvidia-cublas",
"nvidia-cufft",
Expand Down

0 comments on commit 24bbedc

Please sign in to comment.