Skip to content

Commit

Permalink
let pip attempt to solve the dependency conflict
Browse files Browse the repository at this point in the history
  • Loading branch information
LuisGuillen03 committed Nov 8, 2024
1 parent 72e14ea commit 2d1a294
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
14 changes: 7 additions & 7 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
torchvision==0.15.2
streamlit==1.15.2
protobuf
google-api-core
google-cloud-core
google-auth
google-cloud-bigquery

0 comments on commit 2d1a294

Please sign in to comment.