Skip to content

Commit

Permalink
build(deps): update transformers requirement from <4.34.2,>=4.10.0 to…
Browse files Browse the repository at this point in the history
… >=4.10.0,<4.36 in /requirements (#2204)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jirka Borovec <[email protected]>
  • Loading branch information
dependabot[bot] and Borda authored Nov 24, 2023
1 parent 272ade5 commit dbf6b0f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements/multimodal.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# NOTE: the upper bound for the package version is only set for CI stability, and it is dropped while installing this package
# in case you want to preserve/enforce restrictions on the latest compatible version, add "strict" as an in-line comment

transformers >=4.10.0, <4.34.2
transformers >=4.10.0, <4.36.0
piq <=0.8.0
2 changes: 1 addition & 1 deletion requirements/text.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
nltk >=3.6, <=3.8.1
tqdm >=4.41.0, <=4.66.1
regex >=2021.9.24, <=2023.10.3
transformers >4.4.0, <4.34.2
transformers >4.4.0, <4.36.0
mecab-python3 >=1.0.6, <1.1.0
mecab-ko >=1.0.0, <1.1.0
mecab-ko-dic >=1.0.0, <1.1.0
Expand Down

0 comments on commit dbf6b0f

Please sign in to comment.