From 45e732c3889098d18ac30d380e7bb3c423f55757 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 23:30:12 +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.31.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..9e4835bdc 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.32 keplergl==0.3.2 numpy<2.0,>=1.21.5