From 4fcbcca536949eb00e87d99a9daffe39b7fccd6f Mon Sep 17 00:00:00 2001 From: Tom Pollard Date: Mon, 3 Jun 2024 23:51:35 -0400 Subject: [PATCH] Bump pandas to 2.0.3. --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 1005c7e..5539caf 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ anybadge==1.14.0 Jinja2==3.1.4 numpy==1.23.2 openpyxl==3.1.2 -pandas==2.0.0 +pandas==2.0.3 pyright==1.1.305 pytest-cov==3.0.0 scipy==1.10.1 diff --git a/setup.py b/setup.py index 78fb0cb..29b94dd 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,7 @@ # https://packaging.python.org/en/latest/requirements.html install_requires=[ 'numpy>=1.19.1', - 'pandas>=1.4.3', + 'pandas>=2.0.3', 'scipy>=1.10.1', 'statsmodels>=0.13.5', 'tabulate>=0.9.0',