From 39cabfda390a8faeadeb1a35aa4dfa1d4ecfaffe Mon Sep 17 00:00:00 2001 From: blakeNaccarato Date: Mon, 7 Aug 2023 13:58:29 -0700 Subject: [PATCH] Apply upper bound --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 6255dac3..a563a88f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ # ! Unpin numba once it supports numpy>=1.25 # ? Numba only supports numpy<1.25 https://github.com/numba/numba/issues/8698 "numba>=0.57.1", - "numpy>=1.24.4", + "numpy>=1.24.4,<1.25", # ! Consider switching to pims instead "boilercine@git+https://github.com/blakeNaccarato/boilercine@main", # ! Pin the merge commit in master once it is merged