From 24a131630979e130f4eef2cb1563f6139a8075cc Mon Sep 17 00:00:00 2001 From: pyup-bot Date: Thu, 23 Jun 2022 17:47:37 +0200 Subject: [PATCH] Pin pandas to latest version 1.4.3 --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 8861fa2..7bd74e7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ numpy>=1.17.* networkx>=2.4 bokeh>=1.3.4 matplotlib>=3.0.* -pandas +pandas==1.4.3 tqdm salib>=1.3 pillow