Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update requirements.txt #132

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update requirements.txt
Scikit-image changed in version 0.16: This function skimage.measure.compare_ssim was renamed to skimage.metrics.structural_similarity.
  • Loading branch information
lengmo1996 authored May 10, 2024
commit 1fe47c485f7d82f11fefd92c657d8b2ed071d84b
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ torch>=0.4.0
torchvision>=0.2.1
numpy>=1.14.3
scipy>=1.0.1
scikit-image>=0.13.0
scikit-image>=0.13.0,<0.16
opencv-python>=2.4.11
matplotlib>=1.5.1
tqdm>=4.28.1
Expand Down