diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 6d78727..74c6c59 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,8 @@ sympy = ">=1.12" numpy = ">=1.26.4" dataclass-abc = ">=0.0.8" scipy = "^1.12.0" +sphinx = "^7.3.7" +python-docs-theme = "^2024.4" [tool.poetry.group.notebook.dependencies] |