-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathenvironment.yml
33 lines (33 loc) · 1.11 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
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
- 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
- scipy # Common math/stats/science functions
- scikit-learn # Macine learning library
- scikit-optimize
- seaborn # Statistical visualizations
- shapely
- six # Python 2/3 compatibility
- sparse
- tqdm # Nice progressbar for longer computations
- xarray=0.19.0 # N-d labeled array library
- xesmf