Skip to content

Commit

Permalink
fix cugraph test dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Jan 10, 2025
1 parent 67d75aa commit d400dc8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,7 @@ files:
table: project.optional-dependencies
key: test
includes:
- depends_on_numpy
- depends_on_pylibwholegraph
- test_python_common
- test_python_cugraph
Expand Down
1 change: 1 addition & 0 deletions python/cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ classifiers = [
test = [
"certifi",
"networkx>=2.5.1",
"numpy>=1.23,<3.0a0",
"pandas",
"pylibwholegraph==25.2.*,>=0.0.0a0",
"pytest",
Expand Down

0 comments on commit d400dc8

Please sign in to comment.