Skip to content

Commit

Permalink
Merge pull request jax-ml#109 from jakevdp:numpy-pinnings
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 570778061
  • Loading branch information
The ml_dtypes Authors committed Oct 4, 2023
2 parents 3155ae4 + 6ddaa3e commit 3570723
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ keywords = []
dependencies = [
# Ensure numpy release supports Python version.
"numpy>1.20",
"numpy>=1.21.2; python_version>'3.9'",
"numpy>=1.23.3; python_version>'3.10'",
"numpy>=1.26.0; python_version>'3.12'",
"numpy>=1.21.2; python_version>='3.10'",
"numpy>=1.23.3; python_version>='3.11'",
"numpy>=1.26.0; python_version>='3.12'",
]

[project.urls]
Expand Down

0 comments on commit 3570723

Please sign in to comment.