Skip to content

Commit 78b4be9

Browse files
shoyerWeatherBenchX authors
authored and
WeatherBenchX authors
committed
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: 750643134
1 parent a13dc06 commit 78b4be9

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)