Skip to content

Commit

Permalink
update numpy version
Browse files Browse the repository at this point in the history
  • Loading branch information
dante.l committed Jun 23, 2023
1 parent c4fdc57 commit cea3c46
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,5 +1,5 @@
[build-system]
requires = ["setuptools>=67.6.1", "numpy~=1.23.5", "Cython>=0.29.32", "packaging>=22.0", "py-cpuinfo"]
requires = ["setuptools>=67.6.1", "numpy~=1.24.3", "Cython>=0.29.32", "packaging>=22.0", "py-cpuinfo"]
build-backend = "setuptools.build_meta"

[tool.cibuildwheel]
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ classifiers =
packages = find:
python_requires = >=3.8
install_requires =
numpy ~= 1.23.5
numpy ~= 1.24.3
h5py ~= 3.9.0
psutil ~= 5.9.5
scipy ~= 1.10.1

0 comments on commit cea3c46

Please sign in to comment.