forked from JuanManiglia/DS102024
-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
46 lines (43 loc) · 963 Bytes
/
pyproject.toml
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
[tool.poetry]
name = "bootcamp-ds"
version = "0.1.0"
description = ""
authors = ["Juan_Maniglia <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
ipykernel = "^6.29.5"
notebook = "^7.2.2"
pandas = "^2.2.2"
sqlalchemy = "^2.0.34"
pydantic = "^2.9.1"
scikit-learn = "^1.5.2"
numpy = "^2.1.1"
matplotlib = "^3.9.2"
statsmodels = "^0.14.2"
seaborn = "^0.13.2"
pyarrow = "^17.0.0"
psycopg2 = "^2.9.9"
python-dotenv = "^1.0.1"
polars = "^1.7.1"
pymongo = "^4.8.0"
plotly = "^5.24.1"
selenium = "^4.24.0"
graphviz = "^0.20.3"
xgboost = "^2.1.1"
lightgbm = "^4.5.0"
beautifulsoup4 = "^4.12.3"
ipywidgets = "^8.1.5"
liac-arff = "^2.5.0"
openpyxl = "^3.1.5"
yfinance = "^0.2.50"
folium = "^0.19.2"
geopandas = "^1.0.1"
branca = "^0.8.0"
cufflinks = "^0.17.3"
wordcloud = "^1.9.4"
nltk = "^3.9.1"
chart-studio = "^1.1.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"