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 95313b4 commit 3daf819Copy full SHA for 3daf819
.devcontainer/onCreate-meson.sh
@@ -21,7 +21,7 @@ uv pip install \
21
meson-python \
22
"cypari2 >=2.2.1" \
23
"cysignals >=1.11.2, != 1.12.0" \
24
- "cython >=3.0, != 3.0.3, != 3.1.0" \
+ "cython >=3.0, != 3.0.3, < 3.1.0" \
25
"gmpy2 ~=2.1.b999" \
26
memory_allocator \
27
"numpy >=1.25" \
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
77
78
79
80
81
82
0 commit comments