18 lines
378 B
TOML
18 lines
378 B
TOML
[project]
|
|
name = "ml-course-project"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"jupyter>=1.1.1",
|
|
"matplotlib>=3.10.8",
|
|
"numpy>=2.4.1",
|
|
"openai>=2.15.0",
|
|
"pandas>=2.3.3",
|
|
"python-dotenv>=1.2.1",
|
|
"scikit-learn>=1.8.0",
|
|
"seaborn>=0.13.2",
|
|
"streamlit>=1.52.2",
|
|
]
|