From ea7461b16e3560926b334b5876ee434cd2426605 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 21:23:36 +0000 Subject: [PATCH] Update numpy requirement from <2.0 to <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/v0.2.0...v2.1.0) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- _requirements/test.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_requirements/test.txt b/_requirements/test.txt index febca513..91450105 100644 --- a/_requirements/test.txt +++ b/_requirements/test.txt @@ -12,4 +12,4 @@ torch >2.0.0 transformers openai>=1.12.0 pillow -numpy <2.0 +numpy <3.0