-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathohw20_environment.yml
74 lines (74 loc) · 1.21 KB
/
ohw20_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
name: ohw20_local
channels:
- conda-forge
dependencies:
- python=3.8
# - pangeo-notebook=2020.06.03
- argopy
- bokeh
- bottleneck
- cartopy <0.18
- cdsapi
- cf-units
- cf_xarray
- colorcet
- compilers
- cotede
- ctd
- dask
- datashader
- descartes
- erddapy
- geolinks
- geopandas
- geoviews
- gsw
- h5netcdf
- holoviews
- hvplot
- intake
- ioos-tools
- ioos_qc
- ipyleaflet
- jupyter
# - jupyter-rsession-proxy
# The jupyter_contrib_nbextensions package contains a collection of community-contributed
# unofficial extensions that add functionality to the Jupyter notebook.
# - jupyter_contrib_nbextensions
# - jupyterlab
- matplotlib-base
- nc-time-axis
- netcdf4
- numpy
- oceansdb
- palettable
# Note Pandas version pinning. Is it necessary?
- pandas<1.1
- panel
- param
- podaacpy
- pyoos
- rasterio
- requests
# Note: "retrying" is obsolete, should be replaced with "tenacity"
- retrying
- s3fs
- scipy
- seaborn
- seawater
- shapely
- siphon
- xarray
- xlrd
- zarr
# R packages
# Removed all R packages
# extras
# - conda-lock
# - emacs
# - git
- graphviz
# - nano
- unzip
# - vim
- zip