From c0d19d8a541d1aa5f9f5dfde75a91033f230a8f5 Mon Sep 17 00:00:00 2001 From: Gokul A <166456257+nargokul@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:41:14 -0800 Subject: [PATCH] Numpy update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 21eb185090..9ad30d20a1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -39,7 +39,7 @@ dependencies = [ "google-pasta", "importlib-metadata>=1.4.0,<7.0", "jsonschema", - "numpy>=1.9.0,<2.0", + "numpy>=1.9.0,<3.0", "omegaconf>=2.2,<2.3", "packaging>=20.0", "pandas",