From 0370766feca0be3a5a3128b44f65cf5132ca1099 Mon Sep 17 00:00:00 2001 From: Abe Coull <85974725+math411@users.noreply.github.com> Date: Thu, 29 Feb 2024 12:09:27 -0800 Subject: [PATCH] infra: pin numpy to less than 2.x until we prepare for the migration (#890) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index b336a2790..16f96bd31 100644 --- a/setup.py +++ b/setup.py @@ -37,7 +37,7 @@ "cloudpickle==2.2.1", "nest-asyncio", "networkx", - "numpy", + "numpy<2", "openpulse", "openqasm3", "sympy",