From 538052a7d7766e2979a1949d71f0b93470f5829a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 00:10:11 +0000 Subject: [PATCH] Update numpy requirement from <2.0,>=1.21.5 to >=1.21.5,<3.0 in /python Updates the requirements on [numpy](https://github.com/numpy/numpy) to permit the latest version. - [Release notes](https://github.com/numpy/numpy/releases) - [Changelog](https://github.com/numpy/numpy/blob/main/doc/RELEASE_WALKTHROUGH.rst) - [Commits](https://github.com/numpy/numpy/compare/v1.21.5...v2.1.3) --- updated-dependencies: - dependency-name: numpy 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..7aa929d09 100644 --- a/python/setup.cfg +++ b/python/setup.cfg @@ -22,7 +22,7 @@ install_requires = h3<4.0,>=3.7 ipython<8.11,>=7.4.2 keplergl==0.3.2 - numpy<2.0,>=1.21.5 + numpy>=1.21.5,<3.0 [options.package_data] mosaic =