Skip to content

Commit b6df2c7

Browse files
shoyerWeatherBenchX 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 a13dc06 commit b6df2c7

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

setup.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,10 @@
3838
tests_requires = [
3939
"pytest",
4040
"pyink",
41+
# work around https://github.com/zarr-developers/zarr-python/issues/2963
42+
"numcodecs<0.16.0",
4143
]
44+
4245
setuptools.setup(
4346
name="weatherbenchX",
4447
version="0.0.0",

0 commit comments

Comments
 (0)