diff options
author | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 23:11:05 +0200 |
---|---|---|
committer | Matteo Bernardini <ponce@slackbuilds.org> | 2021-04-18 23:11:05 +0200 |
commit | c6b7d32b6179f3681873dcfda676d493f3195ddc (patch) | |
tree | 571a49990e48befc75451ba6e2a4f36981659d56 /academic/mathics | |
parent | 225257b0825bc664304ec219df71f108fd87d1c0 (diff) | |
download | slackbuilds-c6b7d32b6179f3681873dcfda676d493f3195ddc.tar.gz |
academic/mathics: Fixed dep info
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'academic/mathics')
-rw-r--r-- | academic/mathics/README | 5 | ||||
-rw-r--r-- | academic/mathics/mathics.info | 2 |
2 files changed, 1 insertions, 6 deletions
diff --git a/academic/mathics/README b/academic/mathics/README index 89bae8e2a1..9cac17e266 100644 --- a/academic/mathics/README +++ b/academic/mathics/README @@ -2,8 +2,3 @@ Mathics is a free, light-weight alternative to Mathematica. Mathics is a general-purpose online computer algebra system featuring Mathematica- compatible syntax and functions. It is backed by highly extensible Python code, relying on SymPy for most mathematical tasks. - - -Optional Dependency - -You can install Cython for some extra functionality/optimizations. diff --git a/academic/mathics/mathics.info b/academic/mathics/mathics.info index f61f3000c2..e3308b9801 100644 --- a/academic/mathics/mathics.info +++ b/academic/mathics/mathics.info @@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/mathics/Mathics/archive/v1.0/Mathics-1.0.tar.gz" MD5SUM="a0a161a1787093b90b21e73b0d44c0fc" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="colorama mpmath ply python-dateutil python-django-legacy six sympy" +REQUIRES="colorama mpmath python-dateutil python-django-legacy sympy" MAINTAINER="David Melik" EMAIL="dchmelik@gmail.com" |