Skip to content

Commit

Permalink
move numpy floor back to 1.23, for integration testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Sep 19, 2024
1 parent 47b8b14 commit c4aacfb
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 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 @@ -28,7 +28,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numpy>=2.0.0,<3.0a0
- numpy>=1.23,<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 @@ -31,7 +31,7 @@ dependencies:
- nbsphinx
- ninja
- notebook
- numpy>=2.0.0,<3.0a0
- numpy>=1.23,<3.0a0
- numpydoc
- osmnx>=1.9.3
- pre-commit
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cuspatial/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ requirements:
- cudf ={{ minor_version }}
- pylibcudf ={{ minor_version }}
- geopandas >=1.0.0
- numpy >=2.0.0,<3.0a0
- numpy >=1.23,<3.0a0
- python
- rmm ={{ minor_version }}

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -400,7 +400,7 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- &geopandas geopandas>=1.0.0
- &numpy numpy>=2.0.0,<3.0a0
- &numpy numpy>=1.23,<3.0a0
test_python_cuspatial:
common:
- output_types: [conda, requirements, pyproject]
Expand Down
2 changes: 1 addition & 1 deletion python/cuproj/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ classifiers = [
test = [
"cuspatial==24.10.*,>=0.0.0a0",
"geopandas>=1.0.0",
"numpy>=2.0.0,<3.0a0",
"numpy>=1.23,<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>=1.0.0",
"libcudf==24.10.*,>=0.0.0a0",
"libcuspatial==24.10.*,>=0.0.0a0",
"numpy>=2.0.0,<3.0a0",
"numpy>=1.23,<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 c4aacfb

Please sign in to comment.