Skip to content

Commit

Permalink
correct dependencies.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyu66 committed Jan 3, 2024
1 parent 045ad05 commit 71c1a2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down

0 comments on commit 71c1a2d

Please sign in to comment.