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

Don't require strict PyTorch and TorchVision versions (hpvm requirement)

parent fd00663b
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@ setuptools.setup(
install_requires=[
"matplotlib>=3.3",
"networkx>=2.5",
"torch==1.7.1",
"torchvision==0.8.2",
"torch>=1.5.1",
"torchvision>=0.6",
"tqdm>=4.50",
"pandas>=1.1",
"jsonpickle>=1.5",
......
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