Skip to content

Commit 67b0496

Browse files
pin: restrict datasets version to <4.0.0 for compatibility (#2095)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 5a9b13e commit 67b0496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ optional-dependencies.extra = [
4848
# quantization:
4949
"bitsandbytes>=0.45.2,<0.45.5; sys_platform=='linux' or sys_platform=='win32'",
5050
# litgpt.evaluate:
51-
"datasets>=2.18",
51+
"datasets>=2.18,<4",
5252
# download:
5353
"huggingface-hub[hf-transfer]>=0.21",
5454
"litdata==0.2.49",

0 commit comments

Comments
 (0)