Skip to content

Commit 7e12e1f

Browse files
Update datasets requirement from <3,>=2.4 to >=2.4,<4 (#3626)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7597ab6 commit 7e12e1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def package_files(prefix: str, directory: str, extension: str):
181181

182182
extra_deps['nlp'] = [
183183
'transformers>=4.11,!=4.34.0,<4.45',
184-
'datasets>=2.4,<3',
184+
'datasets>=2.4,<4',
185185
'huggingface-hub>=0.21.2,<0.25',
186186
]
187187

0 commit comments

Comments
 (0)