Skip to content
Snippets Groups Projects
Commit a6867d09 authored by Dmitry Marakasov's avatar Dmitry Marakasov
Browse files

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
parent 357ceab4
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
PORTNAME= Mathics3
PORTVERSION= 4.0.0
PORTREVISION= 1
CATEGORIES= math python
MASTER_SITES= CHEESESHOP
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
......
--- setup.py.orig 2022-02-20 13:30:03 UTC
--- 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, <= 1.9",
+ "sympy>=1.8",
"mpmath>=1.2.0",
"numpy",
"palettable",
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment