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

Update requirements.txt with compatible package versions

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -13
requirements.txt CHANGED
@@ -1,14 +1,16 @@
1
- torch>=1.2.0
2
- matplotlib
3
- tqdm
4
- numpy
5
- pytorch_lightning==0.6.0
6
- resemblyzer
7
- tensorboard==1.15.0
8
- dlib
9
- pyyaml
10
- scikit-image==0.16.2
11
- moviepy
 
12
  gradio>=4.0.0
13
- opencv-python-headless
14
- python-dotenv
 
 
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
10
+ pyyaml>=5.4.0
11
+ scikit-image>=0.16.2
12
+ moviepy>=1.0.3
13
  gradio>=4.0.0
14
+ opencv-python-headless>=4.5.0
15
+ python-dotenv>=0.19.0
16
+ scikit-learn>=0.24.0