Skip to content

Commit 147afa1

Browse files
committed
more pyproject changes
1 parent 8407619 commit 147afa1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,8 @@ pre-commit = ">=2.15.0,<4.0.0"
8383

8484
[tool.poe.tasks]
8585
install-dgl = "pip install dgl==2.4.0 -f https://data.dgl.ai/wheels/torch-2.4/repo.html --no-build-isolation"
86-
install-pyg-cpu = { cmd = "pip", args = ["install", "torch>=2.4.0,<=2.5.0", "torch-scatter", "torch-sparse", "torch-cluster", "torch-spline-conv", "torch-geometric", "-f", "https://data.pyg.org/whl/torch-2.4.0+cpu.html", "--no-build-isolation"] }
87-
install-tfgnn = { cmd = "pip", args = ["install", "tensorflow-gnn>=1.0.0,<2.0.0", "tf-keras>=2.16,<2.21"] }
86+
install-pyg-cpu = "pip install 'torch>=2.4.0,<=2.5.0' torch-scatter torch-sparse torch-cluster torch-spline-conv torch-geometric -f https://data.pyg.org/whl/torch-2.4.0+cpu.html --no-build-isolation"
87+
install-tfgnn = "pip install 'tensorflow-gnn>=1.0.0,<2.0.0' 'tf-keras>=2.16,<2.21'"
8888

8989
[build-system]
9090
requires = ["poetry-core>=1.0.0", "setuptools>=78.1.1"]

0 commit comments

Comments
 (0)