Skip to content

Commit

Permalink
use delocate 0.11 as cibuildwheel 2.20 requires it (constraint)
Browse files Browse the repository at this point in the history
  • Loading branch information
rgaudin committed Sep 9, 2024
1 parent 3a5935b commit e422bcf
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 @@ -3,7 +3,7 @@ requires = [
"setuptools == 74.1.1",
"wheel == 0.44.0",
"cython == 3.0.11",
"delocate==0.12.0",
"delocate==0.11.0",
]
build-backend = "setuptools.build_meta"

Expand Down Expand Up @@ -70,7 +70,7 @@ build = [
"setuptools == 74.1.1",
"wheel == 0.44.0",
"cython == 3.0.11",
"delocate==0.12.0",
"delocate==0.11.0",
]
dev = [
"pre-commit==3.8.0",
Expand Down

0 comments on commit e422bcf

Please sign in to comment.