Files
2025-02-AI-HW2/pyproject.toml
2025-12-01 03:33:49 +09:00

15 lines
299 B
TOML

[project]
name = "2025-02-ai-hw2"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"jupyter>=1.1.1",
"matplotlib>=3.10.7",
"numpy>=2.3.5",
"scikit-learn>=1.7.2",
"seaborn>=0.13.2",
"torch>=2.9.1",
]