summaryrefslogtreecommitdiff
path: root/misc/py-pytorch/Makefile
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2024-02-13 08:42:46 -0800
committerYuri Victorovich <yuri@FreeBSD.org>2024-02-13 08:44:14 -0800
commit76a4e01da264edf2db9c075afe874f9a6997df1c (patch)
treecdb2d76cc571bba6bc8b5a5d1411e6e99bf71e57 /misc/py-pytorch/Makefile
parentscience/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/Makefile2
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}