File tree Expand file tree Collapse file tree 3 files changed +21
-6
lines changed
Expand file tree Collapse file tree 3 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 1+ # Copyright (c) Brockmann Consult GmbH, 2025
2+ # License: MIT
3+ name : kaleidoscope-mini
4+ channels :
5+ - conda-forge
6+ dependencies :
7+ - python >= 3.10
8+ # Imports
9+ - dask
10+ - dask-image
11+ - typing-extensions
12+ - xarray
13+ # Runtime
14+ - h5netcdf
Original file line number Diff line number Diff line change @@ -5,14 +5,14 @@ channels:
55 - conda-forge
66dependencies :
77 - python >= 3.10
8- #
98 # Imports
109 - cartopy
1110 - dask
1211 - dask-image
1312 - matplotlib
13+ - typing-extensions
1414 - xarray
15- # runtime
15+ # Runtime
1616 - h5netcdf
1717 - netcdf4
1818 - zarr
Original file line number Diff line number Diff line change @@ -33,20 +33,21 @@ classifiers = [
3333readme = { file = " README.md" , content-type = " text/markdown" }
3434license = { file = " LICENSE" , content-type = " text/plain" }
3535requires-python = " >=3.10"
36- dependencies = [
36+ dependencies = [ # imports and runtime
37+ " cartopy" ,
3738 " dask" ,
3839 " dask-image" ,
39- " cartopy" ,
4040 " h5netcdf" ,
4141 " matplotlib" ,
42- " netcdf4 " ,
42+ " typing-extensions " ,
4343 " xarray" ,
44- " zarr" ,
4544]
4645
4746[project .optional-dependencies ]
4847extra = [
4948 " jupyterlab" ,
49+ " netcdf4" ,
50+ " zarr" ,
5051]
5152test = [
5253 " pytest" ,
You can’t perform that action at this time.
0 commit comments