-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bumping dependencies in requirements.txt to latest versions, and modi…
…fying MorphologyModule.py to compensate for lack of backward compatibility in scikit-image remove_small_holes
- Loading branch information
1 parent
7c130fe
commit 7151c41
Showing
2 changed files
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
openslide-python==1.1.1 | ||
scikit-image==0.15.0 | ||
scikit-learn==0.21.3 | ||
numpy==1.17.4 | ||
scipy==1.3.2 | ||
matplotlib==3.1.2 | ||
openslide-python==1.1.2 | ||
scikit-image==0.18.1 | ||
scikit-learn==0.24.1 | ||
numpy==1.20.1 | ||
scipy==1.6.1 | ||
matplotlib==3.3.4 |