Skip to content

Commit 4c2800a

Browse files
authored
Fix old version of hf datasets
Was failing tests with "Loading a dataset cached in a LocalFileSystem is not supported"
1 parent e4c8674 commit 4c2800a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

kaggle_requirements.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ cesium
2525
comm
2626
cytoolz
2727
dask-expr
28-
datasets
28+
# Older versions of datasets fail with "Loading a dataset cached in a LocalFileSystem is not supported"
29+
# https://stackoverflow.com/questions/77433096/notimplementederror-loading-a-dataset-cached-in-a-localfilesystem-is-not-suppor
30+
datasets>=2.14.6
2931
datashader
3032
deap
3133
dipy

0 commit comments

Comments
 (0)