From bd30d6904f6f53c08194d26396bf1db234c3b43e Mon Sep 17 00:00:00 2001 From: YuanTingHsieh Date: Thu, 10 Oct 2024 11:51:27 -0700 Subject: [PATCH] Set numpy less than 2.0.0 --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 38390df607..301931323b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -25,7 +25,7 @@ install_requires = SQLAlchemy==2.0.16 grpcio>=1.62.1 gunicorn>=22.0.0 - numpy + numpy<2.0.0 protobuf>=4.24.4 psutil>=5.9.1 PyYAML>=6.0