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 43d7e3d commit 4e23c94Copy full SHA for 4e23c94
requirements/fabric/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.9.0
5
fsspec[http] >=2022.5.0, <2025.8.0
6
packaging >=20.0, <=25.0
7
typing-extensions >=4.5.0, <4.15.0
requirements/typing.txt
@@ -1,5 +1,5 @@
mypy==1.17.1
-torch==2.7.1
+torch==2.7.1 # todo: update typing in separate PR
types-Markdown
types-PyYAML
0 commit comments