ports/math/py-mathics/files/patch-setup.py
Dmitry Marakasov a6867d0979 math/py-mathics: remove bogus sympy max version limitation
This fixes this and dependent ports, including math/mathicsscript,
which is confirmed by `make test`

Approved by:	portmgr blanket
2022-04-08 18:20:59 +03:00

11 lines
270 B
Python

--- 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",