柿崎透真 commited on
Commit
3643db5
·
1 Parent(s): 9eecded

add: requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +15 -0
requirements.txt ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ python-dotenv
2
+ gradio==3.50.2
3
+ anthropic==0.18.1
4
+ pydantic>=2.4.2
5
+ openai>=1.51.2
6
+ google-cloud-aiplatform>=1.68.0
7
+ typing-extensions>=4.8.0
8
+ google-generativeai>=0.8.2
9
+ tiktoken>=0.8.0
10
+ boto3>=1.35.10
11
+ setuptools>=75.3.0
12
+ opencv-python>=4.10.0.84
13
+ vertexai>=1.71.1
14
+ azure-identity>=1.16.0
15
+ azure-search-documents>=11.4.0