Skip to content

Commit

Permalink
Set build requirement numpy<2 for python < 3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeshingles committed Dec 15, 2024
1 parent 19fd195 commit a8a762d
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 a8a762d

Please sign in to comment.