diff options
author | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-24 13:18:28 +0100 |
---|---|---|
committer | Thierry Thomas <thierry@FreeBSD.org> | 2025-01-24 13:18:28 +0100 |
commit | 6cce1f5b223a907deb0498a9d069816ce78b75e1 (patch) | |
tree | aaae603cd65677fbe7a3d06160bf02bc705c3e1f /math/py-numpy | |
parent | math/blis: adopt and upgrade to 1.1 (diff) |
*/*: bump PORTREVISION to chase blas/lapack, Suitesparse and BLIS
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 5ba99fd992bd..aea47553f5b9 100644 --- a/math/py-numpy/Makefile +++ b/math/py-numpy/Makefile @@ -1,6 +1,6 @@ PORTNAME= numpy PORTVERSION= 1.26.4 -PORTREVISION= 3 +PORTREVISION= 4 PORTEPOCH= 1 CATEGORIES= math python MASTER_SITES= PYPI \ |