From 76e79b4b9ab44cdff31c6f5bfdc537d609a18ad9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 00:11:06 +0000 Subject: [PATCH] Update ipython requirement in /python Updates the requirements on [ipython](https://github.com/ipython/ipython) to permit the latest version. - [Release notes](https://github.com/ipython/ipython/releases) - [Commits](https://github.com/ipython/ipython/compare/7.5.0...8.30.0) --- updated-dependencies: - dependency-name: ipython dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- python/setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/setup.cfg b/python/setup.cfg index 7bc72b4db..b0023e61f 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -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.31 keplergl==0.3.2 numpy<2.0,>=1.21.5