Commit 58b78ceb authored by Rob Earhart's avatar Rob Earhart Committed by Robert Kimball

Add ngraph plaidml extra dep (#2400)

parent 9de8d893
......@@ -395,4 +395,7 @@ setup(
setup_requires=['numpy'],
install_requires=requirements,
zip_safe=False,
extras_require={
'plaidml': ['plaidml>=0.5.0'],
},
)
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