Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
restore prior numpy minimum version
  • Loading branch information
grlee77 authored Jan 16, 2025
1 parent b9ebd63 commit 0d34eef
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 @@ -24,7 +24,7 @@ dependencies:
- matplotlib-base>=3.7
- nbsphinx
- ninja
- numpy>=1.24,<3.0a0
- 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 @@ -24,7 +24,7 @@ dependencies:
- matplotlib-base>=3.7
- nbsphinx
- ninja
- numpy>=1.24,<3.0a0
- numpy>=1.23.4,<3.0a0
- numpydoc>=1.5
- openslide-python>=1.3.0
- pip
Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ dependencies:
packages:
- click
- lazy-loader>=0.4
- numpy>=1.24,<3.0a0
- numpy>=1.23.4,<3.0a0
- scikit-image>=0.19.0,<0.26.0a0
- scipy>=1.11.2
- 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.4",
"numpy>=1.24,<3.0a0",
"numpy>=1.23.4,<3.0a0",
"scikit-image>=0.19.0,<0.26.0a0",
"scipy>=1.11.2",
] # 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 0d34eef

Please sign in to comment.