Skip to content

Commit

Permalink
Updates pylibwholegraph version from 24.6 to 24.8 in generated files.
Browse files Browse the repository at this point in the history
  • Loading branch information
rlratzel committed May 31, 2024
1 parent d540ea8 commit d9b24e1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies = [
[project.optional-dependencies]
test = [
"pandas",
"pylibwholegraph==24.6.*",
"pylibwholegraph==24.8.*",
"pytest",
"pytest-benchmark",
"pytest-cov",
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Documentation = "https://docs.rapids.ai/api/cugraph/stable/"
[project.optional-dependencies]
test = [
"pandas",
"pylibwholegraph==24.6.*",
"pylibwholegraph==24.8.*",
"pytest",
"pytest-benchmark",
"pytest-cov",
Expand Down
2 changes: 1 addition & 1 deletion python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ test = [
"networkx>=2.5.1",
"numpy>=1.23,<2.0a0",
"pandas",
"pylibwholegraph==24.6.*",
"pylibwholegraph==24.8.*",
"pytest",
"pytest-benchmark",
"pytest-cov",
Expand Down

0 comments on commit d9b24e1

Please sign in to comment.