Skip to content

Commit

Permalink
Allow CuPy 10 (#195)
Browse files Browse the repository at this point in the history
Relaxes version constraints to allow CuPy 10.

xref: rapidsai/integration#413

Authors:
  - https://github.com/jakirkham

Approvers:
  - Gregory Lee (https://github.com/grlee77)
  - Jordan Jacobelli (https://github.com/Ethyling)

URL: #195
  • Loading branch information
jakirkham authored Jan 14, 2022
1 parent ab8e6a4 commit 5e84681
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ requirements:
- python {{ python_version }}.*
- libcucim {{ version }}.*
- click
- cupy 9.*
- cupy >=9,<11.0.0a0
- numpy 1.17
- scipy
- scikit-image 0.18.1
Expand All @@ -42,7 +42,7 @@ requirements:
- python {{ python_version }}.*
- libcucim {{ version }}.*
- click
- cupy 9.*
- cupy >=9,<11.0.0a0
- {{ pin_compatible('numpy') }}
- scipy
- scikit-image 0.18.1
Expand Down

0 comments on commit 5e84681

Please sign in to comment.