Munene1 commited on
Commit
7a9bf6d
·
verified ·
1 Parent(s): 7312784

Update requirements.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +143 -0
requirements.txt CHANGED
@@ -0,0 +1,143 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ aiofiles==23.2.1
2
+ aiohappyeyeballs==2.4.2
3
+ aiohttp==3.10.8
4
+ aiosignal==1.3.1
5
+ annotated-types==0.7.0
6
+ anyio==4.6.0
7
+ asgiref==3.8.1
8
+ attrs==24.2.0
9
+ backoff==2.2.1
10
+ bcrypt==4.2.0
11
+ build==1.2.2.post1
12
+ cachetools==5.5.0
13
+ certifi==2024.8.30
14
+ charset-normalizer==3.3.2
15
+ chroma-hnswlib==0.7.6
16
+ chromadb==0.5.12
17
+ click==8.1.7
18
+ coloredlogs==15.0.1
19
+ contourpy==1.3.0
20
+ cycler==0.12.1
21
+ Deprecated==1.2.14
22
+ durationpy==0.9
23
+ fastapi==0.115.0
24
+ ffmpy==0.4.0
25
+ filelock==3.16.1
26
+ flatbuffers==24.3.25
27
+ fonttools==4.54.1
28
+ frozenlist==1.4.1
29
+ fsspec==2024.9.0
30
+ google-ai-generativelanguage==0.6.6
31
+ google-api-core==2.20.0
32
+ google-api-python-client==2.147.0
33
+ google-auth==2.35.0
34
+ google-auth-httplib2==0.2.0
35
+ google-generativeai==0.7.2
36
+ googleapis-common-protos==1.65.0
37
+ gradio==4.44.0
38
+ gradio_client==1.3.0
39
+ grpcio==1.66.2
40
+ grpcio-status==1.62.3
41
+ h11==0.14.0
42
+ httpcore==1.0.5
43
+ httplib2==0.22.0
44
+ httptools==0.6.1
45
+ httpx==0.27.2
46
+ huggingface-hub==0.25.1
47
+ humanfriendly==10.0
48
+ idna==3.10
49
+ importlib_metadata==8.4.0
50
+ importlib_resources==6.4.5
51
+ Jinja2==3.1.4
52
+ joblib==1.4.2
53
+ jsonpatch==1.33
54
+ jsonpointer==3.0.0
55
+ kiwisolver==1.4.7
56
+ kubernetes==31.0.0
57
+ langchain==0.3.1
58
+ langchain-core==0.3.6
59
+ langchain-google-genai==2.0.0
60
+ langchain-text-splitters==0.3.0
61
+ langsmith==0.1.129
62
+ markdown-it-py==3.0.0
63
+ MarkupSafe==2.1.5
64
+ matplotlib==3.9.2
65
+ mdurl==0.1.2
66
+ mmh3==5.0.1
67
+ monotonic==1.6
68
+ mpmath==1.3.0
69
+ multidict==6.1.0
70
+ networkx==3.3
71
+ numpy==1.26.4
72
+ oauthlib==3.2.2
73
+ onnxruntime==1.19.2
74
+ opentelemetry-api==1.27.0
75
+ opentelemetry-exporter-otlp-proto-common==1.27.0
76
+ opentelemetry-exporter-otlp-proto-grpc==1.27.0
77
+ opentelemetry-instrumentation==0.48b0
78
+ opentelemetry-instrumentation-asgi==0.48b0
79
+ opentelemetry-instrumentation-fastapi==0.48b0
80
+ opentelemetry-proto==1.27.0
81
+ opentelemetry-sdk==1.27.0
82
+ opentelemetry-semantic-conventions==0.48b0
83
+ opentelemetry-util-http==0.48b0
84
+ orjson==3.10.7
85
+ overrides==7.7.0
86
+ packaging==24.1
87
+ pandas==2.2.3
88
+ pillow==10.4.0
89
+ posthog==3.7.0
90
+ proto-plus==1.24.0
91
+ protobuf==4.25.5
92
+ pyasn1==0.6.1
93
+ pyasn1_modules==0.4.1
94
+ pydantic==2.9.2
95
+ pydantic_core==2.23.4
96
+ pydub==0.25.1
97
+ Pygments==2.18.0
98
+ pyparsing==3.1.4
99
+ PyPika==0.48.9
100
+ pyproject_hooks==1.2.0
101
+ python-dateutil==2.9.0.post0
102
+ python-dotenv==1.0.1
103
+ python-multipart==0.0.12
104
+ pytz==2024.2
105
+ PyYAML==6.0.2
106
+ regex==2024.9.11
107
+ requests==2.32.3
108
+ requests-oauthlib==2.0.0
109
+ rich==13.8.1
110
+ rsa==4.9
111
+ ruff==0.6.8
112
+ safetensors==0.4.5
113
+ scikit-learn==1.5.2
114
+ scipy==1.14.1
115
+ semantic-version==2.10.0
116
+ sentence-transformers==3.1.1
117
+ setuptools==75.1.0
118
+ shellingham==1.5.4
119
+ six==1.16.0
120
+ sniffio==1.3.1
121
+ SQLAlchemy==2.0.35
122
+ starlette==0.38.6
123
+ sympy==1.13.3
124
+ tenacity==8.5.0
125
+ threadpoolctl==3.5.0
126
+ tokenizers==0.20.0
127
+ tomlkit==0.12.0
128
+ torch==2.4.1
129
+ tqdm==4.66.5
130
+ transformers @ git+https://github.com/huggingface/transformers@698b36da72ae8377fb08ade92b131069898007c2
131
+ typer==0.12.5
132
+ typing_extensions==4.12.2
133
+ tzdata==2024.2
134
+ uritemplate==4.1.1
135
+ urllib3==2.2.3
136
+ uvicorn==0.31.0
137
+ uvloop==0.20.0
138
+ watchfiles==0.24.0
139
+ websocket-client==1.8.0
140
+ websockets==12.0
141
+ wrapt==1.16.0
142
+ yarl==1.13.1
143
+ zipp==3.20.2