-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
125 lines (110 loc) · 3.7 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
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
name: cryocloud
channels:
- conda-forge
- nodefaults
dependencies:
- python==3.10.8
# Required until https://github.com/jupyterhub/repo2docker/pull/1196 is merged
- jupyterhub-singleuser>=3.0,<4.0
# nbgitpuller is very helpful when distributing user content
- nbgitpuller==1.1.1
# Specify major version of jupyterlab to use. Manually bump it when you want to upgrade
# jupyterlab version
- jupyterlab>=3.0,<4.0
# This provides memory usage stats on JupyterLab and classic notebook
- jupyter-resource-usage==0.7.1
# https://syncthing.net/ provides a dropbox-like interface for syncing directories across users,
# hubs and machines. Used along with `jupyter-syncthing-proxy`.
- jupyter-syncthing-proxy==1.0.3
- syncthing==1.22.1
# gh-scoped-creds allows users to securely push to GitHub from their repo.
# https://blog.jupyter.org/securely-pushing-to-github-from-a-jupyterhub-3ee42dfdc54f has
# some more information
- gh-scoped-creds==4.1
# Jupyter tools
- ipython==8.6.0
# Warning: There's a bug in ipykernel 6.18 that crashes hvplot.
# See https://github.com/ipython/ipykernel/pull/1037. Restriction
# can be relaxed once that's fixed.
- ipykernel=6.16.0
- ipywidgets==7.7.2
- jupyterlab-favorites==3.1.0
- jupyterlab-geojson==3.3.1
- jupyterlab-git==0.41.0
- jupyterlab-myst==1.1.0
- jupyter-book==0.13.2
- jupytext==1.14.1
- nbconvert==6.5.3
- nbdime==3.1.1
# Core scientific python stack
- cython==0.29.32 # optimization, C API access
- hypothesis==6.58.0 # needed by numpy testing tools
- networkx==2.8.8
- numba==0.56.4 # high-performance numerics
- numpy==1.23.5
- pandas==1.5.2
- scikit-image==0.19.3
- scikit-learn==1.1.3
- scipy==1.9.3
- statsmodels==0.13.5
- sympy==1.11.1
- xarray==2023.2.0
# Visualization packages
- bokeh==2.4.3
- cartopy==0.21.0 # geospatial plotting with matplotlib
- geoviews==1.9.5
- hvplot==0.8.2
- ipyleaflet==0.17.2
- ipympl==0.9.2 # This enables matplotlib interaction with jupyter widgets
- matplotlib==3.6.2
- plotly==5.11.0
- seaborn==0.12.1 # statistical plotting with matplotlib
# Geospatial data packages
- geopandas==0.12.1
- rasterio==1.3.4
- rioxarray==0.13.1
- xarray-datatree==0.0.11
# File formats and file management, download, dataset caching
- h5py==3.7.0
- hdf5==1.12.2
- h5netcdf==1.1.0
- pooch==1.6.0
# Cloud access tools and libraries
- boto3
- s3fs==2022.11.0
# handle login and similar details for accessing earthdata protected data
# https://github.com/nsidc/earthaccess
- earthdata==0.4.1
# Access datasets exposed via STAC
- pystac-client==0.5.1
# Access datasets exposed via intake catalogs
- intake==0.6.6
- intake-esm==2022.9.18
- intake-stac==0.4.0
- intake-xarray==0.6.1
# Distributed computing
- dask==2022.11.0
- dask-labextension==6.0.0
# Other useful generic python packages
- pillow==9.2.0 # Python imaging library, useful for many image-related tasks
- pytest==7.2.0
- pytest-cov==4.0.0
- pep8==1.7.1
- flake8==5.0.4
- tqdm==4.64.1 # progress bars, with notebook support
# Packages specific to cryo work
- icepyx==0.6.4
# Desktop tools whose versions are more recent on conda-forge than ubuntu
- qgis==3.28.2
# Maybe needed for qgis? https://github.com/conda-forge/qgis-feedstock/issues/263
- pyopencl
# needed for Linux desktop to work
- websockify>=0.10
# Includes new subcommands (`switch` & `restore`) and vulnerability fixes
# over the version available via ubuntu sources
- git >=2.39
# Not all packages will be available from conda-forge, we install from pip when we need to.
- pip==22.3.1
- pip:
# Access linux desktop from inside JupyterHub
- jupyter-desktop-server==0.1.3