Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ dependencies:
# Azure ML packages
- azureml-contrib-services
- azureml-inference-server-http>=1.4.1 #Upgrading version to ensure flask-cors>=6.0.0 is installed
- mlflow>=3.0.0 # security update GHSA-5cvj-7rg6-jggj
- azureml-mlflow=={{latest-pypi-version}}
- azureml-telemetry=={{latest-pypi-version}}
# More packages needed for RAG extras
Expand All @@ -36,7 +37,6 @@ dependencies:
- unstructured # explicitly install for [document_parsing]
# Other public packages
- datasets~=2.10.1
- mlflow>=2.6.0
- polling2~=0.5.0
- psutil~=5.8.0
- pymssql==2.2.7
Expand Down
Loading