Skip to content

Commit

Permalink
moved ipython dependency to extras
Browse files Browse the repository at this point in the history
  • Loading branch information
MeyerBender committed Nov 21, 2024
1 parent 7b73677 commit 655bc56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 70 deletions.
71 changes: 3 additions & 68 deletions poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ scikit-learn = "^1.2.2"
zarr = "^2.14.2"
numpy = "<2.0.0"
sphinx-multiversion = "^0.2.4"
sphinx-book-theme = "^1.1.3"

[tool.poetry.dev-dependencies]
pytest = "^7.1.2"
Expand All @@ -34,7 +33,7 @@ bandit = "^1.7.4"
safety = "^2.1.1"

[tool.poetry.extras]
docs = ["Sphinx", "sphinx-rtd-theme", "sphinxcontrib-napoleon", "nbsphinx"]
docs = ["Sphinx", "sphinx-book-theme", "sphinxcontrib-napoleon", "nbsphinx", "Ipython"]

[build-system]
requires = ["poetry-core>=1.0.0"]
Expand Down

0 comments on commit 655bc56

Please sign in to comment.