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

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

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