opnsense-ports/math/py-mathics/files/patch-setup.py
Franco Fichtner 38fea5f87c */*: sync with upstream
Taken from: FreeBSD
2022-04-12 13:54:03 +02: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",