Unverified Commit 6a991f8b authored by Francisco Massa's avatar Francisco Massa Committed by GitHub
Browse files

Fix torchvision install due to zippeg egg (#1536)

parent 06770498
......@@ -206,7 +206,7 @@ setup(
# Package info
packages=find_packages(exclude=('test',)),
zip_safe=True,
zip_safe=False,
install_requires=requirements,
extras_require={
"scipy": ["scipy"],
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment