From 453ae305b3c6b3ecf92382eaa643bfaad4d9e486 Mon Sep 17 00:00:00 2001 From: Luis Guillen Date: Fri, 8 Nov 2024 18:01:57 -0600 Subject: [PATCH] copy versions from streamlit forum --- .github/workflows/main.yaml | 2 +- requirements.txt | 23 ++++++++++++++++++----- 2 files changed, 19 insertions(+), 6 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 0c94884..a886ee0 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.13 + tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.14 diff --git a/requirements.txt b/requirements.txt index ff940ba..3f36ae7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -38,8 +38,21 @@ pyexiftool==0.5.5 python-multipart==0.0.9 torch==2.0.1 torchvision==0.15.2 -streamlit -google-api-core==2.12.0 -google-cloud-core==2.3.3 -google-auth==2.23.4 -google-cloud-bigquery==3.12.0 \ No newline at end of file +streamlit==1.17.0 +BigQuery-Python==1.15.0 +google==3.0.0 +google-api-core==2.11.0 +google-api-python-client==2.73.0 +google-auth==2.16.0 +google-auth-httplib2==0.1.0 +google-cloud==0.34.0 +google-cloud-bigquery==3.4.2 +google-cloud-core==2.3.2 +google-cloud-storage==2.7.0 +google-crc32c==1.5.0 +google-resumable-media==2.4.0 +googleapis-common-protos==1.58.0 +grpcio==1.51.1 +grpcio-status==1.48.2 +proto-plus==1.22.2 +protobuf==3.19.5 \ No newline at end of file