forked from pool/python-Mathics
Add python-Mathics-relax-sympy-versions.patch -- Relax required sympy versions, to enable tests to run on openSUSE >= 1550 where python-sympy is at version 1.10.x already. OBS-URL: https://build.opensuse.org/request/show/989641 OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=18
14 lines
372 B
Diff
14 lines
372 B
Diff
Index: Mathics-4.0.0/setup.py
|
|
===================================================================
|
|
--- Mathics-4.0.0.orig/setup.py
|
|
+++ Mathics-4.0.0/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",
|