Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/onCreate-meson.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ uv pip install \
"cypari2 >=2.2.1" \
"cysignals >=1.11.2, != 1.12.0" \
"cython >=3.0, != 3.0.3, < 3.1.0" \
"gmpy2 ~=2.1.b999" \
"gmpy2 >=2.1.5" \
memory_allocator \
"numpy >=1.25" \
jinja2 \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
"cypari2 >=2.2.1" \
"cysignals >=1.11.2, != 1.12.0" \
"cython >=3.0, != 3.0.3, < 3.1.0" \
"gmpy2 ~=2.1.b999" \
"gmpy2 >=2.1.5" \
memory_allocator \
"numpy >=1.25" \
jinja2 \
Expand Down
2 changes: 1 addition & 1 deletion build/pkgs/sphinx/distros/conda.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sphinx>=5.2
sphinx>=6.2
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ requires = [
'cysignals >=1.11.2, != 1.12.0',
# Exclude 3.0.3 because of https://github.com/cython/cython/issues/5748
'cython >=3.0, != 3.0.3',
'gmpy2 ~=2.1.b999',
'gmpy2 >=2.1.5',
'jinja2',
'memory_allocator',
'numpy >=2.2.4',
Expand Down Expand Up @@ -50,7 +50,7 @@ dependencies = [
'cysignals >=1.11.2, != 1.12.0',
'cython >=3.0, != 3.0.3',
'fpylll >=0.5.9; sys_platform != "win32"',
'gmpy2 ~=2.1.b999',
'gmpy2 >=2.1.5',
'ipykernel >=5.2.1',
'ipython >=8.9.0',
'ipywidgets >=7.5.1',
Expand Down
2 changes: 1 addition & 1 deletion src/doc/en/installation/source.rst
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ To compile and install Sage in editable install, then just use:
"cypari2 >=2.2.1" \
"cython >=3.0, != 3.0.3, != 3.1.0" \
"cython >=3.0, != 3.0.3" \
"gmpy2 ~=2.1.b999" \
"gmpy2 >=2.1.5" \
memory_allocator \
"numpy >=1.25" \
jinja2 \
Expand Down
10 changes: 8 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading