Skip to content
Snippets Groups Projects
Commit 0b239e5f authored by Yifan Zhao's avatar Yifan Zhao
Browse files

Fixed setup.py requirement

parent 844db0fa
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@ setup(
author="Yuanjing Shi, Yifan Zhao",
author_email="ys26@illinois.edu, yifanz16@illinois.edu",
packages=["torch2hpvm"],
install_requires=["jinja2>=2.11", "networkx>=2.5", "onnx>=1.8.0", "torch"],
install_requires=[
"jinja2>=2.11", "networkx>=2.5", "onnx>=1.8.0", "torch", "onnx-simplifier>=0.2.27"
],
entry_points={"console_scripts": ["torch2hpvm=torch2hpvm:main"]},
)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment