Skip to content

Commit

Permalink
Revert "[don't merge yet] unpin torch (#2406)" (#2407)
Browse files Browse the repository at this point in the history
This reverts commit 8b770a7.
  • Loading branch information
muellerzr authored Feb 1, 2024
1 parent 8b770a7 commit 7ba64e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
]
},
python_requires=">=3.8.0",
install_requires=["numpy>=1.17", "packaging>=20.0", "psutil", "pyyaml", "torch>=1.10.0", "huggingface_hub", "safetensors>=0.3.1"],
install_requires=["numpy>=1.17", "packaging>=20.0", "psutil", "pyyaml", "torch>=1.10.0,<2.2.0", "huggingface_hub", "safetensors>=0.3.1"],
extras_require=extras,
classifiers=[
"Development Status :: 5 - Production/Stable",
Expand Down

0 comments on commit 7ba64e6

Please sign in to comment.