Skip to content

Commit

Permalink
remove numpy<2 restriction
Browse files Browse the repository at this point in the history
  • Loading branch information
dmeliza committed Sep 27, 2024
1 parent 7d327e3 commit 2302a6c
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", "wheel", "numpy>=1.19.5,<2", "cython>=0.29"]
requires = ["setuptools", "wheel", "numpy>=1.19.5", "cython>=0.29"]

[tool.ruff]
target-version = "py37"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ python_requires = >= 3.6
setup_requires =
setuptools >=58.1.0
install_requires =
numpy >= 1.19.5, <2
numpy >= 1.19.5
test_suite = tests

[options.extras_require]
Expand Down

0 comments on commit 2302a6c

Please sign in to comment.