10
0
Files
python-Mathics/python-Mathics-relax-sympy-versions.patch
Atri Bhattacharya e8d84dbae7 Accepting request 989641 from home:badshah400:branches:science
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
2022-07-20 10:41:38 +00:00

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