diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-13 08:42:46 -0800 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2024-02-13 08:44:14 -0800 |
commit | 76a4e01da264edf2db9c075afe874f9a6997df1c (patch) | |
tree | cdb2d76cc571bba6bc8b5a5d1411e6e99bf71e57 /misc/py-pytorch/Makefile | |
parent | science/rdkit: update 2023_09_3 → 2023_09_5 (diff) |
misc/py-pytorch: update 2.1.2 → 2.2.0
Diffstat (limited to 'misc/py-pytorch/Makefile')
-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 ff7e82b13ec7..df46ae9cb9af 100644 --- a/misc/py-pytorch/Makefile +++ b/misc/py-pytorch/Makefile @@ -1,6 +1,6 @@ PORTNAME= pytorch DISTVERSIONPREFIX= v -DISTVERSION= 2.1.2 +DISTVERSION= 2.2.0 CATEGORIES= misc # machine-learning MASTER_SITES= https://github.com/pytorch/pytorch/releases/download/v${DISTVERSION}/ PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} |