Skip to content

Commit

Permalink
fix(#68): skimage version 0.14.2 to 0.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
williamfzc committed Oct 14, 2019
1 parent 9f34692 commit c85d62d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"opencv-contrib-python==3.4.2.17",
"numpy>=0.16.2",
"loguru>=0.2.5",
"scikit-image>=0.14.2",
"scikit-image>=0.16.0",
"scikit-learn>=0.21.0",
"pyecharts>=1.3.1",
"findit>=0.5.6",
Expand Down
2 changes: 1 addition & 1 deletion stagesepx/toolbox.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from functools import wraps
from base64 import b64encode
from skimage.filters import threshold_otsu
from skimage.measure import compare_ssim as origin_compare_ssim
from skimage.metrics import structural_similarity as origin_compare_ssim
from skimage.measure import compare_nrmse, compare_psnr
from skimage.feature import hog, local_binary_pattern

Expand Down

0 comments on commit c85d62d

Please sign in to comment.