Skip to content

Commit

Permalink
Merge pull request #925 from microsoft/bugs/bjake-resolve-version-issues
Browse files Browse the repository at this point in the history
Resolving version issues
  • Loading branch information
dayland authored Dec 3, 2024
2 parents eadbb2e + 5c92c58 commit fbfe55b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
6 changes: 4 additions & 2 deletions app/backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,22 @@ azure-identity==1.18.0
azure-mgmt-cognitiveservices==13.5.0
azure-search-documents==11.5.1
azure-storage-blob==12.23.0
cryptography==43.0.3
fastapi==0.115.0
fastapi-utils==0.7.0
Flask==3.0.3
gunicorn==23.0.0
langchain==0.3.1
langchain==0.3.9
langchain-community==0.3.1
langchain-experimental==0.3.2
langchain-openai==0.2.1
matplotlib==3.9.2
microsoft-bing-websearch==1.0.0
numexpr==2.10.1
openai==1.49.0
openai==1.55.3
pandas==2.2.3
Pillow==10.4.0
PyJWT==2.10.0
pytest==8.3.3
python-dotenv==1.0.1
python-multipart==0.0.10
Expand Down
6 changes: 3 additions & 3 deletions app/enrichment/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@
--extra-index-url https://download.pytorch.org/whl/cpu
azure-core==1.31.0
azure-cosmos==4.7.0
azure-storage-blob==12.23.1
azure-storage-blob==12.23.0
azure-storage-queue==12.12.0
azure-search-documents==11.5.1
azure-identity==1.18.0
fastapi==0.115.0
fastapi-utils==0.7.0
openai==1.50.2
openai==1.55.3
sentence-transformers==3.1.1
tenacity==9.0.0
torch
torchvision
torchaudio
uvicorn==0.31.0
uvicorn==0.30.6

0 comments on commit fbfe55b

Please sign in to comment.