You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* try not to build `numcodecs` in CI [skip-ci] [skip-rtd]
* don't remove `numcodecs` from the upstream-dev environment
* also don't remove `pint`, it's not in the environment at the moment
* [skip-ci][skip-rtd]
* don't build `bottleneck` without build isolation
`bottleneck` uses the release candidate on PyPI to build `numpy>=2`
compatible wheels.
* also build `cftime` without build isolation
(same as `bottleneck`: it builds against `numpy>=2.0.0rc1`)
* remove the build-deps
* [skip-ci][skip-rtd]
* try removing the upstream-dev build of `pyarrow` [skip-ci][skip-rtd]
Supposedly `pyarrow>=16.0` is compatible with `numpy>=2`, but I don't
know whether the version on `conda-forge` is built against the release
candidate of `numpy`.
* Revert "try removing the upstream-dev build of `pyarrow`" [skip-ci][skip-rtd]
This reverts commit 48a656f.
0 commit comments