From 7642bf276809c59608e90ae418da7808e94ee572 Mon Sep 17 00:00:00 2001 From: KangWon LEE Date: Fri, 22 Mar 2019 21:21:32 +0900 Subject: [PATCH] added yml for Anaconda 2018.12 --- environment.3.7.1.yml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 environment.3.7.1.yml diff --git a/environment.3.7.1.yml b/environment.3.7.1.yml new file mode 100644 index 00000000..7716d03c --- /dev/null +++ b/environment.3.7.1.yml @@ -0,0 +1,18 @@ +# ref : Francesco Mosconi, Travis + Anaconda + Jupyter, https://github.com/ghego/travis_anaconda_jupyter + +name: travis_anaconda_jupyter +channels: +- defaults + +dependencies: +- python=3.7.1 +# Anaconda 2018.12 python 3.7.1 +# $ conda env export --file FILE +- jupyter=1.0.0 +- matplotlib=3.0.2 +- numpy=1.15.4 +- pandas=0.23.4 +- pytest=4.0.2 +- scipy=1.1.0 +- statsmodels=0.9.0 +- sympy=1.3