From 953994a99dd16bedc650360f8c6b9266b469aecb Mon Sep 17 00:00:00 2001 From: Justus Magin Date: Wed, 6 Dec 2023 17:23:46 +0100 Subject: [PATCH] try building `numcodecs` from github and without build isolation --- ci/install-upstream-wheels.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ci/install-upstream-wheels.sh b/ci/install-upstream-wheels.sh index 3aa813d7ff3..ddb105446fc 100755 --- a/ci/install-upstream-wheels.sh +++ b/ci/install-upstream-wheels.sh @@ -23,6 +23,7 @@ conda uninstall -y --force \ sparse \ flox \ h5netcdf \ + numcodecs \ xarray # to limit the runtime of Upstream CI python -m pip install \ @@ -35,10 +36,12 @@ python -m pip install \ matplotlib \ pandas # without build isolation for packages compiling against numpy +# TODO: remove once there are `numpy>=2.0` builds for numcodecs and cftime python -m pip install \ --no-deps \ --upgrade \ --no-build-isolation \ + git+https://github.com/zarr-developers/numcodecs \ git+https://github.com/Unidata/cftime python -m pip install \ --no-deps \