diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2024-04-29 22:08:56 +0200 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2024-04-29 22:08:56 +0200 |
commit | 89b83249690cf17cdb0fe923e5f01464b7f36141 (patch) | |
tree | a389b26d881d544a069200518fa900e6dc6fc760 /math/py-numpy | |
parent | math/suitesparse-spqr: upgrade to 4.3.3 (diff) |
*/*: chase SuiteSparse’s upgrade
Diffstat (limited to 'math/py-numpy')
-rw-r--r-- | math/py-numpy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/py-numpy/Makefile b/math/py-numpy/Makefile index 1c38114fc0b8..638e793f3a50 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.25.0 -PORTREVISION= 6 +PORTREVISION= 7 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |