Skip to content

Commit

Permalink
Merge branch 'feature/update-env' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Aug 4, 2019
2 parents 82f2471 + 2ccf41a commit bbfd18a
Show file tree
Hide file tree
Showing 7 changed files with 44 additions and 20 deletions.
22 changes: 22 additions & 0 deletions environment.2019.07.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# 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.07 python 3.7
# https://docs/anaconda.com/anaconda/packages/py3.7_win-64/
- cython=0.29.12
- jupyter=1.0.0
- matplotlib=3.1.0
- numpy=1.16.4
- pandas=0.24.2
- pluggy=0.12.0
- pytest=5.0.1
- requests=2.22.0
- scipy=1.2.1
- statsmodels=0.10.0
- sympy=1.4
- pytest-xdist
3 changes: 2 additions & 1 deletion environment.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ channels:
- defaults

dependencies:
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/4.2.0/py35/
- python=3.5
# Anaconda 4.2 (2016.09) python 3.5
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/4.2.0/py35/
- cython=0.24.1
- jupyter=1.0.0
- matplotlib=2.0.2
Expand Down
3 changes: 2 additions & 1 deletion environment.3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ channels:

dependencies:
- python=3.6
# Anaconda 5.0.1 python 3.6 https://docs.anaconda.com/anaconda/packages/old-pkg-lists/5.0.1/py3.6_win-64/
# Anaconda 5.0.1 (2017.10) python 3.6
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/5.0.1/py3.6_win-64/
- cython=0.26.1
- jupyter=1.0.0
- matplotlib=2.1.0
Expand Down
4 changes: 2 additions & 2 deletions environment.3.7.1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ dependencies:
- python=3.7.1
# Anaconda 2018.12 python 3.7.1
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/2018.12/py3.7_win-64/
- cython=0.29.2
- jupyter=1.0.0
- matplotlib=3.0.2
- numpy=1.15.4
- pandas=0.23.4
- pytest=4.0.2
- requests=2.21.0
- scipy=1.1.0
- statsmodels=0.9.0
- sympy=1.3
- pytest-xdist=1.26.1
- cython=0.29.2
- requests=2.21.0
6 changes: 3 additions & 3 deletions environment.3.7.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ channels:
dependencies:
- python=3.7.3
# Anaconda 2019.03 python 3.7
# https://docs/anaconda.com/anaconda/packages/py3.7_win-64/
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/2019.03/py3.7_win-64/
- cython=0.29.6
- jupyter=1.0.0
- matplotlib=3.0.3
- numpy=1.16.2
- pandas=0.24.2
- pluggy=0.9.0
- pytest=4.3.1
- requests=2.21.0
- scipy=1.2.1
- statsmodels=0.9.0
- sympy=1.3
- pytest-xdist<1.27.0
- cython=0.29.6
- requests=2.21.0
6 changes: 3 additions & 3 deletions environment.3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ channels:

dependencies:
- python=3.7
# Anaconda 5.3 python 3.7
# Anaconda 5.3 (2018.09) python 3.7
# https://docs.anaconda.com/anaconda/packages/py3.7_win-64/
- cython=0.28.5
- jupyter=1.0.0
- matplotlib=2.2.3
- numpy=1.15.1
- pandas=0.23.4
- pytest=3.8.0
- requests=2.19.1
- scipy=1.1.0
- statsmodels=0.9.0
- sympy=1.1.1
- cython=0.28.5
- requests=2.19.1
- pytest-xdist=1.26.1
20 changes: 10 additions & 10 deletions environment.nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ channels:

dependencies:
- python>=3.7.3
# Anaconda 2019.03 python 3.7
- cython>=0.29.6
# Anaconda 2019.07 python 3.7 Win64
- cython>=0.29.12
- jupyter>=1.0.0
- matplotlib>=3.0.3
- numpy>=1.16.2
- matplotlib>=3.1.0
- numpy>=1.16.4
- pandas>=0.24.2
- pluggy>=0.11
- pytest>=4.3.1
- requests>=2.21.0
- pluggy>=0.12.0
- pytest>=5.0.1
- requests>=2.22.0
- scipy>=1.2.1
- statsmodels>=0.9.0
- sympy>=1.3
- pytest-xdist>=1.28.0
- statsmodels>=0.10.0
- sympy>=1.4
- pytest-xdist

0 comments on commit bbfd18a

Please sign in to comment.