davidwisdom commited on
Commit
04f9895
1 Parent(s): a514b64

Add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +50 -0
requirements.txt ADDED
@@ -0,0 +1,50 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==5.0.1
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.1
5
+ certifi==2023.7.22
6
+ charset-normalizer==3.2.0
7
+ click==8.1.6
8
+ decorator==5.1.1
9
+ gitdb==4.0.10
10
+ GitPython==3.1.32
11
+ idna==3.4
12
+ importlib-metadata==6.8.0
13
+ Jinja2==3.1.2
14
+ jsonschema==4.18.4
15
+ jsonschema-specifications==2023.7.1
16
+ markdown-it-py==3.0.0
17
+ MarkupSafe==2.1.3
18
+ mdurl==0.1.2
19
+ numpy==1.25.2
20
+ packaging==23.1
21
+ pandas==2.0.3
22
+ Pillow==9.5.0
23
+ plotly==5.15.0
24
+ protobuf==4.23.4
25
+ pyarrow==12.0.1
26
+ pydeck==0.8.0
27
+ Pygments==2.15.1
28
+ Pympler==1.0.1
29
+ python-dateutil==2.8.2
30
+ pytz==2023.3
31
+ pytz-deprecation-shim==0.1.0.post0
32
+ referencing==0.30.0
33
+ requests==2.31.0
34
+ rich==13.5.2
35
+ rpds-py==0.9.2
36
+ scipy==1.11.1
37
+ six==1.16.0
38
+ smmap==5.0.0
39
+ streamlit==1.25.0
40
+ tenacity==8.2.2
41
+ toml==0.10.2
42
+ toolz==0.12.0
43
+ tornado==6.3.2
44
+ typing_extensions==4.7.1
45
+ tzdata==2023.3
46
+ tzlocal==4.3.1
47
+ urllib3==2.0.4
48
+ validators==0.20.0
49
+ watchdog==3.0.0
50
+ zipp==3.16.2