Files
nlp_learning/pyproject.toml
2025-12-30 22:52:25 +08:00

13 lines
255 B
TOML

[project]
name = "nlp-learning"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
"matplotlib>=3.10.8",
"seaborn>=0.13.2",
"torch>=2.9.1",
"torchvision>=0.24.1",
]