File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -32,11 +32,11 @@ pytorch-lightning = "^2.1.3"
32
32
traittypes = " ^0.2.1"
33
33
traitlets = " ^5.9.0"
34
34
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' " }
40
40
torch-geometric = " ^2.5.0"
41
41
42
42
# [[tool.poetry.source]]
You can’t perform that action at this time.
0 commit comments