Skip to content

Commit bd3ec14

Browse files
committed
downgrade datasets temporarily because of deprecated trust_remote_code in 4.0.0
1 parent dcd760d commit bd3ec14

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
@@ -59,7 +59,7 @@ dependencies = [
5959
"huggingface_hub[hf_xet]>=0.30.2",
6060
"torch>=2.0,<3.0",
6161
"GitPython>=3.1.41", # for logging
62-
"datasets>=3.5.0",
62+
"datasets>=3.5.0,<4.0.0",
6363
"pydantic",
6464
"numpy<2", # pinned to avoid incompatibilities
6565
# Prettiness

0 commit comments

Comments
 (0)