11 lines
218 B
TOML
11 lines
218 B
TOML
[project]
|
|
name = "kaggle-machine-learning"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"pandas>=2.3.3",
|
|
"scikit-learn>=1.7.2",
|
|
]
|