none commited on
Commit
e822ba8
1 Parent(s): 350f201

Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +54 -0
requirements.txt ADDED
@@ -0,0 +1,54 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.0
2
+ attrs==22.1.0
3
+ blinker==1.5
4
+ cachetools==5.2.0
5
+ certifi==2022.6.15
6
+ charset-normalizer==2.1.1
7
+ click==8.1.3
8
+ commonmark==0.9.1
9
+ decorator==5.1.1
10
+ entrypoints==0.4
11
+ gitdb==4.0.9
12
+ GitPython==3.1.27
13
+ idna==3.3
14
+ importlib-metadata==4.12.0
15
+ Jinja2==3.1.2
16
+ joblib==1.1.0
17
+ jsonschema==4.14.0
18
+ MarkupSafe==2.1.1
19
+ numpy==1.23.2
20
+ packaging==21.3
21
+ pandas==1.4.3
22
+ Pillow==9.2.0
23
+ plotly==5.10.0
24
+ protobuf==3.20.1
25
+ pyarrow==9.0.0
26
+ pydeck==0.8.0b1
27
+ Pygments==2.13.0
28
+ Pympler==1.0.1
29
+ pyparsing==3.0.9
30
+ pyrsistent==0.18.1
31
+ python-dateutil==2.8.2
32
+ pytz==2022.2.1
33
+ pytz-deprecation-shim==0.1.0.post0
34
+ requests==2.28.1
35
+ rich==12.5.1
36
+ scikit-learn==1.1.2
37
+ scipy==1.9.1
38
+ semver==2.13.0
39
+ six==1.16.0
40
+ smmap==5.0.0
41
+ streamlit==1.10.0
42
+ tenacity==8.0.1
43
+ threadpoolctl==3.1.0
44
+ toml==0.10.2
45
+ toolz==0.12.0
46
+ tornado==6.2
47
+ typing_extensions==4.3.0
48
+ tzdata==2022.2
49
+ tzlocal==4.2
50
+ urllib3==1.26.12
51
+ validators==0.20.0
52
+ watchdog==2.1.9
53
+ xgboost==1.6.2
54
+ zipp==3.8.1