From 4893627785041e44195cb3867ca2f34982741c25 Mon Sep 17 00:00:00 2001 From: Xingyou Song Date: Mon, 2 Dec 2024 07:22:19 -0800 Subject: [PATCH] Allow numpy 2.0 PiperOrigin-RevId: 701959858 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 504b778f1..abf37b257 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,6 @@ attrs==23.1.0 absl-py>=1.0.0 -numpy>=1.21.5,<2.0 # TODO(team): Upgrade to 2.0.0 once TFP is fixed. +numpy>=1.21.5 protobuf>=3.6 portpicker>=1.3.1 grpcio>=1.35.0