Skip to content

Commit

Permalink
added env 3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Jan 2, 2018
1 parent 6a88887 commit 1cc0d65
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions environment.3.6.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 1cc0d65

Please sign in to comment.