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:
13
python-Mathics-relax-numpy-versions.patch
Normal file
13
python-Mathics-relax-numpy-versions.patch
Normal 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",
|
||||
Reference in New Issue
Block a user