Skip to content

Commit

Permalink
add ipython as dep
Browse files Browse the repository at this point in the history
- helps generate code highlighting in ipynb for docs
  • Loading branch information
Dr-Blank authored Nov 24, 2023
1 parent 7340325 commit 3275cd8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ types-requests = "^2.31.0"
[tool.poetry.group.docs.dependencies]
sphinx-rtd-theme = "^1.3.0"
nbsphinx = "^0.9.3"
ipython = "^8.17.2"

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

0 comments on commit 3275cd8

Please sign in to comment.