From 30c50f368d219efa87d927c0ad0a563bcfa29f0a Mon Sep 17 00:00:00 2001 From: Yifan Zhao <yifanz16@illinois.edu> Date: Thu, 8 Jul 2021 01:26:10 -0500 Subject: [PATCH] Shrinked requirements.txt to keep compatible with HPVM --- requirements.txt | 29 ++++++++++++----------------- 1 file changed, 12 insertions(+), 17 deletions(-) diff --git a/requirements.txt b/requirements.txt index 3e4d7d6..6f85d25 100755 --- a/requirements.txt +++ b/requirements.txt @@ -1,22 +1,17 @@ Cython +gitpython>=3.1.0 +graphviz>=0.10.1 +matplotlib>=3.0 +numpy>=1.16 +pandas>=0.22.0 +pydot>=1.4.1 +pyyaml +scikit-learn>=0.21.2 +scipy>=1.3.0 +tabulate>=0.8.3 +tensorflow~=1.14 torch==1.5.0 torchvision==0.6 -scipy -gitpython==3.1.0 torchnet==0.0.4 -pydot==1.4.1 -tabulate==0.8.3 -pandas==1.1 -jupyter>=1.0.0 -matplotlib==3.3 # 3.0 is the last release to support Py3.5 -qgrid==1.1.1 -graphviz==0.10.1 -ipywidgets==7.4.2 -bqplot==0.11.5 -pyyaml -pytest~=4.6.1 +tqdm>=4.33 xlsxwriter>=1.2.2 -pretrainedmodels==0.7.4 -scikit-learn -gym==0.12.5 -tqdm==4.59 -- GitLab