From 69bdc9594f0f3e1b267b500f6a98d66d0269d1d9 Mon Sep 17 00:00:00 2001 From: Pete R Jemian Date: Tue, 9 Jul 2024 15:36:17 -0500 Subject: [PATCH] PKG #993 numpy is pinned --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 5fd632cd..317c8f4d 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -62,7 +62,7 @@ dependencies = [ "intake<=1", "matplotlib", "mongoquery>=1.3.6", - "numpy", + "numpy<2", "ophyd>=1.6.1", "openpyxl", "pint",