Skip to content

Commit

Permalink
Rework names of new keys.
Browse files Browse the repository at this point in the history
  • Loading branch information
vyasr committed Feb 28, 2023
1 parent 59afa9a commit 189552e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,23 +36,23 @@ files:
- cudatoolkit
- docs
- py_version
py_build_reqs:
py_build:
output: pyproject
extras:
table: build-system
key: requires
includes:
- build
- cuda-python
py_dependencies:
py_run:
output: pyproject
extras:
table: project
key: dependencies
includes:
- run
- cuda-python
py_optional_dependencies:
py_optional_test:
output: pyproject
extras:
table: project.optional-dependencies
Expand Down

0 comments on commit 189552e

Please sign in to comment.