-
Notifications
You must be signed in to change notification settings - Fork 3
/
pyproject.toml
53 lines (48 loc) · 1.08 KB
/
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
47
48
49
50
51
52
53
[build-system]
requires = ["setuptools", "wheel"]
build-backend = "setuptools.build_meta"
#requires = ["poetry-core"]
#build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "Spotify-Music"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
package-mode = false
[tool.poetry.dependencies]
python = ">=3.9.19,<3.12"
click = "*"
Sphinx = "*"
coverage = "*"
awscli = "*"
flake8 = "*"
python-dotenv = ">=0.5.1"
urllib3 = ">=1.25.4,<1.27"
dowhy = "0.11.1"
lightgbm = "4.3.0"
matplotlib = "3.7.1"
missingno = "0.5.2"
numpy = "1.24.4"
pandas = "2.2.0"
plotly = "5.15.0"
rich = "13.7.0"
scikit_learn = "1.2.2"
seaborn = "0.13.2"
shap = "0.44.1"
xgboost = "2.0.3"
mlflow = "^2.12.1"
optuna = "^3.6.1"
joblib = "^1.4.0"
torch = "^2.2.2"
pytorch-lightning = "^2.2.3"
h2o = "^3.46.0.1"
streamlit = "^1.33.0"
apache-airflow = "2.9.0"
fastapi = "^0.110.2"
uvicorn = {extras = ["standard"], version = "^0.29.0"}
supabase = "^2.4.3"
[tool.poetry.dev-dependencies]
# Add your development dependencies here
[tool.poetry.group.dev.dependencies]
ipykernel = "^6.29.4"