diff --git a/pyproject.toml b/pyproject.toml index 9aef6a6..89dfc54 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -22,7 +22,7 @@ classifiers = [ "Topic :: Scientific/Engineering", ] dependencies = [ - "pandas >= 2.2.3", + "pandas >= 2.2.3,<3.0", "tqdm", "openpyxl", "xlsxwriter",