Skip to content

Commit

Permalink
ci: try to tie cuda version to scatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jannisborn committed Mar 7, 2024
1 parent c0273b8 commit 175cc89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion conda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ dependencies:
- pip>=19.1,<20.3
- pytorch>=1.0,<=1.12.1
- cpuonly
- pytorch-scatter<=2.0.9
- pytorch-scatter<=2.0.9,cudatoolkit=10.2
- pip:
- -r requirements.txt
- -r cpu_requirements.txt
Expand Down
2 changes: 1 addition & 1 deletion conda_gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies:
- python>=3.7,<3.9
- pip>=19.1,<20.3
- pytorch>=1.0,<=1.12.1=*cu*
- pytorch-scatter<=2.0.9
- pytorch-scatter<=2.0.9,cudatoolkit=10.2
- torchvision<=0.13.1=*cu*
- torchaudio<=0.12.1=*cu*
- pip:
Expand Down

0 comments on commit 175cc89

Please sign in to comment.