Skip to content

Commit 6f8b75a

Browse files
committed
Update gmpy2 version to 2.2.1
1 parent f4adc25 commit 6f8b75a

File tree

5 files changed

+12
-6
lines changed

5 files changed

+12
-6
lines changed

.devcontainer/onCreate-meson.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ uv pip install \
2323
"cypari2 >=2.2.1" \
2424
"cysignals >=1.11.2, != 1.12.0" \
2525
"cython >=3.0, != 3.0.3, < 3.1.0" \
26-
"gmpy2 ~=2.1.b999" \
26+
"gmpy2 >=2.2.1" \
2727
memory_allocator \
2828
"numpy >=1.25" \
2929
jinja2 \

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
"cypari2 >=2.2.1" \
9292
"cysignals >=1.11.2, != 1.12.0" \
9393
"cython >=3.0, != 3.0.3, < 3.1.0" \
94-
"gmpy2 ~=2.1.b999" \
94+
"gmpy2 >=2.2.1" \
9595
memory_allocator \
9696
"numpy >=1.25" \
9797
jinja2 \

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ requires = [
88
'cysignals >=1.11.2, != 1.12.0',
99
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
1010
'cython >=3.0, != 3.0.3',
11-
'gmpy2 ~=2.1.b999',
11+
'gmpy2 >=2.2.1',
1212
'jinja2',
1313
'memory_allocator',
1414
'numpy >=2.2.4',
@@ -50,7 +50,7 @@ dependencies = [
5050
'cysignals >=1.11.2, != 1.12.0',
5151
'cython >=3.0, != 3.0.3',
5252
'fpylll >=0.5.9; sys_platform != "win32"',
53-
'gmpy2 ~=2.1.b999',
53+
'gmpy2 >=2.2.1',
5454
'ipykernel >=5.2.1',
5555
'ipython >=8.9.0',
5656
'ipywidgets >=7.5.1',

src/doc/en/installation/meson.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ To compile and install Sage in editable install, then just use:
171171
"cypari2 >=2.2.1" \
172172
"cython >=3.0, != 3.0.3, != 3.1.0" \
173173
"cython >=3.0, != 3.0.3" \
174-
"gmpy2 ~=2.1.b999" \
174+
"gmpy2 >=2.2.1" \
175175
memory_allocator \
176176
"numpy >=1.25" \
177177
jinja2 \

uv.lock

Lines changed: 7 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)