From 987b8543ae792cc320df7dfd2cbb367fe1b0f70c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 16:44:41 +0000 Subject: [PATCH] Update numpy requirement from <2.0,>=1.26.4 to >=1.26.4,<3.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.26.4...v2.0.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 3438ecfb4..8d2507916 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ classifiers=[ "Programming Language :: Python :: 3.11", ] dependencies = [ -"numpy>=1.26.4,<2.0", +"numpy>=1.26.4,<3.0", "accelerate>=0.20.3,<0.40", "transformers>4.41,<5.0", "torch>=2.2.0,<3.0",