From 64b71bd6cce9947ceb10bc33c3861c05f0f005c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 22:06:50 +0000 Subject: [PATCH] Update numpy requirement from <1.26.3,>=1.17.2 to >=1.17.2,<2.0.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.17.2...v2.0.1) --- updated-dependencies: - dependency-name: numpy dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 9ff1955f..2ee6ad9f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ -numpy>=1.17.2, <1.26.3 +numpy>=1.17.2, <2.0.2 torch>=1.10.0, <1.13.2 pandas>=1.4.0, <2.1.4 boto3>=1.26.0, <1.33.8