From 0e8d5f60ceb5111307094bf64e0e383a0546db51 Mon Sep 17 00:00:00 2001 From: kta-intel Date: Sun, 23 Jun 2024 13:42:59 -0700 Subject: [PATCH] pin numpy<2 Signed-off-by: kta-intel --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 8e91909d1dd..3ed9e5ee9d6 100644 --- a/setup.py +++ b/setup.py @@ -156,7 +156,7 @@ def run(self): 'grpcio>=1.56.2', 'ipykernel', 'jupyterlab', - 'numpy', + 'numpy<2', 'pandas', 'protobuf>=3.20.3', 'pyzmq<=26.0.3',