Skip to content

Commit

Permalink
Fix dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
bdice committed Mar 13, 2024
1 parent 5da6e2e commit 6b91ab9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ files:
checks:
output: none
includes:
- develop
- checks
- py_version
channels:
- rapidsai
Expand All @@ -19,3 +19,22 @@ dependencies:
- output_types: [conda, requirements]
packages:
- pre-commit
py_version:
specific:
- output_types: conda
matrices:
- matrix:
py: "3.9"
packages:
- python=3.9
- matrix:
py: "3.10"
packages:
- python=3.10
- matrix:
py: "3.11"
packages:
- python=3.11
- matrix:
packages:
- python>=3.9,<3.12

0 comments on commit 6b91ab9

Please sign in to comment.