Skip to content

Commit

Permalink
macos
Browse files Browse the repository at this point in the history
  • Loading branch information
RasmusOrsoe committed Oct 8, 2023
1 parent 979a9e1 commit 4c47d0f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion requirements/torch_cpu.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--find-links https://download.pytorch.org/whl/cpu
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html
--find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html
2 changes: 1 addition & 1 deletion requirements/torch_macos.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
--find-links https://download.pytorch.org/whl/torch_stable.html
--find-links https://data.pyg.org/whl/torch-2.0.0+cpu.html
--find-links https://data.pyg.org/whl/torch-2.1.0+cpu.html
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"versioneer",
],
"torch": [
"torch==2.0",
"torch>=2.1",
"torch-cluster>=1.6",
"torch-scatter>=2.0",
"torch-sparse>=0.6",
Expand Down

0 comments on commit 4c47d0f

Please sign in to comment.