Skip to content

Commit

Permalink
revert dependencies.yaml changes
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb committed Oct 23, 2024
1 parent 6c7d930 commit 7dbee7d
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 54 deletions.
42 changes: 0 additions & 42 deletions dependencies.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -158,13 +158,6 @@ files:
includes:
- python_build_rapids
- python_build_wheel
py_rapids_build_nx_cugraph:
output: pyproject
pyproject_dir: python/nx-cugraph
extras:
table: tool.rapids-build-backend
key: requires
includes: []
py_run_nx_cugraph:
output: pyproject
pyproject_dir: python/nx-cugraph
Expand All @@ -191,13 +184,6 @@ files:
includes:
- python_build_rapids
- python_build_wheel
py_rapids_build_cugraph_dgl:
output: pyproject
pyproject_dir: python/cugraph-dgl
extras:
table: tool.rapids-build-backend
key: requires
includes: []
py_run_cugraph_dgl:
output: pyproject
pyproject_dir: python/cugraph-dgl
Expand Down Expand Up @@ -225,13 +211,6 @@ files:
includes:
- python_build_rapids
- python_build_wheel
py_rapids_build_cugraph_pyg:
output: pyproject
pyproject_dir: python/cugraph-pyg
extras:
table: tool.rapids-build-backend
key: requires
includes: []
py_run_cugraph_pyg:
output: pyproject
pyproject_dir: python/cugraph-pyg
Expand Down Expand Up @@ -259,13 +238,6 @@ files:
includes:
- python_build_rapids
- python_build_wheel
py_rapids_build_cugraph_equivariant:
output: pyproject
pyproject_dir: python/cugraph-equivariant
extras:
table: tool.rapids-build-backend
key: requires
includes: []
py_run_cugraph_equivariant:
output: pyproject
pyproject_dir: python/cugraph-equivariant
Expand All @@ -290,13 +262,6 @@ files:
includes:
- python_build_rapids
- python_build_wheel
py_rapids_build_cugraph_service_client:
output: pyproject
pyproject_dir: python/cugraph-service/client
extras:
table: tool.rapids-build-backend
key: requires
includes: []
py_run_cugraph_service_client:
output: pyproject
pyproject_dir: python/cugraph-service/client
Expand All @@ -312,13 +277,6 @@ files:
includes:
- python_build_rapids
- python_build_wheel
py_rapids_build_cugraph_service_server:
output: pyproject
pyproject_dir: python/cugraph-service/server
extras:
table: tool.rapids-build-backend
key: requires
includes: []
py_run_cugraph_service_server:
output: pyproject
pyproject_dir: python/cugraph-service/server
Expand Down
2 changes: 0 additions & 2 deletions python/cugraph-dgl/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -62,5 +62,3 @@ include = [
build-backend = "setuptools.build_meta"
dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2 changes: 0 additions & 2 deletions python/cugraph-equivariant/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@ include = [
build-backend = "setuptools.build_meta"
dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2 changes: 0 additions & 2 deletions python/cugraph-pyg/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,3 @@ include = [
build-backend = "setuptools.build_meta"
dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.
2 changes: 0 additions & 2 deletions python/cugraph-service/client/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,3 @@ build-backend = "setuptools.build_meta"
dependencies-file = "../../../dependencies.yaml"
disable-cuda = true
matrix-entry = "cuda_suffixed=true"
requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`.
2 changes: 0 additions & 2 deletions python/cugraph-service/server/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,5 +78,3 @@ include = [
build-backend = "setuptools.build_meta"
dependencies-file = "../../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../../dependencies.yaml and run `rapids-dependency-file-generator`.
2 changes: 0 additions & 2 deletions python/nx-cugraph/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,6 @@ build-backend = "setuptools.build_meta"
commit-files = ["_nx_cugraph/GIT_COMMIT"]
dependencies-file = "../../dependencies.yaml"
matrix-entry = "cuda_suffixed=true"
requires = [
] # This list was generated by `rapids-dependency-file-generator`. To make changes, edit ../../dependencies.yaml and run `rapids-dependency-file-generator`.

[tool.black]
line-length = 88
Expand Down

0 comments on commit 7dbee7d

Please sign in to comment.