arsh121 commited on
Commit
7d4a82a
·
1 Parent(s): a135e37

Update requirements for Python 3.10 compatibility

Browse files
Files changed (1) hide show
  1. requirements.txt +4 -3
requirements.txt CHANGED
@@ -1,9 +1,10 @@
1
- torch>=1.8.0,<2.0.0
2
- torchvision>=0.9.0,<0.10.0
 
3
  matplotlib>=3.3.0
4
  tqdm>=4.50.0
5
  numpy>=1.19.0
6
- pytorch-lightning>=1.4.0,<1.5.0
7
  resemblyzer>=0.1.1
8
  tensorboard>=2.4.0
9
  dlib>=19.22.0
 
1
+ --find-links https://download.pytorch.org/whl/torch_stable.html
2
+ torch>=2.0.0
3
+ torchvision>=0.15.0
4
  matplotlib>=3.3.0
5
  tqdm>=4.50.0
6
  numpy>=1.19.0
7
+ pytorch-lightning>=2.0.0
8
  resemblyzer>=0.1.1
9
  tensorboard>=2.4.0
10
  dlib>=19.22.0