Files
i6_setups/hsmm/pyproject.toml
2026-01-21 16:30:17 +01:00

11 lines
197 B
TOML

[project]
name = "hsmm"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.13"
dependencies = [
"matplotlib>=3.10.8",
"torch>=2.9.1",
]