diff options
author | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-23 07:45:55 -0500 |
---|---|---|
committer | Jason E. Hale <jhale@FreeBSD.org> | 2025-02-23 07:47:41 -0500 |
commit | cbef78abfce5346f71e824247d75c88c04c084c0 (patch) | |
tree | 2c4507d77ffb9e88c8a7c01c2c59c0612fda0361 /misc/py-pytorch | |
parent | devel/libphonenumber: Remove workaround after 39dbb2a182af (diff) |
*/*: Chase devel/abseil update
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 4d8866293d97..bc633975fdb9 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,7 +1,7 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v DISTVERSION= 2.5.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |