Skip to content

Commit

Permalink
Include pre-release identifier for upper pin
Browse files Browse the repository at this point in the history
  • Loading branch information
seberg committed Aug 20, 2024
1 parent ec826c4 commit 7fa5344
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:
- matplotlib-base
- nbsphinx
- ninja
- numpy>=1.23.4,<3
- numpy>=1.23.4,<3.0a0
- numpydoc>=1.5
- nvcc_linux-64=11.8
- openslide-python>=1.3.0
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 @@ -27,7 +27,7 @@ dependencies:
- matplotlib-base
- nbsphinx
- ninja
- numpy>=1.23.4,<3
- numpy>=1.23.4,<3.0a0
- numpydoc>=1.5
- openslide-python>=1.3.0
- pip
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ requirements:
{% if cuda_major != "11" %}
- cuda-cudart
{% endif %}
- numpy >=1.23,<3
- numpy >=1.23,<3.0a0
- click
- cupy >=12.0.0
- lazy_loader >=0.1
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ dependencies:
packages:
- click
- lazy_loader>=0.1
- numpy>=1.23.4,<3
- numpy>=1.23.4,<3.0a0
- scikit-image>=0.19.0,<0.24.0a0
- scipy>=1.6.0
- output_types: conda
Expand Down
2 changes: 1 addition & 1 deletion python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ dependencies = [
"click",
"cupy-cuda11x>=12.0.0",
"lazy_loader>=0.1",
"numpy>=1.23.4,<3",
"numpy>=1.23.4,<3.0a0",
"scikit-image>=0.19.0,<0.24.0a0",
"scipy>=1.6.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 7fa5344

Please sign in to comment.