Skip to content

Commit cb1aa02

Browse files
build(deps): update transformers requirement from <4.47.0,>4.4.0 to >4.4.0,<4.48.0 in /requirements (#2864)
build(deps): update transformers requirement in /requirements Updates the requirements on [transformers](https://github.com/huggingface/transformers) to permit the latest version. - [Release notes](https://github.com/huggingface/transformers/releases) - [Commits](huggingface/transformers@v4.42.3...v4.47.0) --- updated-dependencies: - dependency-name: transformers dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent f1d8f53 commit cb1aa02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/multimodal.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
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-
transformers >=4.42.3, <4.47.0
4+
transformers >=4.42.3, <4.48.0
55
piq <=0.8.0

requirements/text.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
nltk >3.8.1, <=3.9.1
55
tqdm <4.68.0
66
regex >=2021.9.24, <=2024.11.6
7-
transformers >4.4.0, <4.47.0
7+
transformers >4.4.0, <4.48.0
88
mecab-python3 >=1.0.6, <1.1.0
99
ipadic >=1.0.0, <1.1.0
1010
sentencepiece >=0.2.0, <0.3.0

0 commit comments

Comments
 (0)