arash7920 commited on
Commit
6c66df9
·
verified ·
1 Parent(s): ca3edd5

Upload requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +171 -10
requirements.txt CHANGED
@@ -1,10 +1,171 @@
1
- pandas>=1.3.0
2
- boto3>=1.20.0
3
- matplotlib>=3.5.0
4
- seaborn>=0.12.0
5
- jupyter>=1.0.0
6
- streamlit>=1.28.0
7
- pyyaml>=6.0
8
- plotly>=5.0.0
9
- pillow>=9.0.0
10
- ydata-profiling>=4.0.0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ altair==6.0.0
2
+ annotated-types==0.7.0
3
+ anyio==4.12.1
4
+ appnope==0.1.4
5
+ argon2-cffi==25.1.0
6
+ argon2-cffi-bindings==25.1.0
7
+ arrow==1.4.0
8
+ asttokens==3.0.1
9
+ async-lru==2.1.0
10
+ attrs==25.4.0
11
+ babel==2.17.0
12
+ beautifulsoup4==4.14.3
13
+ black==26.1.0
14
+ bleach==6.3.0
15
+ blinker==1.9.0
16
+ boto3==1.42.34
17
+ botocore==1.42.34
18
+ cachetools==6.2.5
19
+ certifi==2026.1.4
20
+ cffi==2.0.0
21
+ charset-normalizer==3.4.4
22
+ click==8.3.1
23
+ comm==0.2.3
24
+ contourpy==1.3.2
25
+ coverage==7.13.1
26
+ cycler==0.12.1
27
+ dacite==1.9.2
28
+ debugpy==1.8.19
29
+ decorator==5.2.1
30
+ defusedxml==0.7.1
31
+ duckdb==1.4.3
32
+ exceptiongroup==1.3.1
33
+ executing==2.2.1
34
+ fastjsonschema==2.21.2
35
+ filetype==1.2.0
36
+ fonttools==4.61.1
37
+ fqdn==1.5.1
38
+ gitdb==4.0.12
39
+ GitPython==3.1.46
40
+ h11==0.16.0
41
+ httpcore==1.0.9
42
+ httpx==0.28.1
43
+ idna==3.11
44
+ ImageHash==4.3.2
45
+ iniconfig==2.3.0
46
+ ipykernel==7.1.0
47
+ ipython==8.38.0
48
+ ipywidgets==8.1.8
49
+ isoduration==20.11.0
50
+ jedi==0.19.2
51
+ Jinja2==3.1.6
52
+ jmespath==1.1.0
53
+ joblib==1.5.3
54
+ json5==0.13.0
55
+ jsonpointer==3.0.0
56
+ jsonschema==4.26.0
57
+ jsonschema-specifications==2025.9.1
58
+ jupyter==1.1.1
59
+ jupyter-console==6.6.3
60
+ jupyter-events==0.12.0
61
+ jupyter-lsp==2.3.0
62
+ jupyter_client==8.8.0
63
+ jupyter_core==5.9.1
64
+ jupyter_server==2.17.0
65
+ jupyter_server_terminals==0.5.4
66
+ jupyterlab==4.5.3
67
+ jupyterlab_pygments==0.3.0
68
+ jupyterlab_server==2.28.0
69
+ jupyterlab_widgets==3.0.16
70
+ kiwisolver==1.4.9
71
+ lark==1.3.1
72
+ librt==0.7.8
73
+ llvmlite==0.45.1
74
+ MarkupSafe==3.0.3
75
+ matplotlib==3.10.0
76
+ matplotlib-inline==0.2.1
77
+ minify_html==0.18.1
78
+ mistune==3.2.0
79
+ multimethod==1.12
80
+ mypy==1.19.1
81
+ mypy_extensions==1.1.0
82
+ narwhals==2.15.0
83
+ nbclient==0.10.4
84
+ nbconvert==7.16.6
85
+ nbformat==5.10.4
86
+ nest-asyncio==1.6.0
87
+ networkx==3.4.2
88
+ notebook==7.5.2
89
+ notebook_shim==0.2.4
90
+ numba==0.62.1
91
+ numpy==2.2.6
92
+ overrides==7.7.0
93
+ packaging==26.0
94
+ pandas==2.3.3
95
+ pandocfilters==1.5.1
96
+ parso==0.8.5
97
+ pathspec==1.0.3
98
+ patsy==1.0.2
99
+ pexpect==4.9.0
100
+ phik==0.12.5
101
+ pillow==12.1.0
102
+ platformdirs==4.5.1
103
+ plotly==6.5.2
104
+ pluggy==1.6.0
105
+ prometheus_client==0.24.1
106
+ prompt_toolkit==3.0.52
107
+ protobuf==6.33.4
108
+ psutil==7.2.1
109
+ ptyprocess==0.7.0
110
+ pure_eval==0.2.3
111
+ puremagic==1.30
112
+ pyarrow==23.0.0
113
+ pycparser==3.0
114
+ pydantic==2.12.5
115
+ pydantic-settings==2.12.0
116
+ pydantic_core==2.41.5
117
+ pydeck==0.9.1
118
+ Pygments==2.19.2
119
+ pyparsing==3.3.2
120
+ pytest==9.0.2
121
+ pytest-cov==7.0.0
122
+ python-dateutil==2.9.0.post0
123
+ python-dotenv==1.2.1
124
+ python-json-logger==4.0.0
125
+ pytokens==0.4.0
126
+ pytz==2025.2
127
+ PyWavelets==1.8.0
128
+ PyYAML==6.0.3
129
+ pyzmq==27.1.0
130
+ referencing==0.37.0
131
+ requests==2.32.5
132
+ rfc3339-validator==0.1.4
133
+ rfc3986-validator==0.1.1
134
+ rfc3987-syntax==1.1.0
135
+ rpds-py==0.30.0
136
+ ruff==0.14.14
137
+ s3transfer==0.16.0
138
+ scikit-learn==1.7.2
139
+ scipy==1.15.3
140
+ seaborn==0.13.2
141
+ Send2Trash==2.1.0
142
+ six==1.17.0
143
+ smmap==5.0.2
144
+ soupsieve==2.8.3
145
+ stack-data==0.6.3
146
+ statsmodels==0.14.6
147
+ streamlit==1.53.1
148
+ structlog==25.5.0
149
+ tenacity==9.1.2
150
+ terminado==0.18.1
151
+ threadpoolctl==3.6.0
152
+ tinycss2==1.4.0
153
+ toml==0.10.2
154
+ tomli==2.4.0
155
+ tornado==6.5.4
156
+ tqdm==4.67.1
157
+ traitlets==5.14.3
158
+ typeguard==4.4.4
159
+ typing-inspection==0.4.2
160
+ typing_extensions==4.15.0
161
+ tzdata==2025.3
162
+ uri-template==1.3.0
163
+ urllib3==2.6.3
164
+ visions==0.8.1
165
+ wcwidth==0.3.5
166
+ webcolors==25.10.0
167
+ webencodings==0.5.1
168
+ websocket-client==1.9.0
169
+ widgetsnbextension==4.0.15
170
+ wordcloud==1.9.6
171
+ ydata-profiling==4.18.1