blob: e2eda9b1cea3597c9f3393307ee8087d3111d0d4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
--- pyproject.toml.orig 2024-02-05 21:17:48 UTC
+++ pyproject.toml
@@ -1,8 +1,8 @@ requires = [
[build-system]
build-backend = "mesonpy"
requires = [
- "Cython>=0.29.34,<3.1",
- "meson-python>=0.15.0,<0.16.0",
+ "Cython>=0.29.34",
+ "meson-python>=0.15.0",
]
[project]
|