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

Commit

Permalink
Increment Max CuPy Version in CI (#328)
Browse files Browse the repository at this point in the history
Allow for CuPy 9.0 when available on conda channels.

Authors:
  - Adam Thompson (@awthomp)

Approvers:
  - AJ Schmidt (@ajschmidt8)
  - Brad Rees (@BradReesWork)

URL: #328
  • Loading branch information
awthomp authored Mar 2, 2021
1 parent 6b0f1c9 commit e14ee99
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 @@ -28,7 +28,7 @@ requirements:
- numpy>=1.17.3
- boost
- numba>=0.49.0
- cupy>=8.0.0,<9.0.0a0
- cupy>=8.0.0,<9.1.0a0

test:
requires:
Expand Down

0 comments on commit e14ee99

Please sign in to comment.