-
Notifications
You must be signed in to change notification settings - Fork 7
/
environment.yml
36 lines (36 loc) · 1.18 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
name: ctsm-py
channels:
- conda-forge
- bioconda
- defaults
dependencies:
- python=3.7 # Python version 3.7
- bottleneck # C-optimized array functions for NumPy
- cartopy # Geographic plotting toolkit
- cftime
- cf_units
- 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
- 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
- seaborn # Statistical visualizations
- six # Python 2/3 compatibility
- tqdm # Nice progressbar for longer computations
- xarray=0.16.2 # N-d labeled array library
- r-base # R base code
- r-essentials
- r-ncdf4
- r-devtools
- r-eml
- r-rcurl
- bioconductor-rhdf5