Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +3 -3
requirements.txt
CHANGED
@@ -1,10 +1,10 @@
|
|
1 |
-
torch
|
2 |
-
|
|
|
3 |
opencv-python-headless
|
4 |
setuptools
|
5 |
Pillow
|
6 |
gradio
|
7 |
-
torchvision
|
8 |
addict
|
9 |
future
|
10 |
lmdb
|
|
|
1 |
+
torch==2.0.1
|
2 |
+
torchvision==0.15.2
|
3 |
+
numpy<2
|
4 |
opencv-python-headless
|
5 |
setuptools
|
6 |
Pillow
|
7 |
gradio
|
|
|
8 |
addict
|
9 |
future
|
10 |
lmdb
|