Skip to content

Commit 3ba6e37

Browse files
Richard ZhangRichard Zhang
Richard Zhang
authored and
Richard Zhang
committed
2 parents 1c4cf7c + 3dd44f5 commit 3ba6e37

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ torchvision>=0.2.1
33
numpy>=1.14.3
44
scipy>=1.0.1
55
scikit-image>=0.13.0
6-
opencv>=2.4.11
6+
opencv-python>=2.4.11
77
matplotlib>=1.5.1
88
tqdm>=4.28.1
99
jupyter

setup.py

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@
1414
packages=['lpips'],
1515
package_data={'lpips': ['weights/v0.0/*.pth','weights/v0.1/*.pth']},
1616
include_package_data=True,
17+
install_requires=["torch>=0.4.0", "torchvision>=0.2.1", "numpy>=1.14.3", "scipy>=1.0.1", "tqdm>=4.28.1"],
1718
classifiers=[
1819
"Programming Language :: Python :: 3",
1920
"License :: OSI Approved :: BSD License",

0 commit comments

Comments
 (0)