From 0f46937bfaecc6ac7fabf44a0c1c9791fb296022 Mon Sep 17 00:00:00 2001
From: Yangge Li <li213@illinois.edu>
Date: Fri, 7 Oct 2022 16:37:28 -0500
Subject: [PATCH] tweaking requirements

---
 requirements.txt | 1 -
 setup.py         | 4 +++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/requirements.txt b/requirements.txt
index 4b4eeb92..ce3c43f8 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,5 +14,4 @@ plotly~=5.8.0
 beautifulsoup4~=4.11.1
 lxml~=4.9.1
 torch
-tensorboardX
 tqdm
\ No newline at end of file
diff --git a/setup.py b/setup.py
index f2d6499c..a827ce14 100644
--- a/setup.py
+++ b/setup.py
@@ -26,7 +26,9 @@ setup(
         "igraph~=0.9.10",
         "plotly~=5.8.0",
         "beautifulsoup4~=4.11.1",
-        "lxml~=4.9.1"
+        "lxml~=4.9.1",
+        "torch",
+        "tqdm"
     ],
     classifiers=[
         'Development Status :: 2 - Pre-Alpha',
-- 
GitLab