From 17b4155da6674711485a7ada98ebd121482db206 Mon Sep 17 00:00:00 2001 From: Valentina Vecchio Date: Thu, 26 Feb 2026 18:31:55 +0000 Subject: [PATCH] fixing pandas to latest version that worked --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index fe5b907..c254a0c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta" name = "randomfpl" version = "0.0.1" dependencies = [ - "pandas", + "pandas<=2.3.3", "fpl", "prettytable", "matplotlib",