From 0b0685f4431bb0326d97ae56801b22f5c4bb7fd3 Mon Sep 17 00:00:00 2001 From: Javier Luraschi Date: Fri, 8 Nov 2024 13:45:29 -0800 Subject: [PATCH] try with specific bigquery versions --- .github/workflows/main.yaml | 2 +- requirements.txt | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index f4efed7..1eae025 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -35,4 +35,4 @@ jobs: with: context: . push: true - tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.0 + tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.1 diff --git a/requirements.txt b/requirements.txt index 044d5dc..784f882 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,8 +4,8 @@ click==8.1.7 db-dtypes==1.1.1 faker==19.6.2 groq==0.5.0 -google-auth -google-cloud-bigquery +google-auth==2.23.2 +google-cloud-bigquery==3.11.4 iobind==0.0.1 koalas==0.32.0 matplotlib==3.7.2 @@ -13,7 +13,7 @@ numba==0.60.0 numpy==1.26 openai==1.13.3 oscrypto==1.3.0 -pandas-gbq +pandas-gbq==0.19.2 pandas==2.1.1 plotly==5.16.1 prophet==1.1.4