Skip to content

Commit

Permalink
Update numpy version requirement in the pyproject.toml file.
Browse files Browse the repository at this point in the history
  • Loading branch information
bojan-karlas committed Sep 30, 2024
1 parent e1e094c commit a4b81f5
Showing 1 changed file with 1 addition and 1 deletion.
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", "wheel", "cython", "numpy >= 2.0"]
requires = ["setuptools", "wheel", "cython", "numpy >= 1.26.4, < 2.0.0"]
build-backend = "setuptools.build_meta"

[tool.mypy]
Expand Down

0 comments on commit a4b81f5

Please sign in to comment.