Skip to content

Commit

Permalink
update datasets version (#1368)
Browse files Browse the repository at this point in the history
  • Loading branch information
Sara Adkins authored Oct 30, 2023
1 parent b7152b0 commit 23c9f46
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 @@ -147,7 +147,7 @@ def _parse_requirements_file(file_path):
_yolov8_integration_deps = _yolo_integration_deps + ["ultralytics==8.0.124"]
_transformers_integration_deps = [
"transformers<4.35",
"datasets<2.13",
"datasets<=2.14.6",
"scikit-learn",
"seqeval",
]
Expand Down

0 comments on commit 23c9f46

Please sign in to comment.