This commit is contained in:
jbkzi
2026-01-21 16:30:17 +01:00
commit e5cb97d2e5
8 changed files with 1011 additions and 0 deletions

10
hsmm/pyproject.toml Normal file
View File

@@ -0,0 +1,10 @@
[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",
]