Skip to content

Commit

Permalink
Pin numpy<2.0 for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
juhoinkinen committed Jul 3, 2024
1 parent dc5b5c4 commit dc1d745
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ requires = [
# is 1.18.5, remove the line when they increase oldest supported Numpy for this platform
"numpy==1.18.5; python_version=='3.8' and platform_machine not in 'arm64|aarch64'",
"oldest-supported-numpy; python_version>'3.8' or platform_machine in 'arm64|aarch64'",
"numpy<2.0; python_version=='3.12' and platform_machine not in 'arm64|aarch64'",
"scipy",
"setuptools",
"wheel",
Expand Down

0 comments on commit dc1d745

Please sign in to comment.