diff options
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 0b75fce..6a32eab 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,6 +15,10 @@ scipy = "^1.12.0" [tool.poetry.group.notebook.dependencies] notebook = "^7.1.1" + +[tool.poetry.group.dev.dependencies] +sphinx = "^7.2.6" + [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api" |