Skip to content

Commit

Permalink
fix datasets version to be compatible with fsspec (#1797)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins authored Oct 27, 2023
1 parent b3cfbf4 commit 3b7c340
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 @@ -79,7 +79,7 @@
_transformers_deps = _pytorch_deps + [
f"{'nm-transformers' if is_release else 'nm-transformers-nightly'}"
f"~={version_nm_deps}",
"datasets<=2.11",
"datasets<=2.14.6",
"scikit-learn",
"seqeval",
"einops",
Expand Down

0 comments on commit 3b7c340

Please sign in to comment.