diff --git a/setup.py b/setup.py index 41aed1bb..d4ab7442 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,7 @@ requirements = [ 'urllib3>=1.9', + "pandas>=1.2.2, <1.3", ]