From 68c4f6444aed190a1846446d4133c586923b9b27 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 5 Jan 2023 10:35:23 +0000 Subject: [PATCH] chore(deps): update dependency pandas to ==1.5.* --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 131ba612..1143827c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,7 +1,7 @@ dython==0.6.7 matplotlib==3.4.2 numpy==1.20.3 -pandas==1.2.* +pandas==1.5.* pydantic==1.8.2 scikit-learn==0.24.2 statsmodels==0.12.2