Spaces:
Sleeping
Sleeping
tappyness1
commited on
Commit
·
64850ae
1
Parent(s):
020e50c
initial commit
Browse files- requirements.txt +2 -1
requirements.txt
CHANGED
@@ -2,6 +2,7 @@ pandas
|
|
2 |
# plotly
|
3 |
datasets
|
4 |
peekingduck
|
|
|
5 |
beautifulsoup4==4.11.2
|
6 |
opencv-python==4.7.0.68
|
7 |
pandas==1.5.3
|
@@ -12,4 +13,4 @@ jupyter==1.0.0
|
|
12 |
pyyaml
|
13 |
# streamlit==1.20.0
|
14 |
plotly==5.13.1
|
15 |
-
altair<5 # if you encounter ModuleNotFoundError: No module named ‘altair.vegalite.v4’
|
|
|
2 |
# plotly
|
3 |
datasets
|
4 |
peekingduck
|
5 |
+
typeguard == 2.13.3
|
6 |
beautifulsoup4==4.11.2
|
7 |
opencv-python==4.7.0.68
|
8 |
pandas==1.5.3
|
|
|
13 |
pyyaml
|
14 |
# streamlit==1.20.0
|
15 |
plotly==5.13.1
|
16 |
+
altair<5 # if you encounter ModuleNotFoundError: No module named ‘altair.vegalite.v4’
|