From b67a20f84f2d9c5bc42c3a2cb9aaf2d547f259b9 Mon Sep 17 00:00:00 2001 From: adammchugh <34958726+adammchugh@users.noreply.github.com> Date: Tue, 2 Mar 2021 11:17:22 +1030 Subject: [PATCH] Change to pandas version requirement to address pip install failure Updated pandas version to 1.1.5 to allow pip install as defined at https://github.com/MISP/misp-modules to complete successfully. --- REQUIREMENTS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/REQUIREMENTS b/REQUIREMENTS index 86615cd..3142c88 100644 --- a/REQUIREMENTS +++ b/REQUIREMENTS @@ -73,7 +73,7 @@ olefile==0.46; python_version >= '2.7' and python_version not in '3.0, 3.1, 3.2, oletools==0.56 opencv-python==4.5.1.48 pandas-ods-reader==0.0.7 -pandas==1.2.1 +pandas==1.1.5 passivetotal==1.0.31 pcodedmp==1.2.6 pdftotext==2.1.5