Skip to content

Commit

Permalink
Reduce temporary numpy pin to 2.0.0 since 2.1 collides with numba
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Sep 10, 2024
1 parent a58d1e6 commit d4d327c
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 @@ -32,7 +32,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numpy>=2.1.0,<3.0a0
- numpy>=2.0.0,<3.0a0
- numpydoc
- nvcc_linux-64=11.8
- osmnx>=1.9.3
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 @@ -35,7 +35,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numpy>=2.1.0,<3.0a0
- numpy>=2.0.0,<3.0a0
- numpydoc
- osmnx>=1.9.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 @@ -370,7 +370,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- geopandas>=0.11.0
- &numpy numpy>=2.1.0,<3.0a0
- &numpy numpy>=2.0.0,<3.0a0
- llvmlite>=0.43.0
test_python_cuspatial:
common:
Expand Down
2 changes: 1 addition & 1 deletion python/cuproj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ classifiers = [
test = [
"cuspatial==24.10.*,>=0.0.0a0",
"geopandas>=0.11.0",
"numpy>=2.1.0,<3.0a0",
"numpy>=2.0.0,<3.0a0",
"pyproj>=3.6.0,<3.7a0",
"pytest",
"pytest-cov",
Expand Down
2 changes: 1 addition & 1 deletion python/cuspatial/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies = [
"geopandas>=0.11.0",
"libcudf==24.10.*,>=0.0.0a0",
"llvmlite>=0.43.0",
"numpy>=2.1.0,<3.0a0",
"numpy>=2.0.0,<3.0a0",
"rmm==24.10.*,>=0.0.0a0",
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
classifiers = [
Expand Down

0 comments on commit d4d327c

Please sign in to comment.