aboutsummaryrefslogtreecommitdiffstats
path: root/pyproject.toml
diff options
context:
space:
mode:
authorNao Pross <np@0hm.ch>2024-03-07 12:32:44 +0100
committerNao Pross <np@0hm.ch>2024-03-07 12:32:44 +0100
commit99e36685b023fc55b95678009a0d6d872f25e3aa (patch)
treecb3ed6e249fdfac07a52b702034ff0bbf1a1ff88 /pyproject.toml
parentAdd missing docstrings (diff)
downloadmdpoly-99e36685b023fc55b95678009a0d6d872f25e3aa.tar.gz
mdpoly-99e36685b023fc55b95678009a0d6d872f25e3aa.zip
Fix regression of algebra check
Feature broke on commit cdfac0a6a8a9e4225a03aeb6e7115f6fc2f2fbad while switching from structural typing to OOP inheritance
Diffstat (limited to '')
-rw-r--r--pyproject.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml
index d204db0..7084516 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -10,6 +10,7 @@ readme = "README.md"
python = ">=3.10,<4.0"
numpy = "^1.26.4"
scipy = "^1.12.0"
+dataclass-abc = "^0.0.8"
[tool.poetry.group.notebook.dependencies]