Commit e874ef04 authored by Charles Coulombe's avatar Charles Coulombe Committed by Soumith Chintala
Browse files

Added torch requirement to setup.py (#82)

parent e868060d
......@@ -36,4 +36,6 @@ setup(
extra_compile_args=eca,
extra_link_args=ela),
],
cmdclass={'build_ext': BuildExtension})
cmdclass={'build_ext': BuildExtension},
install_requires=['torch']
)
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