14 lines
281 B
TOML
14 lines
281 B
TOML
[project]
|
|
name = "car-price-guesser"
|
|
version = "0.1.0"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.14"
|
|
dependencies = [
|
|
"matplotlib>=3.10.7",
|
|
"numpy>=2.3.5",
|
|
"pandas>=2.3.3",
|
|
"scikit-learn>=1.7.2",
|
|
"seaborn>=0.13.2",
|
|
]
|