Shivam77 commited on
Commit
a2d3336
·
verified ·
1 Parent(s): 98bb63f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -20
README.md CHANGED
@@ -7,24 +7,23 @@ sdk: streamlit
7
  sdk_version: 1.41.1
8
  app_file: app.py
9
  pinned: false
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
10
  ---
11
- certifi==2020.6.20
12
- chardet==3.0.4
13
- cycler==0.10.0
14
- idna==2.10
15
- kiwisolver==1.2.0
16
- lxml==4.5.2
17
- matplotlib==3.2.2
18
- numpy==1.19.0
19
- pandas==1.0.5
20
- pandas-datareader==0.9.0
21
- pyparsing==2.4.7
22
- python-dateutil==2.8.1
23
- pytz==2020.1
24
- requests==2.24.0
25
- requests-cache==0.5.2
26
- scipy==1.5.1
27
- six==1.15.0
28
- streamlit==0.62.1
29
- urllib3==1.25.9
30
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
7
  sdk_version: 1.41.1
8
  app_file: app.py
9
  pinned: false
10
+ dependencies:
11
+ - certifi==2020.6.20
12
+ - chardet==3.0.4
13
+ - cycler==0.10.0
14
+ - idna==2.10
15
+ - kiwisolver==1.2.0
16
+ - lxml==4.5.2
17
+ - matplotlib==3.2.2
18
+ - numpy==1.19.0
19
+ - pandas==1.0.5
20
+ - pandas-datareader==0.9.0
21
+ - pyparsing==2.4.7
22
+ - python-dateutil==2.8.1
23
+ - pytz==2020.1
24
+ - requests==2.24.0
25
+ - requests-cache==0.5.2
26
+ - scipy==1.5.1
27
+ - six==1.15.0
28
+ - urllib3==1.25.9
29
  ---