diff options
author | Erich Ritz <erich.public@protonmail.com> | 2023-01-10 08:26:05 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-01-13 08:10:53 +0700 |
commit | 5d9160cff82591a95edacb7a50549d43a792d6c1 (patch) | |
tree | e3269b8662514ddb640ce27d1ccdd190ff03d380 /python | |
parent | 6f35a1ca36bea571db7209bbc046a89fb83338dc (diff) |
python/python2-sympy: Update README.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python2-sympy/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/python/python2-sympy/README b/python/python2-sympy/README index 814629e9b613a..72552dd5f4ac4 100644 --- a/python/python2-sympy/README +++ b/python/python2-sympy/README @@ -5,9 +5,8 @@ SymPy is written entirely in Python and does require just mpmath as an external library. SymPy has several optional dependencies which enhance its functionality -or make it faster. Here are some available at SlackBuilds.org: numpy, -scipy, matplotlib, ipython and pyglet. NOTE: some of these SlackBuilds -might be available for python3 only. +or make it faster. Here are some available at SlackBuilds.org: +python2-numpy, python2-scipy, python2-matplotlib. Version 1.5.1 is the last one available with python2 compatibility. All later versions are python3 only. |