Skip to content

Commit

Permalink
Merge pull request #84 from hawkinsp:deps
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 554530913
  • Loading branch information
The ml_dtypes Authors committed Aug 7, 2023
2 parents 444cde1 + 95d23e1 commit 6d05999
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ 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'",
"pybind11~=2.10.0",
"setuptools~=67.6.0",
"pybind11~=2.11.1",
"setuptools~=68.0.0",
]
build-backend = "setuptools.build_meta"

Expand Down

0 comments on commit 6d05999

Please sign in to comment.