-
Notifications
You must be signed in to change notification settings - Fork 12
/
environment.yml
37 lines (37 loc) · 1.16 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
name: ppe-py
channels:
- conda-forge
- defaults
dependencies:
- python=3.7 # Python version 3.7
- bottleneck # C-optimized array functions for NumPy
- cartopy # Geographic plotting toolkit
- cftime
- dask # Parallel processing library
- geopandas
- future # Python 2/3 compatibility
- h5py # Wrapper for HDF5
- hvplot
- ipython # IPython interpreter and tools
- jupyter # Jupyter federation architecture
- jupyterlab
- matplotlib # 2D plotting library
- ncar-jobqueue
- nc-time-axis
- netcdf4 # Wrapper for netcdf4
- notebook # Notebook interface
- numpy # N-d array and numerics
- pandas # Labeled array library
- panel
- plotly
- regionmask
- scipy # Common math/stats/science functions
- scikit-learn # Macine learning library
- seaborn # Statistical visualizations
- shapely
- six # Python 2/3 compatibility
- sparse
- statsmodels
- tqdm # Nice progressbar for longer computations
- xarray # N-d labeled array library
- xesmf