BlendMMM commited on
Commit
3666eba
·
verified ·
1 Parent(s): 6894297

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +102 -94
requirements.txt CHANGED
@@ -1,94 +1,102 @@
1
- altair == 4.2.0
2
- attrs == 23.1.0
3
- bcrypt == 4.0.1
4
- blinker == 1.6.2
5
- cachetools == 5.3.1
6
- certifi == 2023.7.22
7
- charset-normalizer == 3.2.0
8
- click == 8.1.7
9
- colorama == 0.4.6
10
- contourpy == 1.1.1
11
- cycler == 0.11.0
12
- dacite == 1.8.1
13
- entrypoints == 0.4
14
- et-xmlfile == 1.1.0
15
- extra-streamlit-components == 0.1.56
16
- fonttools == 4.42.1
17
- gitdb == 4.0.10
18
- GitPython == 3.1.35
19
- htmlmin == 0.1.12
20
- idna == 3.4
21
- ImageHash == 4.3.1
22
- importlib-metadata == 6.8.0
23
- importlib-resources == 6.1.0
24
- Jinja2 == 3.1.2
25
- joblib == 1.3.2
26
- jsonschema == 4.19.0
27
- jsonschema-specifications== 2023.7.1
28
- kaleido == 0.2.1
29
- kiwisolver == 1.4.5
30
- markdown-it-py == 3.0.0
31
- MarkupSafe == 2.1.3
32
- matplotlib == 3.7.0
33
- mdurl == 0.1.2
34
- networkx == 3.1
35
- numerize == 0.12
36
- numpy == 1.23.5
37
- openpyxl>=3.1.0
38
- packaging == 23.1
39
- pandas == 1.5.2
40
- pandas-profiling == 3.6.6
41
- patsy == 0.5.3
42
- phik == 0.12.3
43
- Pillow == 10.0.0
44
- pip == 23.2.1
45
- plotly == 5.11.0
46
- protobuf == 3.20.3
47
- pyarrow == 13.0.0
48
- pydantic == 1.10.13
49
- pydeck == 0.8.1b0
50
- Pygments == 2.16.1
51
- PyJWT == 2.8.0
52
- Pympler == 1.0.1
53
- pyparsing == 3.1.1
54
- python-dateutil == 2.8.2
55
- python-decouple == 3.8
56
- pytz == 2023.3.post1
57
- PyWavelets == 1.4.1
58
- PyYAML == 6.0.1
59
- referencing == 0.30.2
60
- requests == 2.31.0
61
- rich == 13.5.2
62
- rpds-py == 0.10.2
63
- scikit-learn == 1.1.3
64
- scipy == 1.9.3
65
- seaborn == 0.12.2
66
- semver == 3.0.1
67
- setuptools == 68.1.2
68
- six == 1.16.0
69
- smmap == 5.0.0
70
- statsmodels == 0.14.0
71
- streamlit == 1.16.0
72
- streamlit-aggrid == 0.3.4.post3
73
- streamlit-authenticator == 0.2.1
74
- streamlit-pandas-profiling== 0.1.3
75
- sweetviz == 2.2.1
76
- tangled-up-in-unicode == 0.2.0
77
- tenacity == 8.2.3
78
- threadpoolctl == 3.2.0
79
- toml == 0.10.2
80
- toolz == 0.12.0
81
- tornado == 6.3.3
82
- tqdm == 4.66.1
83
- typeguard == 2.13.3
84
- typing_extensions == 4.7.1
85
- tzdata == 2023.3
86
- tzlocal == 5.0.1
87
- urllib3 == 2.0.4
88
- validators == 0.22.0
89
- visions == 0.7.5
90
- watchdog == 3.0.0
91
- wheel == 0.41.2
92
- wordcloud == 1.9.2
93
- ydata-profiling == 4.5.1
94
- zipp == 3.16.2
 
 
 
 
 
 
 
 
 
