Skip to content

Commit

Permalink
BUILD: update ipython requirement from <8.28,>=7.30.0 to >=7.30.0,<8.…
Browse files Browse the repository at this point in the history
…29 (#5253)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 6, 2024
1 parent c9df21d commit 1e664a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies = [

[project.optional-dependencies]
tests = [
"ipython>=7.30.0,<8.28",
"ipython>=7.30.0,<8.29",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.10",
"mock>=5.1.0,<5.2",
Expand Down Expand Up @@ -113,7 +113,7 @@ installer = [
"SRTM.py",
"utm",
"jupyterlab>=3.6.0,<4.3",
"ipython>=7.30.0,<8.28",
"ipython>=7.30.0,<8.29",
"ipyvtklink>=0.2.0,<0.2.4",
]

Expand Down

0 comments on commit 1e664a3

Please sign in to comment.