From 091a8f94ba5edb501aa0f407a110c12af3a420bb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 12:00:06 +0000 Subject: [PATCH] Update numpy requirement from <2.0.0,>=1.23.2 to >=1.23.2,<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.23.2...v2.1.0) --- 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 9ad37c2..b0e98f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "matplotlib>=3.1.1", "joblib>=0.13.2", "shap>=0.43.0", - "numpy>=1.23.2,<2.0.0", + "numpy>=1.23.2,<3.0.0", "numba>=0.57.0", "loguru>=0.7.2", ]