diff --git a/pyproject.toml b/pyproject.toml index 7ce2112fd..2db9813f6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,7 +35,7 @@ dependencies = [ "typing-extensions >= 4.0.0", "typer[all] >= 0.7.0", "seaborn >= 0.12.2", - "pandas >= 1.5.3", + "pandas == 2.0.3", "matplotlib >= 3.7.1", "gdown >= 4.6.0" ]