Skip to content

Commit f73c62d

Browse files
authored
Create requirements.txt
Original requirements
1 parent 117bbaf commit f73c62d

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

src/requirements.txt

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
openai
2+
azure-identity==1.16.0
3+
azure-search-documents==11.4.0
4+
azure-ai-ml==1.16.0
5+
promptflow[azure]==1.11.0
6+
promptflow-tracing==1.11.0
7+
promptflow-tools==1.4.0
8+
promptflow-rag==0.1.0
9+
promptflow-evals==0.3.0
10+
jinja2
11+
aiohttp
12+
python-dotenv
13+
14+
# The following dependencies are required for provisioning
15+
16+
# openai SDK
17+
openai==1.13.3
18+
19+
# azure dependencies
20+
azure-core==1.30.1
21+
azure-mgmt-resource==23.0.1
22+
azure-mgmt-search==9.1.0
23+
azure-mgmt-cognitiveservices==13.5.0
24+
25+
# utilities
26+
omegaconf-argparse==1.0.1
27+
omegaconf==2.3.0
28+
pydantic>=2.6

0 commit comments

Comments
 (0)