Skip to content

Commit

Permalink
Update ipython, ipykernel
Browse files Browse the repository at this point in the history
  • Loading branch information
darthtrevino committed May 22, 2024
1 parent 5bb1d06 commit 4d3e47f
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 75 deletions.
262 changes: 189 additions & 73 deletions poetry.lock

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

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ typing-extensions = "^4.4.0"
umap-learn = "^0.5.6"

[tool.poetry.group.dev.dependencies]
ipykernel = "^5.1.0"
ipython = "^7.4.0,!=8.7.0" # https://github.com/spatialaudio/nbsphinx/issues/687#issuecomment-1339271312
ipykernel = "^6"
ipython = "^8.8"
mypy = "^1.10.0"
nbsphinx = "^0.9.4"
numpydoc = "^1.1.0"
Expand Down

0 comments on commit 4d3e47f

Please sign in to comment.