From bae58457b6b526a196c6c3d0c4061d5ea0f7a334 Mon Sep 17 00:00:00 2001 From: Christopher Albert Date: Sun, 5 Jan 2025 17:11:32 +0100 Subject: [PATCH] Update numpy and numba --- requirements.txt | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1270832..5ae3228 100644 --- a/requirements.txt +++ b/requirements.txt @@ -20,12 +20,13 @@ fpdf xarray # Scientific computing -numpy +numpy>=2.1 # required for f2py to work with setuptools>=74 sympy uncertainties scipy cython -numba +# numba from git avoids version pin numpy<2.1 +git+https://github.com/numba/numba.git@release0.61#egg=numba matplotlib plotly>=5.22 scikit-build