summaryrefslogtreecommitdiff
path: root/academic/sympy/README
diff options
context:
space:
mode:
authorSerban Udrea <S.Udrea@gsi.de>2019-02-09 00:11:38 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-02-09 00:11:38 +0700
commit984143e107fef52f30377f306f62c8b81d9ca384 (patch)
treea3112bf71827778e5abbbd4f3752799effd9e3d2 /academic/sympy/README
parent3257d7063dc0376f2c4a6385559f9c5526302de9 (diff)
downloadslackbuilds-984143e107fef52f30377f306f62c8b81d9ca384.tar.gz
academic/sympy: Updated for version 1.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/sympy/README')
-rw-r--r--academic/sympy/README7
1 files changed, 4 insertions, 3 deletions
diff --git a/academic/sympy/README b/academic/sympy/README
index 26abdb06e1..e09dbef1a0 100644
--- a/academic/sympy/README
+++ b/academic/sympy/README
@@ -4,7 +4,8 @@ code as simple as possible in order to be comprehensible and easily
extensible. SymPy is written entirely in Python and does not require
any external libraries.
-Optional dependencies are pyglet (needed only for plotting) and ipython.
+SymPy has several optional dependencies which enhance its functionality
+or make it faster. Here are those available at SlackBuilds.org:
+numpy, scipy, matplotlib, ipython and pyglet.
+Besides, Cython is already provided by Slackware.
-Please read the release notes at https://github.com/sympy/sympy/wiki/_pages
-for any backward compatibility issues.