From 72382452c5b6ddb3e67fb8ce21d1a290bca36493 Mon Sep 17 00:00:00 2001 From: Gokul A <166456257+nargokul@users.noreply.github.com> Date: Tue, 3 Dec 2024 09:46:23 -0800 Subject: [PATCH 1/2] Protobuf update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 8b9e9fa92f..20b7ced28c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -43,7 +43,7 @@ dependencies = [ "pandas", "pathos", "platformdirs", - "protobuf>=3.12,<5.0", + "protobuf>=3.12,<6.0", "psutil", "PyYAML~=6.0", "requests", From 06b9990327c0888af80383eb91407a539d1c1e19 Mon Sep 17 00:00:00 2001 From: Gokul A <166456257+nargokul@users.noreply.github.com> Date: Sat, 7 Dec 2024 10:36:24 -0800 Subject: [PATCH 2/2] Numpy update --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 20b7ced28c..656c03a2c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -38,7 +38,7 @@ dependencies = [ "google-pasta", "importlib-metadata>=1.4.0,<7.0", "jsonschema", - "numpy>=1.9.0,<2.0", + "numpy>=1.9.0,<3.0", "packaging>=20.0", "pandas", "pathos",