Spaces:
Sleeping
Sleeping
Update requirements.txt
Browse files- requirements.txt +9 -9
requirements.txt
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
-
numpy
|
2 |
-
requests
|
3 |
-
opencv-python
|
4 |
-
gradio
|
5 |
-
vimeo
|
6 |
-
PyVimeo
|
7 |
-
fastapi
|
8 |
-
pydantic
|
9 |
-
uvicorn
|
|
|
1 |
+
numpy==2.1.1
|
2 |
+
requests==2.32.3
|
3 |
+
opencv-python==4.10.0.84
|
4 |
+
gradio==4.44.0
|
5 |
+
vimeo==0.1.9
|
6 |
+
PyVimeo==1.1.2
|
7 |
+
fastapi==0.115.0
|
8 |
+
pydantic==2.9.2
|
9 |
+
uvicorn==0.30.6
|