gabrielaltay commited on
Commit
52cb861
1 Parent(s): d967c00

add requirements

Browse files
Files changed (1) hide show
  1. requirements.txt +30 -0
requirements.txt ADDED
@@ -0,0 +1,30 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ annotated-types==0.6.0
2
+ anyio==4.3.0
3
+ certifi==2024.2.2
4
+ charset-normalizer==3.3.2
5
+ distro==1.9.0
6
+ exceptiongroup==1.2.0
7
+ h11==0.14.0
8
+ httpcore==1.0.4
9
+ httpx==0.27.0
10
+ idna==3.6
11
+ jsonpatch==1.33
12
+ jsonpointer==2.4
13
+ langchain-core==0.1.26
14
+ langchain-openai==0.0.7
15
+ langsmith==0.1.7
16
+ numpy==1.26.4
17
+ openai==1.12.0
18
+ orjson==3.9.15
19
+ packaging==23.2
20
+ pydantic==2.6.2
21
+ pydantic_core==2.16.3
22
+ PyYAML==6.0.1
23
+ regex==2023.12.25
24
+ requests==2.31.0
25
+ sniffio==1.3.0
26
+ tenacity==8.2.3
27
+ tiktoken==0.6.0
28
+ tqdm==4.66.2
29
+ typing_extensions==4.9.0
30
+ urllib3==2.2.1