From a0bc341d2283c8d15733741382e247780fcb466f Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:31:41 +0000 Subject: [PATCH 1/2] Initial plan From 7b3feaefa61ca804f76928d0a47ea929ccd5ce8d Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 17 Feb 2026 13:33:06 +0000 Subject: [PATCH 2/2] Update numpy upper bound to <2.3 for Pandas 3.0 compatibility Co-authored-by: joefutrelle <2365298+joefutrelle@users.noreply.github.com> --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 776ce6b..6c21e91 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -21,7 +21,7 @@ classifiers = [ ] keywords = ['FlowCytobot','Imaging','ifcb'] dependencies = [ - "numpy>=1.26,<3", + "numpy>=1.26,<2.3", "scipy>=1.13.1,<2", "pandas>=3.0.0,<4", "h5py>=3.12.1,<4",