diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 88e227a..5da7cf9 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.4 + tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.5 diff --git a/requirements.txt b/requirements.txt index 5e4b61a..0d1a67e 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,11 +4,6 @@ click==8.1.7 db-dtypes==1.1.1 faker==19.6.2 groq==0.5.0 -protobuf==3.19.5 -google-api-core==2.22.0 -google-cloud-core==2.4.1 -google-auth==2.36.0 -google-cloud-bigquery==3.26.0 iobind==0.0.1 koalas==0.32.0 matplotlib==3.7.2 @@ -31,7 +26,6 @@ databricks-sql-connector==2.9.3 SQLAlchemy==1.4.47 statsmodels==0.14.0 streamfy==0.3.3 -streamlit==1.15.2 xgboost==1.7.6 yfinance==0.2.27 PyMuPDF==1.23.26 @@ -43,4 +37,10 @@ langchain-openai==0.0.8 pyexiftool==0.5.5 python-multipart==0.0.9 torch==2.0.1 -torchvision==0.15.2 \ No newline at end of file +torchvision==0.15.2 +streamlit==1.15.2 +protobuf +google-api-core +google-cloud-core +google-auth +google-cloud-bigquery \ No newline at end of file