forked from snowex-hackweek/website-2022
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
76 lines (74 loc) · 1.36 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
# Edit this file to add dependencies to environment,
# Then run `./lock-environment.sh` to generate reproducible lock files
# !!! If you are developing the website locally use the existing lock files
# for your platform (`conda create --name hackweek --file conda-osx-64.lock`)
name: hackweek
channels:
- conda-forge
dependencies:
# Common
- python=3.10
- pip
# JupyterBook + event website
- cookiecutter=1
- jupyter-book=0.12.3
- jupytext
- jinja2>=2.11
- pygments>=2.6.1
- pymdown-extensions>=7.1
- sphinxcontrib-bibtex
# User interface
- dask-labextension
- jupyterlab=3
- jupyter-resource-usage
- jupyterhub-singleuser
- jupyterlab-git
# Analysis
- asf_search
- cartopy
- contextily
- dask
- datashader
- distributed
- earthdata
- earthpy
- folium
- geoalchemy2
- geopandas
- geoviews
- gh
- git
- h5py
- hvplot
- ipyleaflet
- matplotlib-base
- param
- panel
- psycopg2
- pyproj
- pystac
- pystac-client
- rasterstats
- requests
- rioxarray
- s3fs
- seaborn
- scikit-learn
- shapely
- spectral
- tensorflow=2.8=*cpu*
- tqdm
- utm
- vim
- wget
- xarray
- zarr
- pip:
# NOTE: required for event website
- jinja-markdown==1.210911
# NOTE: installed in lock_environment.sh
# - snowexsql==0.2.0
# - uavsar_pytools==0.5.0
platforms:
- linux-64
- osx-64