Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Remove package dependency.
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam Rogowiec committed Nov 28, 2018
1 parent 61bce39 commit fc3beb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,4 @@
url='http://www.intelnervana.com',
license='License :: OSI Approved :: Apache Software License',
packages=find_packages(exclude=['tests', 'tests_core']),
install_requires=['cachetools', 'ngraph-core', 'numpy', 'onnx', 'setuptools'])
install_requires=['cachetools', 'numpy', 'onnx', 'setuptools'])

0 comments on commit fc3beb2

Please # to comment.