Calvin Neo commited on
Commit
e39a47e
·
1 Parent(s): 264e65b

pip changes and readme

Browse files
Files changed (2) hide show
  1. README.md +1 -0
  2. requirements.txt +5 -2
README.md CHANGED
@@ -4,6 +4,7 @@ emoji: 📊
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: streamlit
 
7
  sdk_version: 1.17.0
8
  app_file: app.py
9
  pinned: false
 
4
  colorFrom: blue
5
  colorTo: pink
6
  sdk: streamlit
7
+ python_version: 3.8.9
8
  sdk_version: 1.17.0
9
  app_file: app.py
10
  pinned: false
requirements.txt CHANGED
@@ -1,7 +1,8 @@
1
  pandas
2
- plotly
3
  datasets
4
  peekingduck
 
5
  beautifulsoup4==4.11.2
6
  opencv-python==4.7.0.68
7
  pandas==1.5.3
@@ -11,4 +12,6 @@ pycocotools
11
  jupyter==1.0.0
12
  pyyaml
13
  # streamlit==1.20.0
14
- plotly==5.13.1
 
 
 
1
  pandas
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
 
12
  jupyter==1.0.0
13
  pyyaml
14
  # streamlit==1.20.0
15
+ geos
16
+ plotly==5.13.1
17
+ # altair<5 # if you encounter ModuleNotFoundError: No module named ‘altair.vegalite.v4’