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.
1 parent 684e8c5 commit be7ad4eCopy full SHA for be7ad4e
pyproject.toml
@@ -5,7 +5,7 @@ requires = [
5
"meson-python>=0.13.1",
6
"meson>=1.2.1,<2",
7
"wheel",
8
- "Cython~=3.0.5", # Note: sync with setup.py, environment.yml and asv.conf.json
+ "Cython==3.1.0rc1", # Note: sync with setup.py, environment.yml and asv.conf.json
9
# Force numpy higher than 2.0rc1, so that built wheels are compatible
10
# with both numpy 1 and 2
11
"numpy>=2.0.0rc1",
0 commit comments