File tree 2 files changed +3
-4
lines changed
2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -35,4 +35,3 @@ RUN python -m pip install obstore==0.3.0b5
35
35
# Install icechunk development packages (these steps required from https://github.com/earth-mover/icechunk/issues/197)
36
36
RUN python -m pip install icechunk xarray VirtualiZarr
37
37
RUN python -m pip install git+https://github.com/mpiannucci/kerchunk@v3
38
- RUN python -m pip install git+https://github.com/zarr-developers/numcodecs@zarr3-codecs
Original file line number Diff line number Diff line change @@ -7,7 +7,6 @@ dependencies:
7
7
- distributed
8
8
- flox
9
9
- numpy
10
- - xarray
11
10
# IO / auth libraries
12
11
- boto3
13
12
- earthaccess
@@ -16,10 +15,8 @@ dependencies:
16
15
- h5netcdf
17
16
- h5py
18
17
- hdf5
19
- - kerchunk
20
18
- netcdf4
21
19
- pooch
22
- - zarr
23
20
- libgdal # core C++ library and all plugins
24
21
# Resampling libraries
25
22
- geoutils
@@ -34,6 +31,8 @@ dependencies:
34
31
# For profiling
35
32
- pyinstrument
36
33
- memray
34
+ # For dask debugging
35
+ - graphviz
37
36
# For development
38
37
- wget
39
38
- curl
@@ -43,6 +42,7 @@ dependencies:
43
42
- hatch
44
43
- pip
45
44
- uv
45
+ - pixi
46
46
- pre-commit
47
47
- pytest
48
48
- pytest-cov
You can’t perform that action at this time.
0 commit comments