Skip to content

Commit 8b47970

Browse files
committed
Revert "build(deps): update transformers requirement from <4.47.0,>4.4.0 to >4.4.0,<4.48.0 in /requirements (#2864)"
This reverts commit cb1aa02.
1 parent 7bda8f7 commit 8b47970

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements/multimodal.txt

+1-1
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.48.0
4+
transformers >=4.42.3, <4.47.0
55
piq <=0.8.0

requirements/text.txt

+1-1
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.48.0
7+
transformers >4.4.0, <4.47.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)