From 585b37561d875377742dc2e12b8dc418fce53069 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 22:59:18 +0000 Subject: [PATCH] Update dependency pandas to >=1.4.0, <=2.1.2 --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 52108f0a..adadac99 100644 --- a/setup.py +++ b/setup.py @@ -75,7 +75,7 @@ def getVersionNumber(): python_requires=">3.7", install_requires=[ "gemmi>=0.5.5, <=0.6.3", - "pandas>=1.4.0, <=2.0.3", + "pandas>=1.4.0, <=2.1.2", "numpy", "scipy", "ipython",