Skip to content

Commit 5ad5e27

Browse files
build(deps): bump torch from 2.6.0 to 2.7.0 in /requirements
Bumps [torch](https://github.com/pytorch/pytorch) from 2.6.0 to 2.7.0. - [Release notes](https://github.com/pytorch/pytorch/releases) - [Changelog](https://github.com/pytorch/pytorch/blob/main/RELEASE.md) - [Commits](pytorch/pytorch@v2.6.0...v2.7.0) --- updated-dependencies: - dependency-name: torch dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent efb02d7 commit 5ad5e27

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

requirements/fabric/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torch >=2.1.0, <2.7.0
4+
torch >=2.1.0, <2.8.0
55
fsspec[http] >=2022.5.0, <2025.4.0
66
packaging >=20.0, <=25.0
77
typing-extensions >=4.4.0, <4.11.0

requirements/pytorch/base.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
22
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment
33

4-
torch >=2.1.0, <2.7.0
4+
torch >=2.1.0, <2.8.0
55
tqdm >=4.57.0, <4.67.0
66
PyYAML >=5.4, <6.1.0
77
fsspec[http] >=2022.5.0, <2025.4.0

requirements/typing.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
mypy==1.11.0
2-
torch==2.6.0
2+
torch==2.7.0
33

44
types-Markdown
55
types-PyYAML

0 commit comments

Comments
 (0)