Skip to content

Commit

Permalink
MAINT: Update ipython requirement from <8.24,>=7.30.0 to >=7.30.0,<8.25
Browse files Browse the repository at this point in the history
Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version.
- [Release notes](https://github.com/ipython/ipython/releases)
- [Commits](ipython/ipython@8.13.0...8.24.0)

---
updated-dependencies:
- dependency-name: ipython
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 26, 2024
1 parent feb9369 commit b4d1eb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ doc = [
"imageio>=2.30.0,<2.35",
#"imageio-ffmpeg>=0.4.0,<0.5",
"ipython>=7.34.0; python_version == '3.7'",
"ipython>=8.13.0,<8.24; python_version > '3.7'",
"ipython>=8.13.0,<8.25; python_version > '3.7'",
#"ipywidgets>=8.0.0,<8.2",
"joblib>=1.3.0,<1.5",
"jupyterlab>=4.0.0,<4.3",
Expand Down

0 comments on commit b4d1eb2

Please sign in to comment.