We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
>=0.25.35
1 parent 76f73f8 commit fc02f5aCopy full SHA for fc02f5a
1 file changed
pyproject.toml
@@ -8,9 +8,7 @@
8
build-backend = "mesonpy"
9
requires = [
10
"meson-python>=0.14.0",
11
- # when updating Cython version, also update check in meson.build
12
- "Cython>=0.29.35,<3.0; python_version>='3.12' and platform_system=='Windows'",
13
- "Cython>=0.29.35; python_version<'3.12' or platform_system!='Windows'",
+ "Cython>=0.29.35",
14
15
# When numpy 2.0.0rc1 comes out, we should update this to build against 2.0,
16
# and then runtime depend on the range 1.22.X to <2.3. No need to switch to
0 commit comments