Skip to content

Commit

Permalink
Merge pull request #86 from hawkinsp:py312
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 557245575
  • Loading branch information
The ml_dtypes Authors committed Aug 15, 2023
2 parents 6d05999 + cd68b01 commit 54e375a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ dependencies = [
"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'",
]

[project.urls]
Expand Down Expand Up @@ -49,9 +50,10 @@ pyink-use-majority-quotes = true
requires = [
# Build with oldest supported numpy for each Python version.
"numpy~=1.21.2; python_version<'3.11'",
"numpy~=1.23.3; python_version>='3.11'",
"numpy~=1.23.3; python_version>='3.11' and python_version<'3.12'",
"numpy~=1.26.0; python_version>='3.12'",
"pybind11~=2.11.1",
"setuptools~=68.0.0",
"setuptools~=68.1.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 54e375a

Please sign in to comment.