Skip to content

Commit

Permalink
Merge pull request #407 from Kitware/dev/update-pillow-dep
Browse files Browse the repository at this point in the history
Recommended update of requirement Pillow version, fix travis config typo
  • Loading branch information
Purg authored Apr 14, 2020
2 parents 8d0bbfe + b02adcb commit 9697837
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ language: python

jobs:
include:
# Linux - Ubuntu Bionic
# Linux - Ubuntu Xenial
- os: linux
dist: xenial
python: "2.7"
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jsmin==2.2.2
matplotlib==2.2.3
numpy==1.16.5; python_version < "3"
numpy==1.17.3; python_version >= "3"
Pillow==6.2.0
Pillow==6.2.2
pymongo==3.7.2
requests==2.20.0
scikit-learn==0.20.0
Expand Down

0 comments on commit 9697837

Please sign in to comment.