From 7c7c1b387907af6706988c916d3bb0466618bd3e Mon Sep 17 00:00:00 2001 From: Jacob Walls Date: Sat, 6 Jul 2024 15:56:26 -0400 Subject: [PATCH] Pin numpy below 2.0.0 Refs #2442 --- requirements_full.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements_full.txt b/requirements_full.txt index e8196e629d..1780bc89d3 100644 --- a/requirements_full.txt +++ b/requirements_full.txt @@ -4,7 +4,7 @@ # Packages used to run additional tests attrs nose -numpy>=1.17.0; python_version<"3.12" +numpy>=1.17.0,<2; python_version<"3.12" python-dateutil PyQt6 regex