Skip to content

Commit

Permalink
Add dependencies to setup
Browse files Browse the repository at this point in the history
This way dependencies are automatically installed with the package.
  • Loading branch information
timothybrooks authored Jan 29, 2021
1 parent 05f4ec2 commit b2ca903
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 b2ca903

Please sign in to comment.