Skip to content

Commit

Permalink
Update datasets requirement from <3,>=2.4 to >=2.4,<4 (#3626)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 23, 2024
1 parent 7597ab6 commit 7e12e1f
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 @@ -181,7 +181,7 @@ def package_files(prefix: str, directory: str, extension: str):

extra_deps['nlp'] = [
'transformers>=4.11,!=4.34.0,<4.45',
'datasets>=2.4,<3',
'datasets>=2.4,<4',
'huggingface-hub>=0.21.2,<0.25',
]

Expand Down

0 comments on commit 7e12e1f

Please sign in to comment.