forked from SNEE-ICS/python_project_template_simple
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrequirements.txt
More file actions
65 lines (58 loc) · 1.15 KB
/
requirements.txt
File metadata and controls
65 lines (58 loc) · 1.15 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
# Data access & database connectivity
pyodbc==5.1.0
pandas==2.3.3
polars
SQLAlchemy==2.0.32
openpyxl==3.1.5
# Data manipulation
numpy==2.0.1
scipy
# Visualization and plots
matplotlib==3.9.2
contourpy==1.2.1 # Often used with matplotlib for contour plots
cycler==0.12.1 # Used in matplotlib to manage property cycles (like color or line style sequences) for plots
seaborn==0.12
plotly
# Data cleaning
jsonschema==4.23.0
python-dateutil==2.9.0.post0
pytz
pyzmq==26.1.0
# Jupyter / development tools
ipykernel
jupyter_client==8.6.2
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
# Forecasting / ML
scikit-learn
statsmodels
prophet
# Notebook manipulations
nbconvert==7.16.4
nbformat==5.10.4
nbclient==0.10.0
MarkupSafe==2.1.5
mistune==3.0.2
pandocfilters==1.5.1
# Other utilities
pyarrow==19.0.1
packaging==24.1
importlib_metadata==8.2.0
platformdirs==4.2.2
python-dotenv==1.0.1
fonttools==4.53.1
kiwisolver==1.4.5
pillow==10.4.0
Pygments==2.18.0
pyparsing==3.1.2
pywin32==306
rpds-py==0.20.0
six==1.16.0
soupsieve==2.6
tinycss2==1.3.0
traitlets==5.14.3
typing_extensions==4.12.2
webencodings==0.5.1
zipp==3.20.0
importlib_resources==6.4.0
ydata-profiling==4.16.1