Skip to content

Commit d9ab21c

Browse files
committed
Docs: small improvement for install instructions
1 parent 5c8d9e9 commit d9ab21c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/en/installation/source.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,10 +173,10 @@ To compile and install Sage in editable install, then just use:
173173
meson-python \
174174
"cypari2 >=2.2.1" \
175175
"cython >=3.0, != 3.0.3, != 3.1.0" \
176-
"cython >=3.0, != 3.0.3" \
177176
"gmpy2 >=2.1.5" \
178177
memory_allocator \
179178
"numpy >=1.25" \
179+
"ninja >=1.8.2" \
180180
jinja2 \
181181
setuptools
182182
$ uv sync --frozen --inexact --no-build-isolation

0 commit comments

Comments
 (0)