Skip to content

Commit

Permalink
Bump Requirements (onyx-dot-app#1114)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuhongsun96 authored Feb 22, 2024
1 parent cfad36b commit 7874ead
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN echo "DANSWER_VERSION: ${DANSWER_VERSION}"
# zip for Vespa step futher down
# ca-certificates for HTTPS
RUN apt-get update && \
apt-get install -y cmake curl zip ca-certificates && \
apt-get install -y cmake curl zip ca-certificates libgnutls30=3.7.9-2+deb12u2 && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

Expand Down
2 changes: 2 additions & 0 deletions backend/requirements/default.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
aiohttp==3.9.0rc0
alembic==1.10.4
asyncpg==0.27.0
atlassian-python-api==3.37.0
Expand Down Expand Up @@ -58,6 +59,7 @@ safetensors==0.3.1
sentence-transformers==2.2.2
slack-sdk==3.20.2
SQLAlchemy[mypy]==2.0.15
starlette==0.36.3
supervisor==4.2.5
tensorflow==2.15.0
tiktoken==0.4.0
Expand Down

0 comments on commit 7874ead

Please sign in to comment.