Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 28 additions & 5 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,16 @@ files:
- depends_on_libcugraph
- depends_on_libcugraph_etl
- depends_on_libcugraph_tests
run_notebooks:
output: none
includes:
- cuda_version
- py_version
- run_notebooks
- depends_on_cudf
- depends_on_cugraph
Comment thread
jameslamb marked this conversation as resolved.
- depends_on_pylibcugraph
- depends_on_libcugraph
test_notebooks:
output: none
includes:
Expand Down Expand Up @@ -474,8 +484,8 @@ dependencies:
- output_types: [conda, requirements]
packages:
- certifi
- ipython
- notebook>=0.5.0
- &ipython ipython
- &notebook notebook>=0.5.0
test_python_common:
common:
- output_types: [conda, pyproject, requirements]
Expand All @@ -485,17 +495,30 @@ dependencies:
- pytest-benchmark
- pytest-cov
- pytest-xdist
- scipy
- &scipy scipy
test_python_cugraph:
common:
- output_types: [conda, pyproject, requirements]
packages:
- certifi
- networkx>=2.5.1
- &networkx networkx>=2.5.1
- *numpy
- packaging
- python-louvain
- &python_louvain python-louvain
- scikit-learn>=0.23.1
# Runtime dependencies for cuGraph notebooks tested in CI.
# Also used in the rapidsai/notebooks Docker image.
# Only lists packages that are directly imported in notebooks.
run_notebooks:
common:
- output_types: [conda]
packages:
- *ipython
- *networkx
- *notebook
- *pandas
- *python_louvain
- *scipy
Comment thread
jameslamb marked this conversation as resolved.
test_python_pylibcugraph:
common:
- output_types: [conda, pyproject, requirements]
Expand Down
Loading