-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
import from the new location of
normalize_axis_index
if possible (#…
…8483) * import from the new location of `normalize_axis_index` if possible * disable build isolation for `cftime` [skip-ci] [skip-rtd] * actually apply the `--no-build-isolation` [skip-ci] [skip-rtd] * install `cython`, which is needed to build `cftime` * use `micromamba` instead of `conda` for removing packages * switch the main uninstall back to `conda` * temporarily remove `cf_units`, `h5py`, and `netcdf4` * also remove `hdf5` [skip-ci] * try building `numcodecs` from github and without build isolation * build `cftime` separately from `numcodecs` and install more deps [skip-ci] * don't uninstall packages that are already removed [skip-ci] * also build `bottleneck` without build isolation * use `module_available` instead of eagerly importing * add a `minversion` kwarg to `module_available` * use `module_available` in `nputils` as well * more type ignores * move the type ignores to the import * ignore complaints about unused ignores (the point here is compatibility between multiple versions) * a couple of other `type: ignore` comments (only relevant for nightly)
- Loading branch information
Showing
4 changed files
with
59 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters