Skip to content

Commit

Permalink
added py373 for anaconda 2019.03
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Jun 9, 2019
1 parent c71223d commit 313696b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions environment.3.7.3.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# ref : Francesco Mosconi, Travis + Anaconda + Jupyter, https://github.com/ghego/travis_anaconda_jupyter

name: travis_anaconda_jupyter
channels:
- defaults

dependencies:
- python=3.7.3
# Anaconda 2019.03 python 3.7
# https://docs/anaconda.com/anaconda/packages/py3.7_win-64/
- jupyter=1.0.0
- matplotlib=3.0.3
- numpy=1.16.2
- pandas=0.24.2
- pluggy=0.9.0
- pytest=4.3.1
- scipy=1.2.1
- statsmodels=0.9.0
- sympy=1.3
- pytest-xdist>=1.28.0

0 comments on commit 313696b

Please sign in to comment.