From 716f165d50e8d0942f5f5cd5bc8152a52495f20b Mon Sep 17 00:00:00 2001 From: "PATRYK GUDALEWICZ (ext.)" Date: Mon, 17 Jul 2023 07:53:04 +0000 Subject: [PATCH] requirements.txt edited online with Bitbucket Testing fixed pandas version --- tests/requirements.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/requirements.txt b/tests/requirements.txt index 4cdb679..d919c29 100644 --- a/tests/requirements.txt +++ b/tests/requirements.txt @@ -2,5 +2,5 @@ pyyaml python-decouple requests jsonmerge -pandas -tqdm \ No newline at end of file +pandas==2.0.3 +tqdm