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