diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2022-08-06 20:32:52 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2022-08-07 11:25:05 +0200 |
commit | aca9a63688252598ab99b8e3a3039c82f6e09a57 (patch) | |
tree | e792f3c86bbdd96d071611c317ac6ed0c5025fed /math/py-mathics/files | |
parent | devel/py-recordclass: Adding a new port required by Mathics3 (diff) |
math/py-mathics: upgrade to 5.0.2
Releases notes at <https://github.com/Mathics3/mathics-core/releases>.
Diffstat (limited to 'math/py-mathics/files')
-rw-r--r-- | math/py-mathics/files/patch-setup.py | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/math/py-mathics/files/patch-setup.py b/math/py-mathics/files/patch-setup.py deleted file mode 100644 index 92183486a8e3..000000000000 --- a/math/py-mathics/files/patch-setup.py +++ /dev/null @@ -1,11 +0,0 @@ ---- setup.py.orig 2021-07-31 19:47:09 UTC -+++ setup.py -@@ -105,7 +105,7 @@ else: - # General Requirements - INSTALL_REQUIRES += [ - "Mathics_Scanner>=1.2.1,<1.3.0", -- "sympy>=1.8, <= 1.9dev", -+ "sympy>=1.8", - "mpmath>=1.2.0", - "numpy", - "palettable", |