From 873257380912b88e9f5089bcbe6ec12e5ecef795 Mon Sep 17 00:00:00 2001
From: Raul Infante-Sainz <infantesainz@gmail.com>
Date: Tue, 23 Apr 2019 20:47:27 +0100
Subject: 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.
---
 reproduce/software/config/installation/TARGETS.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'reproduce/software/config/installation')

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
-- 
cgit v1.2.1