Skip to content
This repository has been archived by the owner on Jan 30, 2023. It is now read-only.

Commit

Permalink
src/requirements.txt.m4, src/setup.cfg.m4 (install_requires): Add lrc…
Browse files Browse the repository at this point in the history
…alc_python
  • Loading branch information
Matthias Koeppe committed Jul 2, 2022
1 parent 74f1e10 commit 5ea0035
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/requirements.txt.m4
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ gmpy2==esyscmd(`printf $(sed "s/[.]p.*//;" ../gmpy2/package-version.txt)')
jinja2==esyscmd(`printf $(sed "s/[.]p.*//;" ../jinja2/package-version.txt)')
dnl ... for sage_setup.autogen.interpreters
jupyter_core==esyscmd(`printf $(sed "s/[.]p.*//;" ../jupyter_core/package-version.txt)')
lrcalc==esyscmd(`printf $(sed "s/[.]p.*//;" ../lrcalc_python/package-version.txt)')
memory_allocator==esyscmd(`printf $(sed "s/[.]p.*//;" ../memory_allocator/package-version.txt)')
numpy==esyscmd(`printf $(sed "s/[.]p.*//;" ../numpy/package-version.txt)')
dnl ... already needed by sage.env
Expand Down
3 changes: 2 additions & 1 deletion src/setup.cfg.m4
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,12 @@ dnl From build/pkgs/sagelib/dependencies
gmpy2 \
jinja2 \
jupyter_core \
lrcalc_python \
memory_allocator \
numpy \
pkgconfig \
pplpy \
primecountpy \
memory_allocator \
requests \
| sed "2,\$s/^/ /;"')dnl'
dnl From Makefile.in: SAGERUNTIME
Expand Down

0 comments on commit 5ea0035

Please sign in to comment.