Skip to content

Commit

Permalink
Update dependencies.yaml.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed May 3, 2023
1 parent d3ccc2a commit a77915c
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ dependencies:
- output_types: [conda, requirements, pyproject]
packages:
- &cmake_ver cmake>=3.23.1,!=3.25.0
- &cuda_python cuda-python>=11.7.1,<12.0
- cython>=0.29,<0.30
- ninja
- scikit-build>=0.13.1
Expand All @@ -76,6 +75,16 @@ dependencies:
packages:
- wheel
- setuptools>=61.0.0
specific:
- output_types: [conda, requirements, pyproject]
matrices:
- matrix:
cuda: "12.0"
packages:
- &cuda_python12 cuda-python>=12.1,<13.0
- matrix: # All CUDA 11 versions
packages:
- &cuda_python11 cuda-python>=11.7.1,<12.0
checks:
common:
- output_types: [conda, requirements]
Expand Down Expand Up @@ -141,7 +150,16 @@ dependencies:
packages:
- numba>=0.49
- numpy>=1.19
- *cuda_python
specific:
- output_types: [conda, requirements, pyproject]
matrices:
- matrix:
cuda: "12.0"
packages:
- *cuda_python12
- matrix: # All CUDA 11 versions
packages:
- *cuda_python11
test_cpp:
common:
- output_types: conda
Expand Down

0 comments on commit a77915c

Please sign in to comment.