Skip to content

Commit

Permalink
update pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
yomichi committed Aug 30, 2024
1 parent e5a4e17 commit cfad27f
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,3 +1,3 @@
[build-system]
requires = ["setuptools", "wheel", "cython", "numpy<1.20; python_version<'3.10'", "numpy; python_version>='3.10'"]
requires = ["setuptools", "wheel", "cython", "numpy<2.0"]
build-backend = "setuptools.build_meta"

0 comments on commit cfad27f

Please sign in to comment.