1
+ altair==5.2.0
2
+ annotated-types==0.6.0
3
+ attrs==23.2.0
4
+ bcrypt==4.1.2
5
+ blinker==1.7.0
6
+ cachetools==5.3.2
7
+ certifi==2024.2.2
8
+ charset-normalizer==3.3.2
9
+ click==8.1.7
10
+ colorama==0.4.6
11
+ contourpy==1.2.0
12
+ cycler==0.12.1
13
+ dacite==1.8.1
14
+ et-xmlfile==1.1.0
15
+ extra-streamlit-components==0.1.56
16
+ fonttools==4.49.0
17
+ gitdb==4.0.11
18
+ GitPython==3.1.42
19
+ htmlmin==0.1.12
20
+ idna==3.6
21
+ ImageHash==4.3.1
22
+ importlib-metadata==7.0.1
23
+ importlib-resources==6.1.1
24
+ Jinja2==3.1.3
25
+ joblib==1.3.2
26
+ jsonschema==4.21.1
27
+ jsonschema-specifications==2023.12.1
28
+ kiwisolver==1.4.5
29
+ llvmlite==0.41.1
30
+ markdown-it-py==3.0.0
31
+ MarkupSafe==2.1.5
32
+ matplotlib==3.7.0
33
+ matplotlib-inline==0.1.6
34
+ mdurl==0.1.2
35
+ multimethod==1.11.2
36
+ networkx==3.2.1
37
+ numba==0.58.1
38
+ numerize==0.12
39
+ numpy==1.23.5
40
+ openpyxl==3.0.10
41
+ packaging==23.2
42
+ pandas==1.5.2
43
+ pandas-profiling==3.6.6
44
+ patsy==0.5.6
45
+ phik==0.12.4
46
+ pillow==10.2.0
47
+ pip==24.0
48
+ plotly==5.11.0
49
+ plotly-express==0.4.1
50
+ protobuf==4.25.3
51
+ pyarrow==15.0.0
52
+ pydantic==2.6.3
53
+ pydantic-core==2.16.3
54
+ pydantic-settings==2.2.1
55
+ pydeck==0.8.1b0
56
+ Pygments==2.17.2
57
+ PyJWT==2.8.0
58
+ pyparsing==3.1.1
59
+ python-dateutil==2.8.2
60
+ python-decouple==3.8
61
+ python-dotenv==1.0.1
62
+ pytz==2024.1
63
+ PyWavelets==1.5.0
64
+ PyYAML==6.0.1
65
+ referencing==0.33.0
66
+ requests==2.31.0
67
+ rich==13.7.0
68
+ rpds-py==0.18.0
69
+ scikit-learn==1.1.3
70
+ scipy==1.11.4
71
+ seaborn==0.12.2
72
+ setuptools==69.1.0
73
+ six==1.16.0
74
+ smmap==5.0.1
75
+ statsmodels==0.14.0
76
+ streamlit==1.31.0
77
+ streamlit-aggrid==0.3.4.post3
78
+ streamlit-authenticator==0.2.1
79
+ streamlit-chat==0.1.1
80
+ streamlit-pandas-profiling==0.1.3
81
+ sweetviz==2.2.1
82
+ tangled-up-in-unicode==0.2.0
83
+ tenacity==8.2.3
84
+ threadpoolctl==3.3.0
85
+ toml==0.10.2
86
+ toolz==0.12.1
87
+ tornado==6.4
88
+ tqdm==4.66.2
89
+ traitlets==5.14.1
90
+ typeguard==4.1.5
91
+ typing-extensions==4.9.0
92
+ tzdata==2024.1
93
+ tzlocal==5.2
94
+ urllib3==2.2.1
95
+ validators==0.22.0
96
+ visions==0.7.5
97
+ watchdog==4.0.0
98
+ wheel==0.42.0
99
+ wordcloud==1.9.3
100
+ ydata-profiling==4.6.5
101
+ zipp==3.17.0
102
+