Skip to content

Commit

Permalink
Add pinning for wheels.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 12, 2024
1 parent c44a0f2 commit d7d067e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,12 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- lazy_loader>=0.1
- numpy>=1.23.4,<2.0a0
- scikit-image>=0.19.0,<0.23.0a0
- scipy
- output_types: conda
packages:
- cupy>=12.0.0
- numpy>=1.23.4,<2.0a0
# All dependencies below this point are specific to `cucim.clara` and
# are not needed for either `cucim.core` or `cucim.skimage`. I did
# not include these under a "pyproject" output so that it is still
Expand Down
1 change: 1 addition & 0 deletions python/cucim/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ dependencies = [
"cupy-cuda11x>=12.0.0",
"lazy_loader>=0.1",
"numpy",
"numpy>=1.23.4,<2.0a0",
"scikit-image>=0.19.0,<0.23.0a0",
"scipy",
] # 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 d7d067e

Please sign in to comment.