Skip to content
This repository has been archived by the owner on Sep 25, 2023. It is now read-only.

Commit

Permalink
Allow CuPy 10 (#448)
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:
  - Adam Thompson (https://github.com/awthomp)
  - AJ Schmidt (https://github.com/ajschmidt8)

URL: #448
  • Loading branch information
jakirkham authored Jan 14, 2022
1 parent 6a02566 commit 6356bed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/cusignal/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ requirements:
- numpy>=1.17.3
- boost
- numba>=0.49.0
- cupy>=8.3.0,<10.0.0a0
- cupy>=8.3.0,<11.0.0a0

test:
requires:
Expand Down

0 comments on commit 6356bed

Please sign in to comment.