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 db6b02f commit 9aa35a5Copy full SHA for 9aa35a5
.github/workflows/ci.yml
@@ -54,10 +54,10 @@ jobs:
54
55
- name: Checkout code
56
# cannot use v4 yet because of https://github.com/actions/checkout/issues/1487
57
- uses: actions/checkout@v3
+ uses: actions/checkout@v6.0.1
58
59
- name: Install uv
60
- uses: astral-sh/setup-uv@v6.7.0
+ uses: astral-sh/setup-uv@v7.1.4
61
62
# We cannot use the setup python action because it doesn't support all containers
63
# https://github.com/actions/setup-python/issues/527
@@ -95,8 +95,8 @@ jobs:
95
uv pip install \
96
meson-python \
97
"cypari2 >=2.2.1" \
98
- "cysignals >=1.11.2, != 1.12.0" \
99
- "cython >=3.0, != 3.0.3, < 3.1.0" \
+ "cysignals >=1.12.1" \
+ "cython >=3.1.0" \
100
"gmpy2 >=2.1.5" \
101
memory_allocator \
102
"numpy >=1.25" \
0 commit comments