Skip to content

Commit

Permalink
update ignore and Pillow version
Browse files Browse the repository at this point in the history
  • Loading branch information
PingjunChen committed Feb 11, 2020
1 parent c0d60a2 commit 2f8cef6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Expand Up @@ -14,6 +14,8 @@ __pycache__/
# Testing
.pytest_cache/

# Unit test / coverage reports
coverage.xml

# Distribution / packaging
build/
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
@@ -1,5 +1,5 @@
numpy==1.16.2
scikit-image==0.14.2
Pillow==6.2.0
Pillow==7.0.0
opencv-python==4.1.2.30
openslide-python==1.1.1

0 comments on commit 2f8cef6

Please sign in to comment.