Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PyYAML
argparse
openpyxl
requests
pandas
pandas >= 3.0.0
google-auth
google-auth-oauthlib
google-api-python-client
2 changes: 0 additions & 2 deletions scan-batch-dir
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down