From ecab772aa82965cb885b3a8a948c617d87ef2aea Mon Sep 17 00:00:00 2001 From: Will Shanks Date: Mon, 22 Jan 2024 18:20:53 -0500 Subject: [PATCH] Temporarily pin pandas to <2.2 (#1364) 2.2 deprecates APIs currently used by ScatterTable. This is a temporary pin to get CI working again until ScatterTable can be updated. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 54ea5ea51c..2bda6ad888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,4 +6,4 @@ matplotlib>=3.4 uncertainties lmfit rustworkx -pandas>=1.1.5 +pandas>=1.1.5,<2.2.0