Skip to content

Commit

Permalink
Merge pull request #61 from timothybrooks/patch-1
Browse files Browse the repository at this point in the history
Add dependencies to setup
  • Loading branch information
richzhang authored Aug 25, 2021
2 parents b1995a2 + b2ca903 commit 3dd44f5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
packages=['lpips'],
package_data={'lpips': ['weights/v0.0/*.pth','weights/v0.1/*.pth']},
include_package_data=True,
install_requires=["torch>=0.4.0", "torchvision>=0.2.1", "numpy>=1.14.3", "scipy>=1.0.1", "tqdm>=4.28.1"],
classifiers=[
"Programming Language :: Python :: 3",
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit 3dd44f5

Please sign in to comment.