Skip to content

Commit

Permalink
Bump numpy version to the latest numba supports
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick Avery <patrick.avery@kitware.com>
  • Loading branch information
psavery committed Oct 18, 2023
1 parent f47aa1e commit 1642747
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
[build-system]
requires = ["setuptools", "wheel", "numpy<1.25", "setuptools_scm[toml]"]
requires = ["setuptools", "wheel", "numpy<1.27", "setuptools_scm[toml]"]
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1642747

Please sign in to comment.