Spaces:
Runtime error
Runtime error
mertbozkurt
commited on
Commit
•
1ac462b
1
Parent(s):
c0e899b
Update requirements.txt
Browse files- requirements.txt +9 -8
requirements.txt
CHANGED
@@ -1,11 +1,12 @@
|
|
|
|
1 |
streamlit == 1.11.0
|
2 |
-
pandas
|
3 |
-
numpy
|
4 |
-
Pillow
|
5 |
huggingface_hub
|
6 |
-
opencv-python-headless
|
7 |
-
pickleshare
|
8 |
-
requests
|
9 |
-
scikit-image
|
10 |
-
|
11 |
altair==4.0
|
|
|
1 |
+
streamlit_option_menu
|
2 |
streamlit == 1.11.0
|
3 |
+
pandas == 1.4.3
|
4 |
+
numpy == 1.23.1
|
5 |
+
Pillow== 9.2.0
|
6 |
huggingface_hub
|
7 |
+
opencv-python-headless==4.4.0.42
|
8 |
+
pickleshare == 0.7.5
|
9 |
+
requests == 2.24.0
|
10 |
+
scikit-image == 0.19.3
|
11 |
+
matplotlib
|
12 |
altair==4.0
|