From 1929af68d3007f6851e8e735524a8d9ceff8be62 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 10 Dec 2024 16:22:56 +0000 Subject: [PATCH] Update numpy requirement from <=2.1.3,>=1.20.0 to >=1.20.0,<=2.2.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.20.0...v2.2.0) --- 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 72f77f5..ad5cbba 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ equinox >= 0.11.0, <= 0.11.10 jax >= 0.3.2, <= 0.4.37 -numpy >= 1.20.0, <= 2.1.3 +numpy >= 1.20.0, <= 2.2.0