Spaces:
Running
Running
Update requirements.txt
Browse files- requirements.txt +6 -4
requirements.txt
CHANGED
@@ -1,4 +1,6 @@
|
|
1 |
-
streamlit
|
2 |
-
torch
|
3 |
-
opencv-python
|
4 |
-
numpy
|
|
|
|
|
|
1 |
+
streamlit==1.15.0
|
2 |
+
torch==1.12.0
|
3 |
+
opencv-python==4.6.0
|
4 |
+
numpy==1.24.0
|
5 |
+
Pillow==8.4.0
|
6 |
+
scipy==1.9.3
|