Skip to content

Commit a7f52dd

Browse files
committedMar 7, 2024·
added markers for linux
1 parent 9485cdd commit a7f52dd

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed
 

‎pyproject.toml

+5-5
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ pytorch-lightning = "^2.1.3"
3232
traittypes = "^0.2.1"
3333
traitlets = "^5.9.0"
3434
datasets = "^2.17.1"
35-
torch-cluster = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_cluster-1.6.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl"}
36-
pyg-lib = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/pyg_lib-0.4.0%2Bpt21cu121-cp310-cp310-linux_x86_64.whl"}
37-
torch-scatter = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_scatter-2.1.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl"}
38-
torch-sparse = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_sparse-0.6.18%2Bpt21cu121-cp310-cp310-linux_x86_64.whl"}
39-
torch-spline-conv = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_spline_conv-1.2.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl"}
35+
torch-cluster = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_cluster-1.6.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
36+
pyg-lib = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/pyg_lib-0.4.0%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
37+
torch-scatter = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_scatter-2.1.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
38+
torch-sparse = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_sparse-0.6.18%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
39+
torch-spline-conv = {url = "https://data.pyg.org/whl/torch-2.1.0%2Bcu121/torch_spline_conv-1.2.2%2Bpt21cu121-cp310-cp310-linux_x86_64.whl", markers = "sys_platform == 'linux'"}
4040
torch-geometric = "^2.5.0"
4141

4242
# [[tool.poetry.source]]

0 commit comments

Comments
 (0)
Please sign in to comment.