Skip to content

Commit

Permalink
Use double equals for exact package versions (#92)
Browse files Browse the repository at this point in the history
To standardize the environment files a bit, make sure that everything
uses `==`s when pinning exact package versions.
  • Loading branch information
jakirkham committed Feb 2, 2019
1 parent 8404eb5 commit c367172
Show file tree
Hide file tree
Showing 12 changed files with 39 additions and 39 deletions.
2 changes: 1 addition & 1 deletion .appveyor_support/environments/tst_py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.14.2
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .appveyor_support/environments/tst_py35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.13.1
- scikit-image==0.13.1
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .appveyor_support/environments/tst_py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.14.2
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
20 changes: 10 additions & 10 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
- scipy=1.2.0
- scikit-image=0.14.2
- pims=0.4.1
- slicerator=0.9.8
- pip==19.0.1
- wheel==0.32.3
- coverage==4.5.2
- pytest==4.2.0
- dask==1.1.1
- numpy==1.15.4
- scipy==1.2.0
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
- slicerator==0.9.8
2 changes: 1 addition & 1 deletion .circleci/environments/tst_py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.14.2
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/environments/tst_py35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.13.1
- scikit-image==0.13.1
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .circleci/environments/tst_py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.14.2
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
20 changes: 10 additions & 10 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
- scipy=1.2.0
- scikit-image=0.14.2
- pims=0.4.1
- slicerator=0.9.8
- pip==19.0.1
- wheel==0.32.3
- coverage==4.5.2
- pytest==4.2.0
- dask==1.1.1
- numpy==1.16.0
- scipy==1.2.0
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
- slicerator==0.9.8
2 changes: 1 addition & 1 deletion .travis_support/environments/tst_py27.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.14.2
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .travis_support/environments/tst_py35.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.13.1
- scikit-image==0.13.1
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
2 changes: 1 addition & 1 deletion .travis_support/environments/tst_py36.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies:
- dask==0.16.1
- numpy==1.11.3
- scipy==1.1.0
- scikit-image=0.14.2
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
Expand Down
20 changes: 10 additions & 10 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
- scipy=1.2.0
- scikit-image=0.14.2
- pims=0.4.1
- slicerator=0.9.8
- pip==19.0.1
- wheel==0.32.3
- coverage==4.5.2
- pytest==4.2.0
- dask==1.1.1
- numpy==1.16.0
- scipy==1.2.0
- scikit-image==0.14.2
- pims==0.4.1
- slicerator==0.9.8
- pip:
- slicerator==0.9.8

0 comments on commit c367172

Please sign in to comment.