Skip to content

Commit

Permalink
⬆️ update ipython requirement from <=8.21.0 to <=8.23.0
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@rel-0.8.4...8.23.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 5c7015a commit 790bc81
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 @@ -67,7 +67,7 @@ tutorials = [
"matplotlib",
"datasets>=2.8.0",
"scikit-learn>=1.1.1",
"ipython<=8.21.0",
"ipython<=8.23.0",
]
sklearn = ["scikit-learn>=1.1.1"]

Expand Down

0 comments on commit 790bc81

Please sign in to comment.