ml-lab/pyproject.toml
2025-09-19 18:51:43 +05:00

18 lines
332 B
TOML

[project]
name = "ml_lab"
version = "0.1.0"
description = ""
readme = "README.md"
requires-python = ">=3.13,<3.14"
dependencies = [
"isort>=6.0.1",
"jupyter>=1.1.1",
"matplotlib>=3.10.6",
"notebook>=7.4.5",
"numpy>=2.3.3",
"pandas>=2.3.2",
"pip>=25.2",
"scikit-learn>=1.7.2",
"scipy>=1.16.2",
]