Skip to content

Commit

Permalink
Allow CuPy 11 (#357)
Browse files Browse the repository at this point in the history
Allows cuCIM to be installed with CuPy 11.

xref: rapidsai/integration#508

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

Approvers:
  - Gregory Lee (https://github.com/grlee77)
  - Sevag H (https://github.com/sevagh)

URL: #357
  • Loading branch information
jakirkham authored Jul 28, 2022
1 parent 3befda7 commit c961066
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 @@ -29,7 +29,7 @@ requirements:
- python {{ python_version }}.*
- libcucim {{ version }}.*
- click
- cupy >=9,<11.0.0a0
- cupy >=9,<12.0.0a0
- numpy 1.19
- scipy
- scikit-image >=0.18.1,<0.20.0a0
Expand All @@ -38,7 +38,7 @@ requirements:
- python {{ python_version }}.*
- libcucim {{ version }}.*
- click
- cupy >=9,<11.0.0a0
- cupy >=9,<12.0.0a0
- {{ pin_compatible('numpy') }}
- scipy
- scikit-image >=0.18.1,<0.20.0a0
Expand Down

0 comments on commit c961066

Please sign in to comment.