From d14c150f494b047c27203ef9fd4670c8d380b53e Mon Sep 17 00:00:00 2001 From: Thomas Pinder Date: Thu, 12 Sep 2024 09:15:32 +0200 Subject: [PATCH] Bump numpy --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index de7b51862..c38f9ac5a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -31,7 +31,7 @@ dependencies = [ "cola-ml==0.0.5", "jaxopt==0.8.2", "flax>=0.8.5", - "numpy<2.0.0", + "numpy", ] [tool.hatch.envs.default]