Skip to content

Commit

Permalink
Update cupy dependency (#213)
Browse files Browse the repository at this point in the history
Switch to requiring cupy 12

Authors:
  - Vyas Ramasubramani (https://github.com/vyasr)

Approvers:
  - Jake Awe (https://github.com/AyodeAwe)

URL: #213
  • Loading branch information
vyasr authored May 4, 2023
1 parent 2e74e8f commit d1daea8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion conda/environments/all_cuda-118_arch-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies:
- cmake>=3.23.1,!=3.25.0
- cudatoolkit=11.8
- cudf=23.06
- cupy >=9.5.0
- cupy >=12.0.0
- cxx-compiler
- cython>=0.29,<0.30
- dask>=2022.05.2
Expand Down
2 changes: 1 addition & 1 deletion conda/recipes/kvikio/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ requirements:
run:
- python
- numpy >=1.20
- cupy >=9.5.0
- cupy >=12.0.0
- zarr
- {{ pin_compatible('cudatoolkit', max_pin='x', min_pin='x') }}

Expand Down
2 changes: 1 addition & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ dependencies:
- zarr
- output_types: conda
packages:
- cupy >=9.5.0
- cupy >=12.0.0
specific:
- output_types: requirements
matrices:
Expand Down

0 comments on commit d1daea8

Please sign in to comment.