anpigon commited on
Commit
b8d34b3
1 Parent(s): c63ff03

Add requirements.txt file

Browse files
Files changed (1) hide show
  1. requirements.txt +125 -0
requirements.txt ADDED
@@ -0,0 +1,125 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohttp==3.9.5
3
+ aiosignal==1.3.1
4
+ altair==5.3.0
5
+ annotated-types==0.6.0
6
+ anyio==4.3.0
7
+ attrs==23.2.0
8
+ cachetools==5.3.3
9
+ certifi==2024.2.2
10
+ charset-normalizer==3.3.2
11
+ click==8.1.7
12
+ cohere==5.3.4
13
+ contourpy==1.2.1
14
+ cycler==0.12.1
15
+ dataclasses-json==0.6.5
16
+ distro==1.9.0
17
+ faiss-cpu==1.8.0
18
+ fastapi==0.110.3
19
+ fastavro==1.9.4
20
+ ffmpy==0.3.2
21
+ filelock==3.14.0
22
+ fonttools==4.51.0
23
+ frozenlist==1.4.1
24
+ fsspec==2024.3.1
25
+ google-ai-generativelanguage==0.6.2
26
+ google-api-core==2.19.0
27
+ google-api-python-client==2.127.0
28
+ google-auth==2.29.0
29
+ google-auth-httplib2==0.2.0
30
+ google-generativeai==0.5.2
31
+ googleapis-common-protos==1.63.0
32
+ gradio==4.28.3
33
+ gradio_client==0.16.0
34
+ groq==0.5.0
35
+ grpcio==1.63.0
36
+ grpcio-status==1.62.2
37
+ h11==0.14.0
38
+ httpcore==1.0.5
39
+ httplib2==0.22.0
40
+ httpx==0.27.0
41
+ httpx-sse==0.4.0
42
+ huggingface-hub==0.23.0
43
+ idna==3.7
44
+ importlib_resources==6.4.0
45
+ Jinja2==3.1.3
46
+ joblib==1.4.2
47
+ jsonpatch==1.33
48
+ jsonpointer==2.4
49
+ jsonschema==4.22.0
50
+ jsonschema-specifications==2023.12.1
51
+ kiwisolver==1.4.5
52
+ langchain==0.1.17
53
+ langchain-cohere==0.1.4
54
+ langchain-community==0.0.36
55
+ langchain-core==0.1.48
56
+ langchain-google-genai==1.0.3
57
+ langchain-groq==0.1.3
58
+ langchain-text-splitters==0.0.1
59
+ langsmith==0.1.52
60
+ load-dotenv==0.1.0
61
+ markdown-it-py==3.0.0
62
+ MarkupSafe==2.1.5
63
+ marshmallow==3.21.2
64
+ matplotlib==3.8.4
65
+ mdurl==0.1.2
66
+ mpmath==1.3.0
67
+ multidict==6.0.5
68
+ mypy-extensions==1.0.0
69
+ networkx==3.3
70
+ numpy==1.26.4
71
+ orjson==3.10.2
72
+ packaging==23.2
73
+ pandas==2.2.2
74
+ pillow==10.3.0
75
+ proto-plus==1.23.0
76
+ protobuf==4.25.3
77
+ pyasn1==0.6.0
78
+ pyasn1_modules==0.4.0
79
+ pydantic==2.7.1
80
+ pydantic_core==2.18.2
81
+ pydub==0.25.1
82
+ Pygments==2.17.2
83
+ pyparsing==3.1.2
84
+ python-dateutil==2.9.0.post0
85
+ python-dotenv==1.0.1
86
+ python-multipart==0.0.9
87
+ pytz==2024.1
88
+ PyYAML==6.0.1
89
+ rank-bm25==0.2.2
90
+ referencing==0.35.1
91
+ regex==2024.4.28
92
+ requests==2.31.0
93
+ rich==13.7.1
94
+ rpds-py==0.18.0
95
+ rsa==4.9
96
+ ruff==0.4.2
97
+ safetensors==0.4.3
98
+ scikit-learn==1.4.2
99
+ scipy==1.13.0
100
+ semantic-version==2.10.0
101
+ sentence-transformers==2.7.0
102
+ shellingham==1.5.4
103
+ six==1.16.0
104
+ sniffio==1.3.1
105
+ SQLAlchemy==2.0.29
106
+ starlette==0.37.2
107
+ sympy==1.12
108
+ tenacity==8.2.3
109
+ threadpoolctl==3.5.0
110
+ tokenizers==0.19.1
111
+ tomlkit==0.12.0
112
+ toolz==0.12.1
113
+ torch==2.3.0
114
+ tqdm==4.66.2
115
+ transformers==4.40.1
116
+ typer==0.12.3
117
+ types-requests==2.31.0.20240406
118
+ typing-inspect==0.9.0
119
+ typing_extensions==4.11.0
120
+ tzdata==2024.1
121
+ uritemplate==4.1.1
122
+ urllib3==2.2.1
123
+ uvicorn==0.29.0
124
+ websockets==11.0.3
125
+ yarl==1.9.4