Files
artificial_intelligence_sys…/pyproject.toml
2025-04-04 13:28:56 +03:00

15 lines
297 B
TOML

[project]
name = "jupyter"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"catboost>=1.2.7",
"matplotlib>=3.10.1",
"notebook>=7.3.3",
"pandas>=2.2.3",
"scikit-learn>=1.6.1",
"seaborn>=0.13.2",
]