colbyford commited on
Commit
4928e56
1 Parent(s): 511ef7f

Split off torch libs

Browse files
Files changed (2) hide show
  1. requirements.txt +1 -5
  2. torch-requirements.txt +5 -0
requirements.txt CHANGED
@@ -16,8 +16,4 @@ git+https://github.com/HeliXonProtein/OmegaFold.git
16
  mdanalysis
17
  pdb-tools
18
  evodiff
19
- --extra-index-url https://download.pytorch.org/whl/cpu
20
- torch
21
- torchvision
22
- torch_geometric
23
- torch_scatter
 
16
  mdanalysis
17
  pdb-tools
18
  evodiff
19
+ -r torch_requirements.txr
 
 
 
 
torch-requirements.txt ADDED
@@ -0,0 +1,5 @@
 
 
 
 
 
 
1
+ --index-url https://download.pytorch.org/whl/cpu
2
+ torch
3
+ torchvision
4
+ torch_geometric
5
+ torch_scatter