Skip to content

Commit

Permalink
Update ipython requirement in /python
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@7.5.0...8.29.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 3a99cac commit 96c376e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ python_requires = <3.11,>=3.10
install_requires =
geopandas<0.14.4,>=0.14
h3<4.0,>=3.7
ipython<8.11,>=7.4.2
ipython>=7.4.2,<8.30
keplergl==0.3.2

[options.package_data]
Expand Down

0 comments on commit 96c376e

Please sign in to comment.