summaryrefslogtreecommitdiff
path: root/math/py-mathics/files
diff options
context:
space:
mode:
authorThierry Thomas <thierry@FreeBSD.org>2022-02-20 14:37:29 +0100
committerThierry Thomas <thierry@FreeBSD.org>2022-02-20 18:27:54 +0100
commitae2dc35e151567281d575c47fea8359d78d612b5 (patch)
tree8c70f675f64b8efeebe04761b8085d17f09c612e /math/py-mathics/files
parentmath/py-mathics-scanner: upgrade to 1.2.4 (diff)
math/py-mathics: upgrade to 4.0.0
Diffstat (limited to 'math/py-mathics/files')
-rw-r--r--math/py-mathics/files/patch-setup.py11
1 files changed, 11 insertions, 0 deletions
diff --git a/math/py-mathics/files/patch-setup.py b/math/py-mathics/files/patch-setup.py
new file mode 100644
index 000000000000..8d7757bd7e40
--- /dev/null
+++ b/math/py-mathics/files/patch-setup.py
@@ -0,0 +1,11 @@
+--- setup.py.orig 2022-02-20 13:30:03 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, <= 1.9",
+ "mpmath>=1.2.0",
+ "numpy",
+ "palettable",