From 77fcf9dbd793c7ed3e80c7685ff512d57d522986 Mon Sep 17 00:00:00 2001 From: Chris Barnes Date: Tue, 14 Nov 2023 10:38:03 +0000 Subject: [PATCH] Fix pandas version to <2 To see whether it fixes the build --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index a7c0f716..41a17200 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ morphops>=0.1.11 ncollpyde>=0.18 networkx>=2.4 numpy>=1.16 -pandas>=2.0 +pandas>=1.0,<2.0 pint>=0.10 plotly>=4.9 pynrrd>=0.4.2