From a43aaab30b42e2b52ebb40cd5d671829c920bf89 Mon Sep 17 00:00:00 2001 From: knc6 Date: Sun, 14 Nov 2021 13:51:15 -0500 Subject: [PATCH] Pandas version and python version fix. --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index e87e0edc..52d948cf 100644 --- a/setup.py +++ b/setup.py @@ -19,12 +19,12 @@ "scipy>=1.6.1", "jarvis-tools>=2021.07.19", "torch>=1.7.1", + "dgl-cu101>=0.6.0", "dgl>=0.6.0", - "dgl-cu111>=0.6.0", "scikit-learn>=0.22.2", "matplotlib>=3.4.1", "tqdm>=4.60.0", - "pandas>=1.0.5", + "pandas>=1.2.3", "pytorch-ignite>=0.4.7", "pydantic>=1.8.1", "flake8>=3.9.1",