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",