From 6904a79f8cfad42f96eaee1524447a4f6b3b4f81 Mon Sep 17 00:00:00 2001 From: Matthew Larson Date: Thu, 20 Jun 2024 11:23:04 -0500 Subject: [PATCH] Restrict numpy version in Pipfile --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index ae9bb22b..fde1fe50 100644 --- a/Pipfile +++ b/Pipfile @@ -14,7 +14,7 @@ botocore = "*" cryptography = "*" h5py = ">=3.6.0" numcodecs = "*" -numpy = "*" +numpy = "<2.0.0" psutil = "*" pyjwt = "*" pytz = "*"