Update requirements.txt
Browse files- requirements.txt +7 -7
requirements.txt
CHANGED
@@ -1,13 +1,13 @@
|
|
1 |
tensorflow-cpu
|
2 |
-
fastapi
|
3 |
-
Pillow
|
4 |
-
starlette
|
5 |
-
gunicorn
|
6 |
-
uvicorn
|
7 |
-
numpy
|
8 |
python-multipart
|
9 |
opencv-python-headless
|
10 |
-
streamlit==1.
|
11 |
altair<5
|
12 |
#opencv-python
|
13 |
#https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/12
|
|
|
1 |
tensorflow-cpu
|
2 |
+
fastapi
|
3 |
+
Pillow
|
4 |
+
starlette
|
5 |
+
gunicorn
|
6 |
+
uvicorn
|
7 |
+
numpy
|
8 |
python-multipart
|
9 |
opencv-python-headless
|
10 |
+
streamlit==1.36.0
|
11 |
altair<5
|
12 |
#opencv-python
|
13 |
#https://discuss.streamlit.io/t/modulenotfounderror-no-module-named-altair-vegalite-v4/42921/12
|