-
Notifications
You must be signed in to change notification settings - Fork 0
/
environment.yml
33 lines (33 loc) · 1.25 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: robust-adaptation-cyclical-risk
channels:
- conda-forge
- defaults
- r
dependencies:
- python=3.6 # Python version 3.6
- bottleneck # C-optimized array functions for NumPy
- colorcet # Collection of perceptually uniform colormaps
- cython # required for pystan
- ipython # IPython interpreter and tools
- joblib # parallel execution
- jupyter # notebooks
- matplotlib # 2D plotting library
- mypy # catch many common issues
- netcdf4 # xarray file i/o
- numpy # N-d array and numerics
- pandas # Labeled array library
- pip
- pomegranate # Hidden Markov Model implementation
- pylint # catch other issues
- pystan # python interface to stan modeling language
- r-base # the R language
- r-irkernel # jupyter kernel for R
- r-dplyr # data manipulation in R
- r-lubridate # dates in R
- r-readr # file I/O in R
- r-zoo # easy moving averages
- scipy # Common math/stats/science functions
- seaborn # statistical plots including heatmap
- xarray # N-d labeled array library
- pip:
- black # code formatter