From d8a64cb79dd15f49ceb71a22982332171ab31fbe Mon Sep 17 00:00:00 2001 From: Zach Mueller Date: Tue, 6 Feb 2024 08:00:33 -0500 Subject: [PATCH] Unpin (#2418) --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4e325df1a36..ef8263c671d 100644 --- a/setup.py +++ b/setup.py @@ -54,7 +54,7 @@ ] }, python_requires=">=3.8.0", - install_requires=["numpy>=1.17", "packaging>=20.0", "psutil", "pyyaml", "torch>=1.10.0,<2.2.0", "huggingface_hub", "safetensors>=0.3.1"], + install_requires=["numpy>=1.17", "packaging>=20.0", "psutil", "pyyaml", "torch>=1.10.0", "huggingface_hub", "safetensors>=0.3.1"], extras_require=extras, classifiers=[ "Development Status :: 5 - Production/Stable",