Skip to content

Commit

Permalink
update max datasets version (#1615)
Browse files Browse the repository at this point in the history
tested by @anmarques
  • Loading branch information
bfineran committed Jul 10, 2023
1 parent 8ae139d commit c8f2429
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<=1.18.4",
"datasets<=2.11",
"scikit-learn",
"seqeval",
"accelerate>=0.20.3",
Expand Down

0 comments on commit c8f2429

Please sign in to comment.