From 442d37b46a0777886c9cb3f18cea69ce4caa0126 Mon Sep 17 00:00:00 2001 From: DESKTOP-42S1K65 Date: Fri, 5 May 2023 16:02:26 +0200 Subject: [PATCH] Bump torch v --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9f267b88df2..72f6dba2c2d 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ ] }, python_requires=">=3.7.0", - install_requires=["numpy>=1.17", "packaging>=20.0", "psutil", "pyyaml", "torch>=1.4.0"], + install_requires=["numpy>=1.17", "packaging>=20.0", "psutil", "pyyaml", "torch>=1.6.0"], extras_require=extras, classifiers=[ "Development Status :: 5 - Production/Stable",