Skip to content

Commit d95d0ff

Browse files
authored
Add graphviz and pixi (#4)
1 parent a67c83a commit d95d0ff

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

-1
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,3 @@ RUN python -m pip install obstore==0.3.0b5
3535
# Install icechunk development packages (these steps required from https://github.com/earth-mover/icechunk/issues/197)
3636
RUN python -m pip install icechunk xarray VirtualiZarr
3737
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

environment.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ dependencies:
77
- distributed
88
- flox
99
- numpy
10-
- xarray
1110
# IO / auth libraries
1211
- boto3
1312
- earthaccess
@@ -16,10 +15,8 @@ dependencies:
1615
- h5netcdf
1716
- h5py
1817
- hdf5
19-
- kerchunk
2018
- netcdf4
2119
- pooch
22-
- zarr
2320
- libgdal # core C++ library and all plugins
2421
# Resampling libraries
2522
- geoutils
@@ -34,6 +31,8 @@ dependencies:
3431
# For profiling
3532
- pyinstrument
3633
- memray
34+
# For dask debugging
35+
- graphviz
3736
# For development
3837
- wget
3938
- curl
@@ -43,6 +42,7 @@ dependencies:
4342
- hatch
4443
- pip
4544
- uv
45+
- pixi
4646
- pre-commit
4747
- pytest
4848
- pytest-cov

0 commit comments

Comments
 (0)