Skip to content

Commit

Permalink
add missing dependencies that fix
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Dec 12, 2024
1 parent fe8bc8f commit a065268
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 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.22
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.2.23
7 changes: 5 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ chainlit==1.2.0
click==8.1.7
db-dtypes==1.1.1
faker==19.6.2
groq==0.5.0
groq==0.12.0
iobind==0.0.1
koalas==0.32.0
matplotlib==3.7.2
numba==0.60.0
numpy==1.26
openai==1.13.3
openai==1.55.3
oscrypto==1.3.0
pandas==2.1.1
plotly==5.16.1
Expand Down Expand Up @@ -38,6 +38,9 @@ pyexiftool==0.5.5
python-multipart==0.0.9
torch==2.0.1
torchvision==0.15.2
replicate==1.0.3
httpx==0.27.2
typing-extensions>=4.11.0,<5.0.0
streamlit
google-api-core
google-api-python-client
Expand Down

0 comments on commit a065268

Please sign in to comment.