diff --git a/environment.3.6.yml b/environment.3.6.yml new file mode 100644 index 00000000..17c20e65 --- /dev/null +++ b/environment.3.6.yml @@ -0,0 +1,14 @@ +# ref : Francesco Mosconi, Travis + Anaconda + Jupyter, https://github.com/ghego/travis_anaconda_jupyter + +name: travis_anaconda_jupyter +channels: +- defaults + +dependencies: +- python<3.7 +- numpy>=1.11.1 +- scipy>=0.18 +- sympy>=1.0 +- jupyter>=1.0.0 +- pytest>=2.9.2 +- matplotlib>=2.0.2 \ No newline at end of file