Skip to content

Commit ebdf547

Browse files
shoyerWeatherbench2 authors
authored andcommitted
Pin numcodecs to <0.16 for unit tests
This was fixed in the latest Zarr 2.18.7 release, but for some reason it doesn't get installed in GitHub actions: zarr-developers/zarr-python#2963 PiperOrigin-RevId: 750778532
1 parent 611ea7e commit ebdf547

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

setup.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@
4040
'absl-py',
4141
'pytest',
4242
'pyink',
43+
# work around https://github.com/zarr-developers/zarr-python/issues/2963
44+
'numcodecs<0.16.0',
4345
]
4446

4547
gcp_requires = [

0 commit comments

Comments
 (0)