AmirShabani commited on
Commit
ae2e91b
·
1 Parent(s): 2ef802c
Files changed (1) hide show
  1. requirements.txt +7 -6
requirements.txt CHANGED
@@ -1,11 +1,12 @@
 
1
  requests
2
  pillow
3
  numpy
4
  pandas
5
  scikit-learn
6
- torch
7
- torchvision
8
- torchaudio
9
- torch_geometric
10
- torch_scatter
11
- torch_sparse
 
1
+ # requirements.txt
2
  requests
3
  pillow
4
  numpy
5
  pandas
6
  scikit-learn
7
+ torch>=1.10.0
8
+ torchvision>=0.11.1
9
+ torchaudio>=0.10.0
10
+ torch_geometric>=2.0.1
11
+ torch_scatter>=2.0.9
12
+ torch_sparse>=0.6.12