paper_note/pyproject.toml
2025-03-05 20:38:41 +08:00

12 lines
229 B
TOML

[project]
name = "note"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"ipykernel>=6.29.5",
"matplotlib>=3.10.1",
"scikit-learn>=1.6.1",
]