Skip to content

Commit

Permalink
Update Transformers to support 4.39 (#1638)
Browse files Browse the repository at this point in the history
  • Loading branch information
mgoin committed Mar 28, 2024
1 parent 491302a commit 1dd401d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def _parse_requirements_file(file_path):
]
_yolov8_integration_deps = _computer_vision_deps + ["ultralytics==8.0.124"]
_transformers_integration_deps = [
"transformers<4.37",
"transformers<4.40",
"datasets<2.16",
"accelerate<0.26",
"seqeval",
Expand All @@ -166,7 +166,7 @@ def _parse_requirements_file(file_path):
_haystack_integration_deps = _parse_requirements_file(_haystack_requirements_file_path)
_clip_deps = [
"open_clip_torch==2.20.0",
"transformers<4.37",
"transformers<4.40",
]


Expand Down

0 comments on commit 1dd401d

Please sign in to comment.