From 6edc396868c7ad0dfb22dbbbbf3a44d642518ad0 Mon Sep 17 00:00:00 2001 From: Ralph Liu Date: Fri, 18 Oct 2024 12:28:02 -0700 Subject: [PATCH] Delete rough draft dependencies file --- dependencies.yaml | 47 ----------------------------------------------- 1 file changed, 47 deletions(-) delete mode 100644 dependencies.yaml diff --git a/dependencies.yaml b/dependencies.yaml deleted file mode 100644 index b246f5854..000000000 --- a/dependencies.yaml +++ /dev/null @@ -1,47 +0,0 @@ -# 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