1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-18 19:20:36 -04:00
ports/math/py-mathics/files/patch-setup.py
2022-02-20 18:27:54 +01:00

11 lines
278 B
Python

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