Skip to content

Commit

Permalink
Add dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
nv-rliu committed Oct 15, 2024
1 parent 8b92e34 commit 9d12369
Showing 1 changed file with 47 additions and 0 deletions.
47 changes: 47 additions & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,47 @@
# Dependency list for https://github.com/rapidsai/dependency-file-generator
files:
all:
output: [conda, requirements]
matrix:
cuda: ["11.8", "12.5"]
arch: [x86_64]
includes:
- checks
- cuda_version
- docs
- python_build
- test
- run
- test_notebook
- test_python
checks:
output: none
includes:
- checks
- py_version
docs:
output: none
includes:
- cuda_version
test_notebooks:
output: none
includes:
- cuda_version
- py_version
- test_notebook
- test_python
python_build:
output: pyproject
pyproject_dir: python/nx_cugraph
extras:
table: build-system
test_python:
output: none
includes:
- cuda_version
- py_version
run:
output: pyproject
pyproject_dir: python/nx_cugraph
extras:
table: project

0 comments on commit 9d12369

Please sign in to comment.