forked from geoschem/GEOSChem-python-tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathenvironment.yml
21 lines (21 loc) · 918 Bytes
/
environment.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
channels:
- defaults
- conda-forge
dependencies:
- python=3.6 # Python version 3.6
- cython # Python <-> C interfacing
- cartopy # Geographic plotting toolkit
- dask # Parallel processing library
- jupyter # Jupyter federation architecture
- jupyterlab # next-generation Jupyter
- matplotlib # 2D plotting library
- netcdf4 # netcdf4 Python API, backend for xarray
- scipy # Common math/stats/science functions
- scikit-learn # Machine learning library
- seaborn # Statistical visualizations
- xarray # the major tool to work with NetCDF data
- xbpch # Interface for bpch output files
- esmpy # Python interface to ESMF (xesmf dependency)
- pip:
# These are additional libraries to search for on PyPI
- xesmf==0.2.0 # Regridding xarray and numpy data