Skip to content

Commit

Permalink
Sort Python 3.7 requirements (#91)
Browse files Browse the repository at this point in the history
Align the order of Python 3.7 requirements to the order used in the
other environment files to make it easier to identify differences
between the Python versions.
  • Loading branch information
jakirkham committed Feb 2, 2019
1 parent e504bd8 commit 8404eb5
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions .appveyor_support/environments/tst_py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:

dependencies:
- python=3.7.*
- pip=19.0.1
- wheel=0.32.3
- coverage=4.5.2
- pytest=4.2.0
- dask=1.1.1
- numpy=1.15.4
- pims=0.4.1
- pip=19.0.1
- pytest=4.2.0
- scikit-image=0.14.2
- scipy=1.2.0
- scikit-image=0.14.2
- pims=0.4.1
- slicerator=0.9.8
- wheel=0.32.3
- pip:
- slicerator==0.9.8
10 changes: 5 additions & 5 deletions .circleci/environments/tst_py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:

dependencies:
- python=3.7.*
- pip=19.0.1
- wheel=0.32.3
- coverage=4.5.2
- pytest=4.2.0
- dask=1.1.1
- numpy=1.16.0
- pims=0.4.1
- pip=19.0.1
- pytest=4.2.0
- scikit-image=0.14.2
- scipy=1.2.0
- scikit-image=0.14.2
- pims=0.4.1
- slicerator=0.9.8
- wheel=0.32.3
- pip:
- slicerator==0.9.8
10 changes: 5 additions & 5 deletions .travis_support/environments/tst_py37.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@ channels:

dependencies:
- python=3.7.*
- pip=19.0.1
- wheel=0.32.3
- coverage=4.5.2
- pytest=4.2.0
- dask=1.1.1
- numpy=1.16.0
- pims=0.4.1
- pip=19.0.1
- pytest=4.2.0
- scikit-image=0.14.2
- scipy=1.2.0
- scikit-image=0.14.2
- pims=0.4.1
- slicerator=0.9.8
- wheel=0.32.3
- pip:
- slicerator==0.9.8

0 comments on commit 8404eb5

Please sign in to comment.