perezcatriel commited on
Commit
6177cd8
·
1 Parent(s): 643da87

[FIX]modulos y copywriting, requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +57 -0
requirements.txt CHANGED
@@ -0,0 +1,57 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==4.2.2
2
+ attrs==23.1.0
3
+ blinker==1.6.2
4
+ cachetools==5.3.0
5
+ certifi==2022.12.7
6
+ charset-normalizer==3.1.0
7
+ click==8.1.3
8
+ decorator==5.1.1
9
+ defusedxml==0.7.1
10
+ entrypoints==0.4
11
+ gitdb==4.0.10
12
+ GitPython==3.1.31
13
+ idna==3.4
14
+ importlib-metadata==6.6.0
15
+ Jinja2==3.1.2
16
+ joblib==1.2.0
17
+ jsonschema==4.17.3
18
+ markdown-it-py==2.2.0
19
+ MarkupSafe==2.1.2
20
+ mdurl==0.1.2
21
+ numpy==1.24.2
22
+ packaging==23.1
23
+ pandas==1.5.3
24
+ Pillow==9.5.0
25
+ plotly==5.14.1
26
+ protobuf==3.20.3
27
+ pyarrow==11.0.0
28
+ pycountry==22.3.5
29
+ pydeck==0.8.1b0
30
+ Pygments==2.15.1
31
+ Pympler==1.0.1
32
+ pyrsistent==0.19.3
33
+ python-dateutil==2.8.2
34
+ pytz==2023.3
35
+ pytz-deprecation-shim==0.1.0.post0
36
+ requests==2.28.2
37
+ rich==13.3.4
38
+ scikit-learn==1.2.2
39
+ scipy==1.10.1
40
+ six==1.16.0
41
+ smmap==5.0.0
42
+ streamlit==1.21.0
43
+ streamlit-embedcode==0.1.2
44
+ streamlit-option-menu==0.3.2
45
+ tableauserverclient==0.25
46
+ tenacity==8.2.2
47
+ threadpoolctl==3.1.0
48
+ toml==0.10.2
49
+ toolz==0.12.0
50
+ tornado==6.3.1
51
+ typing_extensions==4.5.0
52
+ tzdata==2023.3
53
+ tzlocal==4.3
54
+ urllib3==1.26.15
55
+ validators==0.20.0
56
+ watchdog==3.0.0
57
+ zipp==3.15.0