Skip to content

Commit

Permalink
Update cpu_requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
fiskrt authored Jun 27, 2024
1 parent 4daf402 commit aff290a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cpu_requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# cpu for ci tests
--extra-index-url https://pytorch-geometric.com/whl/torch-1.12.0+cpu.html
torch>=1.0,<=1.12.1+cpu; sys_platform == "linux"
torch>=1.0,<=1.12.1; sys_platform != "linux"
torchvision<=0.13.1+cpu; sys_platform == "linux"
Expand All @@ -9,3 +9,4 @@ torch-geometric<=2.0.4+cpu; sys_platform == 'linux'
torch-geometric<=2.0.4; sys_platform != 'linux'
torch-cluster<=1.6.0+cpu; sys_platform == 'linux'
torch-cluster<=1.6.0; sys_platform != 'linux'
torch-scatter

0 comments on commit aff290a

Please sign in to comment.