Start to implement prediction

This commit is contained in:
2025-03-15 19:46:15 -04:00
parent 3e4a284692
commit 884c173c0c
5 changed files with 88 additions and 7 deletions

View File

@@ -16,7 +16,8 @@ dependencies = [
"fava (>=1.30.1,<2.0.0)",
"pydantic (>=2.10.6,<3.0.0)",
"beancount (>=3.1.0,<4.0.0)",
"rich (>=13.9.4,<14.0.0)"
"rich (>=13.9.4,<14.0.0)",
"numpy (>=2.2.3,<3.0.0)"
]
[tool.poetry.group.dev.dependencies]