summaryrefslogtreecommitdiff
path: root/math/py-mathics/files
diff options
context:
space:
mode:
Diffstat (limited to 'math/py-mathics/files')
-rw-r--r--math/py-mathics/files/patch-setup.py11
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",