Skip to content

Commit dd120cb

Browse files
authored
Drop upper bound for meson-python
1 parent a83c87d commit dd120cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Minimum requirements for the build system to execute.
33
# See https://github.com/scipy/scipy/pull/12940 for the AIX issue.
44
requires = [
5-
"meson-python>=0.13.1,<0.14",
5+
"meson-python>=0.13.1",
66
"meson>=1.2.1,<2",
77
"wheel",
88
"Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json

0 commit comments

Comments
 (0)