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
Refactor codebase to a new simplified Parser->ManifestStore model. (#601)
See #601 for details
---------
Co-authored-by: Tom Nicholas <tom@earthmover.io>
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Max Jones <14077947+maxrjones@users.noreply.github.com>
Co-authored-by: Chuck Daniels <chuck@developmentseed.org>
Co-authored-by: Raphael Hagen <norlandrhagen@gmail.com>
# Define which features and groups to include in different pixi (similar to conda) environments)
185
182
[tool.pixi.environments]
186
-
min-deps = ["dev", "test", "hdf", "hdf5", "hdf5-lib"] # VirtualiZarr/conftest.py using h5py, so the minimum set of dependencies for testing still includes hdf libs
183
+
min-deps = ["dev", "test", "hdf", "hdf5-lib"] # VirtualiZarr/conftest.py using h5py, so the minimum set of dependencies for testing still includes hdf libs
187
184
# Inherit from min-deps to get all the test commands, along with optional dependencies
0 commit comments