From b7e114deea8bbf0ef5a8bbdbdf431025e253da63 Mon Sep 17 00:00:00 2001 From: Sarah Gibson <44771837+sgibson91@users.noreply.github.com> Date: Thu, 2 Nov 2023 18:01:19 +0000 Subject: [PATCH] google-cloud-bigquery and google-cloud-bigquery[pandas] must be bumped together, otherwise pip install fails Do we need to specify both google-cloud-bigquery and google-cloud-bigquery[pandas] separately??? --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 3b4819500..2a4c7a09f 100644 --- a/requirements.txt +++ b/requirements.txt @@ -32,7 +32,7 @@ pandera prometheus_pandas pytest-mock google-cloud-bigquery==3.13.* -google-cloud-bigquery[pandas]==3.11.* +google-cloud-bigquery[pandas]==3.13.* gspread==5.12.* # requests is used by deployer/cilogon_app.py