diff options
Diffstat (limited to 'math/py-mathics/files/patch-setup.py')
-rw-r--r-- | math/py-mathics/files/patch-setup.py | 11 |
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", |