math/py-mathics: chase the upgrade of numpy

This commit is contained in:
Thierry Thomas 2024-06-23 16:04:52 +02:00
parent a33d98720b
commit 0abdce54fe
3 changed files with 8 additions and 7 deletions

View file

@ -1,6 +1,6 @@
PORTNAME= Mathics3
PORTVERSION= 6.0.4
PORTREVISION= 2
PORTREVISION= 3
CATEGORIES= math python
MASTER_SITES= PYPI
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}

View file

@ -1,9 +1,10 @@
--- Mathics3.egg-info/requires.txt.orig 2023-07-23 21:37:36 UTC
--- Mathics3.egg-info/requires.txt.orig 2023-11-25 02:22:46 UTC
+++ Mathics3.egg-info/requires.txt
@@ -1,5 +1,5 @@
@@ -1,6 +1,6 @@ scikit-image>=0.17
Mathics-Scanner>=1.3.0
scikit-image>=0.17
-numpy<1.25
+numpy<=1.25
+numpy<1.27
llvmlite
sympy>=1.8
pillow>=9.2

View file

@ -1,11 +1,11 @@
--- setup.py.orig 2023-07-25 13:04:43 UTC
--- setup.py.orig 2024-06-23 13:56:36 UTC
+++ setup.py
@@ -64,7 +64,7 @@ elif sys.version_info[:2] == (3, 6):
@@ -65,7 +65,7 @@ else:
sys.exit(-1)
else:
INSTALL_REQUIRES += [
- "numpy<1.25",
+ "numpy<=1.25",
+ "numpy<1.27",
"llvmlite",
"sympy>=1.8",
"pillow >= 9.2",