From 1ef9d1f7802d073ad870a11ca419260a102a734c Mon Sep 17 00:00:00 2001 From: Padraig Gleeson Date: Wed, 27 May 2026 18:12:04 +0100 Subject: [PATCH] Add pandas dependency with version constraint --- pyproject.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/pyproject.toml b/pyproject.toml index fe68909f..48c49698 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -127,6 +127,7 @@ docs = [ "pytorch-sphinx-theme==0.0.19", "sphinxcontrib-versioning", "Jinja2<3.1", + "pandas<3.0", ] [tool.setuptools]