Spaces:
Configuration error
Configuration error
englert
commited on
Commit
·
30d7159
1
Parent(s):
e1b74ad
update requirements.txt
Browse files- requirements.txt +6 -7
requirements.txt
CHANGED
@@ -1,8 +1,7 @@
|
|
1 |
-
torch
|
2 |
-
|
3 |
-
|
4 |
-
numpy
|
5 |
-
opencv-python
|
6 |
umap-learn
|
7 |
-
numba
|
8 |
-
gradio
|
|
|
1 |
+
torch==1.12.1
|
2 |
+
torchvision==0.13.1
|
3 |
+
Pillow==9.1.1
|
4 |
+
numpy==1.23.3
|
5 |
+
opencv-python==4.6.0.66
|
6 |
umap-learn
|
7 |
+
numba==0.56.2
|
|