From 087c7d9651d679f1befad36a70bb368e14598a9a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 8 Nov 2023 11:36:26 +0000 Subject: [PATCH] Update numpy requirement from <1.25.3,>=1.22.0 to >=1.22.0,<1.26.2 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.22.0...v1.26.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5c4cc92c..d3022b2d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ dependencies = [ "collatex@git+https://github.com/interedition/collatex.git@174035dda549ac3f967919a8475fdeb8dbb48f40#subdirectory=collatex-pythonport", "hdbscan>=0.8.20,<=0.8.33", "lxml>=4.4,<4.10", - "numpy>=1.22.0,<1.25.3", + "numpy>=1.22.0,<1.26.2", "packaging>=20.1,<23.3", "pandas>=1.4.0,<2.1.3", "progressbar2>=3.39,<4.3",