-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
87 lines (87 loc) · 1.44 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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
name: openscapes
channels:
- conda-forge
dependencies:
- python=3.10
- dask
- dask-gateway
- graphviz
- distributed
- rioxarray
- xarray>=2022.12
- h5netcdf
- netcdf4>=1.6.4
- h5py
- gdal~=3.8
- geoviews
- holoviews=1.16.2
- matplotlib-base
- seaborn
- intake
- hvplot
- datashader
- pyproj
- bqplot
- geopandas
- zarr
- cartopy
- pynco
- rasterio
- shapely
- pyresample
- icepyx
- joblib
- pystac-client
- pydap
- lxml
- ipyleaflet
# when jlab 4 gets released we can upgrade dask-labextension
# - dask-labextension
# - dask-labextension==6.2.0
- dask-labextension
- jupyter-server-proxy
- jupyter-vscode-proxy
- jupyter-rsession-proxy
- ipywidgets
- jupyter-book
- jupyterlab>4
- jupyterlab-myst
- jupyterhub-singleuser
- jupyterlab-geojson
- jupyterlab-favorites
- jupyterlab-git
- jupyter-resource-usage
- jupyterlab-h5web
- hdf5plugin
- ipympl
- conda-lock
- pooch
- earthaccess>=0.8.2
- sliderule>=3.6.0
# QGIS
- qgis~=3.28
- pyopencl
- ocl-icd-system
- websockify>=0.10
# /QGIS
- h5coro
- git >=2.39
- itslive
- rasterstats
- kerchunk
- rechunker
- pqdm
- spectral
- scikit-image
- coiled
- s3fs
- nbgitpuller
- awscliv2
- jupyter-server-proxy
- jupyter-vscode-proxy
# https://github.com/jupyterlab/jupyter-collaboration/issues/202
# - jupyter-collaboration
- code-server >=3.2
- pip
platforms:
- linux-64