-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
73 lines (73 loc) · 1.21 KB
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
name: optimized-data-delivery
channels:
- conda-forge
- nodefaults
dependencies:
- dask-core
- akimbo
- awkward
- distributed
- flox
- numpy
- polars
- xvec
- xarray
# IO / auth libraries
- boto3
- earthaccess
- fiona
- fsspec
- h5netcdf
- h5py
- hdf5
- netcdf4
- pooch
- libgdal # core C++ library and all plugins
# Resampling libraries
- geoutils
- pyresample
- rasterio
- rioxarray
- scipy
- odc-geo
- xcube
- pygmt
- xesmf>=0.8.0
# For profiling
- pyinstrument
- memray
# For dask debugging
- python-graphviz
# For development
- wget
- curl
- gcc
- make
- jupyter
- hatch
- pip
- uv
- pixi
- pre-commit
- pytest
- pytest-cov
- pytest-env
- pytest-xdist
- pytest-timeout
# For development on the Hub
- git
- gh
- code-server
- jupyter-resource-usage
- jupyter-vscode-proxy
# For visualizing results
- hvplot
# For building the quarto book
- jupytext
- pip:
- rio-cogeo
- morecantile
# For development on the Hub
- gh-scoped-creds
# Development versions for icechunk
- git+https://github.com/pydata/sparse@main # latest stable release doesn't ensure NumPy 2.0 compatibility