forked from Azure/aistudio-copilot-sample
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
17 lines (13 loc) · 902 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# other app dependencies
ipykernel
openai>1.0
azure_ai_resources @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-resources/1a20240207004/azure_ai_resources-1.0.0a20240207004-py3-none-any.whl
azure-ai-generative[evaluate,index,promptflow] @https://pkgs.dev.azure.com/azure-sdk/29ec6040-b234-4e31-b139-33dc4287b756/_packaging/3572dbf9-b5ef-433b-9137-fc4d7768e7cc/pypi/download/azure-ai-generative/1a20240207004/azure_ai_generative-1.0.0a20240207004-py3-none-any.whl
keyrings.alt # This is for promptflow
# hardcoded the version of azureml-mlflow here for faster Docker image building speed
azureml-mlflow==1.53.0
# hardcoded the version of rtoml because version 0.9.0 causes a strange issue which asks the user to install Rust Cargo
rtoml>=0.10.0
pytest
langchain==0.1.1
langchain-openai==0.0.2.post1