-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpyproject.toml
More file actions
55 lines (55 loc) · 1.27 KB
/
pyproject.toml
File metadata and controls
55 lines (55 loc) · 1.27 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
[project]
name = "advanced-machine-learning"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = "==3.10.18"
dependencies = [
"autogluon>=1.4.0",
"duckdb>=1.4.3",
"flaml>=2.3.6",
"gradio>=6.0.1",
"h2o>=3.46.0.9",
"holidays>=0.85",
"imbalanced-learn>=0.14.0",
"ipykernel>=7.1.0",
"ipython>=8.37.0",
"ipywidgets>=8.1.8",
"joblib>=1.5.2",
"jupyter>=1.1.1",
"langchain>=1.1.2",
"langchain-aws>=1.1.0",
"langchain-chroma>=1.0.0",
"langchain-classic>=1.0.0",
"langchain-community>=0.4.1",
"langchain-core>=1.1.1",
"langchain-openai>=1.1.0",
"lightgbm>=4.6.0",
"lime>=0.2.0.1",
"matplotlib>=3.7.5",
"mlflow>=3.6.0",
"mljar-supervised>=1.1.18",
"notebook>=7.5.0",
"numpy==1.26.4",
"openai>=2.9.0",
"optuna>=4.6.0",
"optuna-dashboard>=0.20.0",
"pandas>=2.1.4",
"pip>=25.3",
"plotly>=6.5.0",
"prophet>=1.2.1",
"pyale>=1.2.0",
"pycaret>=3.3.0",
"pypdf>=6.4.1",
"python-dotenv>=1.2.1",
"pywavelets>=1.8.0",
"requests>=2.32.5",
"scikit-learn>=1.7.2",
"scipy==1.11.4",
"seaborn>=0.13.2",
"shap>=0.49.1",
"statsmodels>=0.14.5",
"tiktoken>=0.12.0",
"wandb>=0.23.0",
"xgboost>=3.0.5",
]