Skip to content

Commit

Permalink
Bump transformers version (mosaicml#3197)
Browse files Browse the repository at this point in the history
  • Loading branch information
dakinggg authored Apr 19, 2024
1 parent dab9afa commit 960654d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ def package_files(prefix: str, directory: str, extension: str):
]

extra_deps['nlp'] = [
'transformers>=4.11,!=4.34.0,<4.40',
'transformers>=4.11,!=4.34.0,<4.41',
'datasets>=2.4,<3',
]

Expand Down

0 comments on commit 960654d

Please sign in to comment.