From 2ebe42ca250a5e77996444bd583018310eeb75f7 Mon Sep 17 00:00:00 2001 From: Carlos Pascual <> Date: Thu, 5 Sep 2024 10:57:48 +0200 Subject: [PATCH] Support numpy v2: Change version limit of numpy from 2.0 to 3.0 to support numpy 2 too. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index c35c982..23d1201 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,3 @@ equinox >= 0.11, < 0.12 jax >= 0.3.2, < 0.5.0 -numpy >= 1.20.0, < 2.0 +numpy >= 1.20.0, < 3.0