Accepting request 1108508 from home:badshah400:branches:science

* Disable cython-ised builds: not compatible with Cython 3+.
* Add python-Mathics-relax-numpy-versions.patch to drop the upper limit on numpy versions.

OBS-URL: https://build.opensuse.org/request/show/1108508
OBS-URL: https://build.opensuse.org/package/show/science/python-Mathics?expand=0&rev=34
This commit is contained in:
2023-09-05 10:00:48 +00:00
committed by Git OBS Bridge
parent 46085ebde4
commit f9e78c92f3
3 changed files with 29 additions and 8 deletions

View File

@@ -0,0 +1,13 @@
Index: Mathics3-6.0.2/setup.py
===================================================================
--- Mathics3-6.0.2.orig/setup.py
+++ Mathics3-6.0.2/setup.py
@@ -64,7 +64,7 @@ elif sys.version_info[:2] == (3, 6):
sys.exit(-1)
else:
INSTALL_REQUIRES += [
- "numpy<1.25",
+ "numpy",
"llvmlite",
"sympy>=1.8",
"pillow >= 9.2",