mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
This fixes this and dependent ports, including math/mathicsscript, which is confirmed by `make test` Approved by: portmgr blanket
11 lines
270 B
Python
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",
|