Skip to content

Commit

Permalink
"-f" options
Browse files Browse the repository at this point in the history
  • Loading branch information
wolearyc committed Sep 12, 2024
1 parent d775161 commit 210f772
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions torch_extra_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
-f https://data.pyg.org/whl/torch-2.4.0+cpu.html
torch-geometric==2.5.3
# Replace "cpu" with "cu118", "cu121", or "cu124" depending on pytorch installation
torch-scatter==2.1.2
torch-sparse==0.6.18
torch-scatter==2.1.2 -f https://data.pyg.org/whl/torch-2.4.0+cpu.html
torch-sparse==0.6.18 -f https://data.pyg.org/whl/torch-2.4.0+cpu.html

0 comments on commit 210f772

Please sign in to comment.