diff --git a/requirements.txt b/requirements.txt index 955b928..60bcf95 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,7 +2,7 @@ PyYAML argparse openpyxl requests -pandas +pandas >= 3.0.0 google-auth google-auth-oauthlib google-api-python-client diff --git a/scan-batch-dir b/scan-batch-dir index 1d4101d..a5e585b 100755 --- a/scan-batch-dir +++ b/scan-batch-dir @@ -18,8 +18,6 @@ import pandas as pd from google.oauth2 import service_account from googleapiclient.discovery import build -pd.set_option('future.no_silent_downcasting', True) - # Set the required minimum Python version. REQUIRED_MAJOR = 3 REQUIRED_MINOR = 12