diff --git a/pyproject.toml b/pyproject.toml index ec6c7c683..411c9e2c7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -26,7 +26,7 @@ requires-python = ">=3.10" dependencies = [ "beautifulsoup4>=4.6", "numpy>=1.22.0", - "pandas>=0.25.0", + "pandas>=1.3.4", "protobuf>=3.7.0", "requests>=2.21.0" ]