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