diff --git a/requirements.dev.txt b/requirements.dev.txt index b0da653b4a..dc0589f754 100644 --- a/requirements.dev.txt +++ b/requirements.dev.txt @@ -4,6 +4,7 @@ setuptools==65.5.1; python_version < '3.12' setuptools==68.2.2; python_version >= '3.12' jupyter==1.0.0 mypy==1.1.1 +pandas-stubs pytest==7.4.4 pytest-asyncio==0.23.7 types-PyYAML==6.0.1 diff --git a/setup.py b/setup.py index cdede0b2c4..9f988a4bcc 100644 --- a/setup.py +++ b/setup.py @@ -85,6 +85,7 @@ "setuptools==68.2.2; python_version >= '3.12'", "jupyter==1.0.0", "mypy==1.1.1", + "pandas-stubs", "pytest==7.4.4", "types-PyYAML==6.0.1", "types-requests==2.26.0",