Skip to content

Commit

Permalink
sorted packages
Browse files Browse the repository at this point in the history
  • Loading branch information
kangwonlee committed Aug 4, 2019
1 parent c2d1110 commit 9e16d6b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion environment.2019.07.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ dependencies:
- 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
- requests=2.22.0
2 changes: 1 addition & 1 deletion environment.3.5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ channels:
- defaults

dependencies:
- python=3.5
# Anaconda 4.2 (2016.09) python 3.5
# https://docs.anaconda.com/anaconda/packages/old-pkg-lists/4.2.0/py35/
- python=3.5
- cython=0.24.1
- jupyter=1.0.0
- matplotlib=2.0.2
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
4 changes: 2 additions & 2 deletions environment.3.7.3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ dependencies:
- python=3.7.3
# Anaconda 2019.03 python 3.7
# 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

0 comments on commit 9e16d6b

Please sign in to comment.