10
0
Files
python-Mathics/python-Mathics-relax-numpy-versions.patch
Atri Bhattacharya f9e78c92f3 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
2023-09-05 10:00:48 +00:00

14 lines
382 B
Diff

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