From 71c1a2db6bec9d81b75749e790a6d34538e534c7 Mon Sep 17 00:00:00 2001 From: Tingyu Wang Date: Wed, 3 Jan 2024 14:34:32 -0500 Subject: [PATCH] correct dependencies.yaml --- dependencies.yaml | 1 + python/cugraph-dgl/pyproject.toml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dependencies.yaml b/dependencies.yaml index 579acec3996..ffb21c14250 100644 --- a/dependencies.yaml +++ b/dependencies.yaml @@ -165,6 +165,7 @@ files: table: project includes: - python_run_cugraph_dgl + - depends_on_pylibcugraphops py_build_cugraph_pyg: output: pyproject pyproject_dir: python/cugraph-pyg diff --git a/python/cugraph-dgl/pyproject.toml b/python/cugraph-dgl/pyproject.toml index c97a0bb95ef..c39bb4f7556 100644 --- a/python/cugraph-dgl/pyproject.toml +++ b/python/cugraph-dgl/pyproject.toml @@ -20,9 +20,9 @@ license = { text = "Apache 2.0" } requires-python = ">=3.9" dependencies = [ "cugraph==24.2.*", - "pylibcugraphops==24.2.*", "numba>=0.57", "numpy>=1.21", + "pylibcugraphops==24.2.*", ] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`. [project.optional-dependencies]