Skip to content

Commit

Permalink
BUILD: update ipython requirement from <8.34,>=7.30.0 to >=7.30.0,<9.1 (
Browse files Browse the repository at this point in the history
#5884)

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: pyansys-ci-bot <[email protected]>
  • Loading branch information
dependabot[bot] and pyansys-ci-bot authored Mar 8, 2025
1 parent 7593557 commit 6290545
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions doc/changelog.d/5884.dependencies.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
update ipython requirement from <8.34,>=7.30.0 to >=7.30.0,<9.1
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ integration-tests = [
"pytest-cov>=4.0.0,<6.1",
]
tests = [
"ipython>=7.30.0,<8.34",
"ipython>=7.30.0,<9.1",
"joblib>=1.0.0,<1.5",
"matplotlib>=3.5.0,<3.11",
"mock>=5.1.0,<5.2",
Expand Down Expand Up @@ -132,7 +132,7 @@ installer = [
"scikit-learn>=1.0.0,<1.7",
"scikit-rf>=0.30.0,<1.7",
"jupyterlab>=3.6.0,<4.4",
"ipython>=7.30.0,<8.34",
"ipython>=7.30.0,<9.1",
"ipyvtklink>=0.2.0,<0.2.4",
]

Expand Down

0 comments on commit 6290545

Please sign in to comment.