fix reqs version incompatibility
Browse files- requirements.txt +2 -2
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
torch>=2.0.1
|
2 |
torchvision~=0.15.2
|
3 |
-
fastai>=1.0.60
|
4 |
numpy~=1.24.3
|
5 |
pillow~=9.5.0
|
6 |
scipy
|
|
|
7 |
opencv-python>=4.2.0.32
|
8 |
gradio
|
9 |
gradio_imageslider
|
10 |
-
deoldify
|
|
|
1 |
torch>=2.0.1
|
2 |
torchvision~=0.15.2
|
|
|
3 |
numpy~=1.24.3
|
4 |
pillow~=9.5.0
|
5 |
scipy
|
6 |
+
fastprogress
|
7 |
opencv-python>=4.2.0.32
|
8 |
gradio
|
9 |
gradio_imageslider
|
10 |
+
deoldify~=0.0.1
|