From 1642747cfb2453c0f06f1da80907a0198374e4c4 Mon Sep 17 00:00:00 2001 From: Patrick Avery Date: Wed, 18 Oct 2023 13:08:46 -0500 Subject: [PATCH] Bump numpy version to the latest numba supports Signed-off-by: Patrick Avery --- pyproject.toml | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 46e6a3155..dc9d6a44b 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,2 +1,2 @@ [build-system] -requires = ["setuptools", "wheel", "numpy<1.25", "setuptools_scm[toml]"] +requires = ["setuptools", "wheel", "numpy<1.27", "setuptools_scm[toml]"] diff --git a/setup.py b/setup.py index 155469d11..5c7967216 100644 --- a/setup.py +++ b/setup.py @@ -15,7 +15,7 @@ 'h5py', 'lmfit', 'numba', - 'numpy<1.25', # NOTE: bump this to support the latest version numba supports + 'numpy<1.27', # NOTE: bump this to support the latest version numba supports 'psutil', 'pycifrw', 'pyyaml',