aboutsummaryrefslogtreecommitdiff
path: root/reproduce/software/config
diff options
context:
space:
mode:
authorRaul Infante-Sainz <infantesainz@gmail.com>2019-04-23 20:47:27 +0100
committerRaul Infante-Sainz <infantesainz@gmail.com>2019-04-23 20:47:27 +0100
commit873257380912b88e9f5089bcbe6ec12e5ecef795 (patch)
tree49331a1a8ee5e6b52435afef9ccad165c4af22a4 /reproduce/software/config
parent6cffffeadbd2acb408525a7cc65bfd744ef0d5bf (diff)
Python package SymPy added into the template
With this commit, we add `sympy' Python package into the template. This is a package to do symbolic mathematics. The motivation is that it is a prerequisite of `sip_tpv' Python package, which is useful to convert SIP distorsion coefficients into PV coefficients (in the context of astronomical images). However, the availability of `sympy' in the template will be useful for anyone interested in this package.
Diffstat (limited to 'reproduce/software/config')
-rw-r--r--reproduce/software/config/installation/TARGETS.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/reproduce/software/config/installation/TARGETS.mk b/reproduce/software/config/installation/TARGETS.mk
index 5aee765..f1a27a2 100644
--- a/reproduce/software/config/installation/TARGETS.mk
+++ b/reproduce/software/config/installation/TARGETS.mk
@@ -38,4 +38,4 @@
top-level-programs = gnuastro
# Python libraries/modules.
-top-level-python = astropy mpmath
+top-level-python = astropy sympy