From c661bff79fd577ea37977a8d784a89698b051575 Mon Sep 17 00:00:00 2001 From: billishyahao Date: Wed, 23 Feb 2022 10:55:29 +0800 Subject: [PATCH] Modify the version of pandas in requirements. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 81cd425..582d509 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,4 +1,4 @@ numpy==1.19.2 -pandas==1.3.1 +pandas==1.1.5 scikit-learn==0.24.2 tensorflow==2.5.2