Skip to content

Commit

Permalink
more dependencies.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 15, 2024
1 parent 45ca789 commit afb87d4
Show file tree
Hide file tree
Showing 5 changed files with 21 additions and 11 deletions.
28 changes: 19 additions & 9 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,13 +59,13 @@ files:
- depends_on_cudf
- py_version
- test_python_common

py_build_cugraph_dgl:
output: pyproject
pyproject_dir: python/cugraph-dgl
extras:
table: build-system
includes:
- python_build_rapids
- python_build_wheel
py_run_cugraph_dgl:
output: pyproject
Expand All @@ -83,12 +83,15 @@ files:
key: test
includes:
- test_python_common
- depends_on_pylibwholegraph
- depends_on_pytorch
py_build_cugraph_pyg:
output: pyproject
pyproject_dir: python/cugraph-pyg
extras:
table: build-system
includes:
- python_build_rapids
- python_build_wheel
py_run_cugraph_pyg:
output: pyproject
Expand All @@ -106,6 +109,8 @@ files:
key: test
includes:
- test_python_common
- depends_on_pylibwholegraph
- depends_on_pytorch


cugraph_dgl_dev:
Expand Down Expand Up @@ -258,6 +263,11 @@ dependencies:
- matrix:
packages:
- python>=3.10,<3.13
python_build_rapids:
common:
- output_types: [conda, pyproject, requirements]
packages:
- rapids-build-backend>=0.3.1,<0.4.0.dev0
python_build_wheel:
common:
- output_types: [conda, pyproject, requirements]
Expand All @@ -281,9 +291,9 @@ dependencies:
packages:
- &numba numba>=0.57
- &numpy numpy>=1.23,<3.0a0
- output_types: [pyproject]
- output_types: [pyproject, requirements]
packages:
- &cugraph cugraph==24.12.*
- &cugraph cugraph==24.12.*,>=0.0.0a0
python_run_cugraph_pyg:
common:
- output_types: [conda, pyproject]
Expand Down Expand Up @@ -323,15 +333,15 @@ dependencies:
common:
- output_types: [conda]
packages:
- cugraph==24.12.*
- &cugraph_unsuffixed cugraph==24.12.*,>=0.0.0a0
- &pytorch_conda pytorch>=2.3,<2.4.0a0
- dgl>=2.4.0.cu*
- &tensordict tensordict>=0.1.2
cugraph_pyg_dev:
common:
- output_types: [conda]
packages:
- cugraph==24.12.*
- *cugraph_unsuffixed
- *pytorch_conda
- *tensordict
- pytorch_geometric>=2.5,<2.6
Expand Down Expand Up @@ -405,7 +415,7 @@ dependencies:
common:
- output_types: conda
packages:
- &cugraph_unsuffixed cugraph==24.12.*,>=0.0.0a0
- *cugraph_unsuffixed
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand Down Expand Up @@ -626,7 +636,7 @@ dependencies:
common:
- output_types: conda
packages:
- &pylibwholegraph_unsuffixed pylibwholegraph==24.12.*
- &pylibwholegraph_unsuffixed pylibwholegraph==24.12.*,>=0.0.0a0
- output_types: requirements
packages:
# pip recognizes the index as a global option for the requirements.txt file
Expand All @@ -639,10 +649,10 @@ dependencies:
cuda: "12.*"
cuda_suffixed: "true"
packages:
- pylibwholegraph-cu12==24.12.*
- pylibwholegraph-cu12==24.12.*,>=0.0.0a0
- matrix:
cuda: "11.*"
cuda_suffixed: "true"
packages:
- pylibwholegraph-cu11==24.12.*
- pylibwholegraph-cu11==24.12.*,>=0.0.0a0
- {matrix: null, packages: [*pylibwholegraph_unsuffixed]}
1 change: 0 additions & 1 deletion python/cugraph-dgl/conda/cugraph_dgl_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- conda-forge
- nvidia
dependencies:
- cugraph==24.12.*
- cugraph==24.12.*,>=0.0.0a0
- dgl>=2.4.0.cu*
- dglteam/label/th23_cu118::dgl
Expand Down
1 change: 1 addition & 0 deletions python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ test = [
"pytest",
"pytest-benchmark",
"pytest-cov",
"pytest-forked",
"pytest-xdist",
"scipy",
"tensordict>=0.1.2",
Expand Down
1 change: 0 additions & 1 deletion python/cugraph-pyg/conda/cugraph_pyg_dev_cuda-118.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ channels:
- conda-forge
- nvidia
dependencies:
- cugraph==24.12.*
- cugraph==24.12.*,>=0.0.0a0
- pandas
- pre-commit
Expand Down
1 change: 1 addition & 0 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ test = [
"pytest",
"pytest-benchmark",
"pytest-cov",
"pytest-forked",
"pytest-xdist",
"scipy",
"tensordict>=0.1.2",
Expand Down

0 comments on commit afb87d4

Please sign in to comment.