diff options
author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 01:23:28 +0800 |
---|---|---|
committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-01-29 01:23:28 +0800 |
commit | adfb8194d132295d00880bf84675be78bbff09ec (patch) | |
tree | b55155fb0894f67061072598d4214486c378ec81 /misc/py-pytorch | |
parent | devel/grpc: Update to 1.69.0 (diff) |
devel/protobuf: Update to 29.3
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://github.com/protocolbuffers/protobuf/releases
Diffstat (limited to 'misc/py-pytorch')
-rw-r--r-- | misc/py-pytorch/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/py-pytorch/Makefile b/misc/py-pytorch/Makefile index c46d4b40a2fc..06c8993ce0a3 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |