From a37bde13dcc4675f870bafe07440424a1c381fdf Mon Sep 17 00:00:00 2001 From: Alexander Mancevice Date: Tue, 9 Feb 2021 09:00:14 -0500 Subject: [PATCH] pandas ~> 1.2.2 --- Pipfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pipfile b/Pipfile index 997e3f6..3224105 100644 --- a/Pipfile +++ b/Pipfile @@ -10,4 +10,4 @@ jupyter-book = "*" matplotlib = "*" [packages] -pandas = "==1.2.1" +pandas = "==1.2.2"