forked from rabernat/intro_to_physical_oceanography
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathphys_ocean_env.yml
33 lines (33 loc) · 1.22 KB
/
phys_ocean_env.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: phys_ocean
channels:
- conda-forge
- defaults
- ioam
dependencies:
- python=3.6 # Python version 3.6
- bottleneck # C-optimized array functions for NumPy
- cartopy # Geographic plotting toolkit
- cython # Transpile Python->C
- dask # Parallel processing library
- future # Python 2/3 compatibility
- h5py # Wrapper for HDF5
- ipython # IPython interpreter and tools
- jupyter # Jupyter federation architecture
- matplotlib # 2D plotting library
- netcdf4 # Wrapper for netcdf4
- notebook # Notebook interface
- numpy # N-d array and numerics
- pandas # Labeled array library
- pyresample # Geographic resampling tools
- scipy # Common math/stats/science functions
- scikit-learn # Macine learning library
- scikit-image # Image processing routines
- statsmodels # Regression/modeling toolkit
- seaborn # Statistical visualizations
- six # Python 2/3 compatibility
- tqdm # Nice progressbar for longer computations
- xarray # N-d labeled array library
- nb_conda
- holoviews
- geoviews
- gsw