Skip to content

Commit

Permalink
update requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
javierluraschi committed Nov 8, 2024
1 parent bb0d353 commit 2a176da
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 11 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.1.8
tags: hal9ai/hal9-docker:latest,hal9ai/hal9-docker:0.1.9
41 changes: 31 additions & 10 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,34 +1,55 @@
altair==4.0
databricks-sql-connector==2.9.3
chainlit==1.2.0
click==8.1.7
db-dtypes==1.1.1
faker==19.6.2
groq==0.5.0
google-auth==2.23.2
google-cloud-bigquery==3.11.4
iobind==0.0.1
koalas==0.32.0
matplotlib==3.7.2
numba==0.57.1
numpy==1.24.4
openai==1.12.0
numba==0.60.0
numpy==1.26
openai==1.13.3
oscrypto==1.3.0
pandas-gbq==0.19.2
pandas==2.1.1
plotly==5.16.1
prophet==1.1.4
psycopg2-binary==2.9.6
pyexiftool==0.5.5
PyMuPDF==1.23.15
python-multipart==0.0.5
pyodbc==4.0.39
requests==2.31.0
scikit-image==0.21.0
scikit-learn==1.3.0
scipy==1.11.1
snowflake-sqlalchemy==1.5.1
spacy==3.6.1
snowflake-sqlalchemy==1.5.1
databricks-sql-connector==2.9.3
SQLAlchemy==1.4.47
statsmodels==0.14.0
streamfy==0.3.3
streamlit==1.15.2
textract==1.6.5
xgboost==1.7.6
yfinance==0.2.27
PyMuPDF==1.23.26
tiktoken==0.6.0
langchain==0.1.12
langchain-core==0.1.32
langchain-text-splitters==0.0.1
langchain-openai==0.0.8
presidio-analyzer
presidio-anonymizer
pycld2
pyexiftool==0.5.5
python-multipart==0.0.9
torch==2.0.1
torchvision==0.15.2
xgboost==1.7.6
uvicorn[standard]
en-core-web-md @ https://github.com/explosion/spacy-models/releases/download/en_core_web_md-3.6.0/en_core_web_md-3.6.0-py3-none-any.whl
es-core-news-md @ https://github.com/explosion/spacy-models/releases/download/es_core_news_md-3.6.0/es_core_news_md-3.6.0-py3-none-any.whl
fastapi
aiofiles
redis
transformers
typing

0 comments on commit 2a176da

Please sign in to comment.