File size: 690 Bytes
f4102c2
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
[project]
name = "project-6-team-4-ml"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11,<3.13"
dependencies = [
    "altair<5",
    "fastapi>=0.136.3",
    "imbalanced-learn>=0.14.1",
    "joblib>=1.5.3",
    "jupyterlab>=4.5.5",
    "kagglehub>=1.0.0",
    "matplotlib>=3.10.8",
    "missingno>=0.5.2",
    "numpy>=2.4.2",
    "optree>=0.19.0",
    "optuna>=4.7.0",
    "pandas>=3.0.1",
    "pillow>=12.1.1",
    "plotly-express>=0.4.1",
    "pytest>=9.0.2",
    "qrcode>=8.2",
    "scikit-learn>=1.8.0",
    "seaborn>=0.13.2",
    "streamlit>=1.19.0",
    "streamlit-lottie>=0.0.5",
    "uvicorn>=0.49.0",
    "xgboost>=3.2.0",
]