From 99e36685b023fc55b95678009a0d6d872f25e3aa Mon Sep 17 00:00:00 2001 From: Nao Pross Date: Thu, 7 Mar 2024 12:32:44 +0100 Subject: Fix regression of algebra check Feature broke on commit cdfac0a6a8a9e4225a03aeb6e7115f6fc2f2fbad while switching from structural typing to OOP inheritance --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'pyproject.toml') 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] -- cgit v1.2.1