Skip to content

Commit dd96a07

Browse files
author
The TensorFlow Datasets Authors
committed
Fix zarr version to <3.0.0 to avoid unittests to fail.
PiperOrigin-RevId: 715527947
1 parent bc28396 commit dd96a07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@
142142
# In alphabetical order
143143
'aflw2k3d': ['scipy'],
144144
'beir': ['apache-beam'],
145-
'ble_wind_field': ['gcsfs', 'zarr'],
145+
'ble_wind_field': ['gcsfs', 'zarr<3.0.0'],
146146
'c4': [
147147
'apache-beam',
148148
'gcld3',

0 commit comments

Comments
 (0)