Skip to content

Commit

Permalink
Unpin meson-python build requirement
Browse files Browse the repository at this point in the history
This is pinned to fix sdists, but we already have one and are building a
wheel, which should be fine.
  • Loading branch information
QuLogic committed Dec 13, 2024
1 parent 283c500 commit b671c41
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 @@ -48,7 +48,7 @@ requires-python = ">=3.9"
[project.optional-dependencies]
# Should be a copy of the build dependencies below.
dev = [
"meson-python>=0.13.1,<0.17.0",
"meson-python>=0.13.1",
"numpy>=1.25",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
Expand All @@ -73,7 +73,7 @@ dev = [
build-backend = "mesonpy"
# Also keep in sync with optional dependencies above.
requires = [
"meson-python>=0.13.1,<0.17.0",
"meson-python>=0.13.1",
"pybind11>=2.6,!=2.13.3",
"setuptools_scm>=7",
"numpy",
Expand Down

0 comments on commit b671c41

Please sign in to comment.