Skip to content

Commit

Permalink
⬆️ update ipython requirement from <=8.19.0 to <=8.21.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.21.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Feb 1, 2024
1 parent 144edd4 commit 77de15d
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 @@ -66,7 +66,7 @@ tutorials = [
"matplotlib",
"datasets>=2.8.0",
"scikit-learn>=1.1.1",
"ipython<=8.19.0",
"ipython<=8.21.0",
]
sklearn = ["scikit-learn>=1.1.1"]

Expand Down

0 comments on commit 77de15d

Please sign in to comment.