diff --git a/pyproject.toml b/pyproject.toml index 26b7f91d..cbd5ebb3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -18,7 +18,7 @@ maintainers = [ requires-python = ">=3.7" dependencies = [ "scipy", - "pandas<2.1.0", + "pandas", "matplotlib", "tqdm", "requests",