diff --git a/pyproject.toml b/pyproject.toml index 3c36128c..9ab06dfe 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ license = "MIT" classifiers = ["Development Status :: 1 - Planning"] dependencies = [ "click>=8.0.1", - "pandas>=2.0.0,<3", + "pandas>=3.0.2,<4", "argparse>=1.4.0,<2", "toml>=0.10.2,<0.11", "python-dotenv>=1.0.0,<2",