diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2023-03-17 13:32:44 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2023-03-17 19:31:24 +0100 |
commit | b03d6b0066f5cabaa9fd23f4b575ce046207b148 (patch) | |
tree | c7590b559dd8821f174db7d0feb042e3ce840191 /math/py-mathics/files/patch-Mathics3.egg-info_requires.txt | |
parent | devel/py-recordclass: upgrade to 0.18.3 (diff) |
math/py-mathics: upgrade to 6.0.1
Release notes at
<https://github.com/Mathics3/mathics-core/releases/tag/6.0.1>.
Diffstat (limited to 'math/py-mathics/files/patch-Mathics3.egg-info_requires.txt')
-rw-r--r-- | math/py-mathics/files/patch-Mathics3.egg-info_requires.txt | 16 |
1 files changed, 7 insertions, 9 deletions
diff --git a/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt b/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt index 76492469ca4e..bda1dc309962 100644 --- a/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt +++ b/math/py-mathics/files/patch-Mathics3.egg-info_requires.txt @@ -1,11 +1,9 @@ ---- Mathics3.egg-info/requires.txt.orig 2022-08-06 09:38:06 UTC +--- Mathics3.egg-info/requires.txt.orig 2023-03-05 10:15:02 UTC +++ Mathics3.egg-info/requires.txt -@@ -1,7 +1,7 @@ - Mathics-Scanner<1.3.0,>=1.2.1 - numpy +@@ -1,5 +1,5 @@ + Mathics-Scanner>=1.3.0 +-numpy<=1.24 ++numpy<1.25 llvmlite --sympy<1.11,>=1.8 -+sympy<1.11.2,>=1.8 - recordclass - Mathics_Scanner<1.3.0,>=1.2.1 - mpmath>=1.2.0 + sympy<1.12,>=1.8 + pillow>=9.2 |