From 2bdcb396778d5e29f7ecaaabf592745011a45c8b Mon Sep 17 00:00:00 2001 From: w-bonelli Date: Thu, 29 Jan 2026 20:23:59 -0500 Subject: [PATCH] chore(dependencies): pin pandas<3 --- etc/environment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/environment.yml b/etc/environment.yml index f7fe4e7a9..620214b14 100644 --- a/etc/environment.yml +++ b/etc/environment.yml @@ -9,7 +9,7 @@ dependencies: - python>=3.10 - numpy>=1.20.3 - matplotlib>=1.4.0 - - pandas>=2.0.0 + - pandas>=2.0.0,<3 # codegen - boltons>=1.0