Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 15, 2024
1 parent 0e950dd commit 50f6a88
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
Expand Up @@ -3,7 +3,7 @@ requires = [
"wheel",
"setuptools",
"Cython>=0.29.2",
"oldest-supported-numpy; python_version<'3.9'",
"numpy<2; python_version<'3.9'",
"numpy>=2; python_version>='3.9'",
]
build-backend = 'setuptools.build_meta'

0 comments on commit 50f6a88

Please sign in to comment.