From 90385c77b16c560b5a8987b4cd8278cf592618fc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 17 Aug 2024 23:45:38 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0,>=1.19.5 to >=1.19.5,<3.0.0 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.19.5...v2.0.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 4a3c4c2..6d5ec60 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,7 @@ classifiers = [ ] dependencies = [ "scipy>=1.5.2", - "numpy>=1.19.5,<2.0.0", + "numpy>=1.19.5,<3.0.0", "pandas>=1.5.3", "scikit-learn>=0.23.2", "pyyaml",