From f7c7bd55638471c2596215f0ca771b43aec7ed9b Mon Sep 17 00:00:00 2001 From: Stephanie Brink Date: Thu, 29 Jan 2026 14:17:35 -0800 Subject: [PATCH] pin pandas version to less than 3 --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index 80479aac..814da34c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,5 @@ matplotlib -pandas +pandas<3 pydot pytest codecov diff --git a/setup.py b/setup.py index 9a9a717b..9d487dc1 100644 --- a/setup.py +++ b/setup.py @@ -112,7 +112,7 @@ "PyYAML", "matplotlib", "numpy", - "pandas", + "pandas<3", "textX < 3.0.0; python_version < '3.6'", "textX >= 3.0.0; python_version >= '3.6'", "multiprocess",