Skip to content

Commit

Permalink
added env for python 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Apr 12, 2019
1 parent 632fb60 commit 2f751c4
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions environment.3.5.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
# ref : Francesco Mosconi, Travis + Anaconda + Jupyter, https://github.com/ghego/travis_anaconda_jupyter

name: travis_anaconda_jupyter
channels:
- defaults

dependencies:
- python=3.5
- jupyter=1.0.0
- matplotlib=2.0.2
- numpy=1.11.1
- pandas=0.18.1
- pytest=2.9.2
- scipy=0.18.1
- statsmodels=0.6.1
- sympy=1.0=py35_0

0 comments on commit 2f751c4

Please sign in to comment.