We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab7b299 commit c6b6553Copy full SHA for c6b6553
requirements/pytorch/base.txt
@@ -1,7 +1,7 @@
1
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
2
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
3
4
-torch >=2.1.0, <2.8.0
+torch >=2.1.0, <=2.8.0
5
tqdm >=4.57.0, <4.68.0
6
PyYAML >5.4, <6.1.0
7
fsspec[http] >=2022.5.0, <2025.6.0
0 commit comments