Skip to content

Commit

Permalink
Drop extra cudatoolkit dependency from cucim
Browse files Browse the repository at this point in the history
  • Loading branch information
jakirkham committed Jul 25, 2023
1 parent 4b601e3 commit 229af54
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conda/recipes/cucim/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,6 @@ requirements:
- scipy
run:
- {{ pin_compatible('cuda-version', max_pin='x', min_pin='x') }}
{% if cuda_major == "11" %}
- cudatoolkit
{% endif %}
- {{ pin_compatible('numpy') }}
- click
- cupy >=12.0.0
Expand Down

0 comments on commit 229af54

Please sign in to comment.