Skip to content

Commit

Permalink
Update datasets requirement from <3,>=2.4.0 to >=2.4.0,<4
Browse files Browse the repository at this point in the history
Updates the requirements on [datasets](https://github.com/huggingface/datasets) to permit the latest version.
- [Release notes](https://github.com/huggingface/datasets/releases)
- [Commits](huggingface/datasets@2.4.0...3.0.0)

---
updated-dependencies:
- dependency-name: datasets
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Sep 16, 2024
1 parent 989e354 commit 93af7ea
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 @@ -63,7 +63,7 @@
extra_deps = {}

extra_deps['dev'] = [
'datasets>=2.4.0,<3',
'datasets>=2.4.0,<4',
'pyarrow>14.0.0',
'docformatter>=1.4',
'jupyter==1.1.1',
Expand Down

0 comments on commit 93af7ea

Please sign in to comment.