We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dcd760d commit bd3ec14Copy full SHA for bd3ec14
pyproject.toml
@@ -59,7 +59,7 @@ dependencies = [
59
"huggingface_hub[hf_xet]>=0.30.2",
60
"torch>=2.0,<3.0",
61
"GitPython>=3.1.41", # for logging
62
- "datasets>=3.5.0",
+ "datasets>=3.5.0,<4.0.0",
63
"pydantic",
64
"numpy<2", # pinned to avoid incompatibilities
65
# Prettiness
0 commit comments