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