On RTD, the nightly version of numcodecs currently fails to build, causing pixi's resolve step to fail (the package needs to be built when resolving to figure out the package version). I don't know why CI doesn't fail, but I can reproduce locally.
As for the reason, I'm not sure. The last passing build was ~11 days ago, which somewhat coincides with the release of cython=3.2.6, but this could also be a change in numpy.
cc @d-v-b, in case we can do anything in numcodecs to resolve this.
I guess we could work around this by moving the docs or nightly envs to a separate manifest (so at least on RTD we don't have to worry about that).
On RTD, the nightly version of
numcodecscurrently fails to build, causingpixi's resolve step to fail (the package needs to be built when resolving to figure out the package version). I don't know why CI doesn't fail, but I can reproduce locally.As for the reason, I'm not sure. The last passing build was ~11 days ago, which somewhat coincides with the release of
cython=3.2.6, but this could also be a change innumpy.cc @d-v-b, in case we can do anything in
numcodecsto resolve this.I guess we could work around this by moving the docs or nightly envs to a separate manifest (so at least on RTD we don't have to worry about that).