From 512f6973c525e1ac31c61298f346c79f8c63c676 Mon Sep 17 00:00:00 2001 From: Ted Themistokleous Date: Thu, 1 Aug 2024 16:47:55 +0000 Subject: [PATCH] Change python not be greater than in order to avoid auto pulling down numpy 2.0 which seems to cause ABI breaks with some scripts and other tools during wheel installs --- requirements.txt.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt.in b/requirements.txt.in index 89242061fb119..4ce915e04b7ff 100644 --- a/requirements.txt.in +++ b/requirements.txt.in @@ -1,6 +1,6 @@ coloredlogs flatbuffers -numpy >= @Python_NumPy_VERSION@ +numpy == @Python_NumPy_VERSION@ packaging protobuf sympy