perezcatriel commited on
Commit
62485cd
·
1 Parent(s): a35a72c

requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +65 -0
requirements.txt ADDED
@@ -0,0 +1,65 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ args==0.1.0
3
+ attrs==23.1.0
4
+ blinker==1.6.2
5
+ branca==0.6.0
6
+ cachetools==5.3.0
7
+ certifi==2023.5.7
8
+ charset-normalizer==3.1.0
9
+ click==8.1.3
10
+ clint==0.5.1
11
+ contourpy==1.0.7
12
+ coverage==7.2.5
13
+ cycler==0.11.0
14
+ decorator==5.1.1
15
+ entrypoints==0.4
16
+ folium==0.14.0
17
+ fonttools==4.39.4
18
+ gitdb==4.0.10
19
+ GitPython==3.1.31
20
+ idna==3.4
21
+ importlib-metadata==6.6.0
22
+ Jinja2==3.1.2
23
+ joblib==1.2.0
24
+ jsonschema==4.17.3
25
+ kiwisolver==1.4.4
26
+ mamba==0.11.2
27
+ markdown-it-py==2.2.0
28
+ MarkupSafe==2.1.2
29
+ matplotlib==3.7.1
30
+ mdurl==0.1.2
31
+ numpy==1.24.3
32
+ packaging==23.1
33
+ pandas==2.0.1
34
+ Pillow==9.5.0
35
+ plotly==5.14.1
36
+ protobuf==3.20.3
37
+ pyarrow==12.0.0
38
+ pydeck==0.8.1b0
39
+ Pygments==2.15.1
40
+ Pympler==1.0.1
41
+ pyparsing==3.0.9
42
+ pyrsistent==0.19.3
43
+ python-dateutil==2.8.2
44
+ python-dotenv==1.0.0
45
+ pytz==2023.3
46
+ requests==2.31.0
47
+ rich==13.3.5
48
+ scikit-learn==1.2.2
49
+ scipy==1.10.1
50
+ six==1.16.0
51
+ smmap==5.0.0
52
+ streamlit==1.22.0
53
+ streamlit-folium==0.11.1
54
+ tenacity==8.2.2
55
+ threadpoolctl==3.1.0
56
+ toml==0.10.2
57
+ toolz==0.12.0
58
+ tornado==6.3.2
59
+ typing_extensions==4.6.0
60
+ tzdata==2023.3
61
+ tzlocal==5.0.1
62
+ urllib3==2.0.2
63
+ validators==0.20.0
64
+ watchdog==3.0.0
65
+ zipp==3.15.0