generated from boom-lab/python-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
25 lines (25 loc) · 957 Bytes
/
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
name: oce_py
channels:
- conda-forge
- defaults
dependencies:
- python>=3.7 # Python version 3.7 or newer
- basemap # mapping package
- bottleneck # C-optimized array functions for NumPy
- cartopy # Geographic plotting toolkit
- cython # Transpile Python->C
- dask # Parallel processing library
- h5py # Wrapper for HDF5
- notebook # Jupyter notebook classic ver.
- jupyter # Jupyter architecture
- jupyterlab # Jupyter Lab environment
- matplotlib # 2D plotting library
- netcdf4 # Wrapper for netcdf4
- pandas # Labeled array library
- proj4 # geographic projections
- statsmodels # Regression/modeling toolkit
- seaborn # Statistical visualizations
- xarray # N-d labeled array library
pip:
- argopy # Argo data access
- gsw # TEOS Gibbs Seawater properties