ArturG9 commited on
Commit
7843c5b
1 Parent(s): 6f2b056

Update packages.txt

Browse files
Files changed (1) hide show
  1. packages.txt +44 -187
packages.txt CHANGED
@@ -1,187 +1,44 @@
1
- python3-enchant
2
- aiofiles
3
- aiohttp
4
- aiosignal
5
- altair
6
- annotated-types
7
- anyio
8
- asgiref
9
- async-timeout
10
- attrs
11
- backoff
12
- bcrypt
13
- beautifulsoup4
14
- blinker
15
- build
16
- cachetools
17
- certifi
18
- chardet
19
- charset-normalizer
20
- chroma-hnswlib
21
- chromadb
22
- click
23
- colorama
24
- coloredlogs
25
- contourpy
26
- cycler
27
- dataclasses-json
28
- deepdiff
29
- Deprecated
30
- diskcache
31
- dnspython
32
- email_validator
33
- emoji
34
- exceptiongroup
35
- fastapi
36
- fastapi-cli
37
- ffmpy
38
- filelock
39
- filetype
40
- flatbuffers
41
- fonttools
42
- frozenlist
43
- fsspec
44
- gitdb
45
- GitPython
46
- google-auth
47
- googleapis-common-protos
48
- greenlet
49
- grpcio
50
- h11
51
- httpcore
52
- httptools
53
- httpx
54
- huggingface-hub
55
- humanfriendly
56
- idna
57
- importlib_metadata
58
- importlib_resources
59
- intel-openmp
60
- Jinja2
61
- joblib
62
- jsonpatch
63
- jsonpath-python
64
- jsonpointer
65
- jsonschema
66
- jsonschema-specifications
67
- kiwisolver
68
- kubernetes
69
- langchain
70
- langchain-community
71
- langchain-core
72
- langchain-huggingface
73
- langchain-text-splitters
74
- langdetect
75
- langsmith
76
- llama_cpp_python
77
- lxml
78
- markdown-it-py
79
- MarkupSafe
80
- marshmallow
81
- matplotlib
82
- mdurl
83
- mkl
84
- mmh3
85
- monotonic
86
- mpmath
87
- multidict
88
- mypy-extensions
89
- nest-asyncio
90
- networkx
91
- nltk
92
- numpy
93
- oauthlib
94
- onnxruntime
95
- opentelemetry-api
96
- opentelemetry-exporter-otlp-proto-common
97
- opentelemetry-exporter-otlp-proto-grpc
98
- opentelemetry-instrumentation
99
- opentelemetry-instrumentation-asgi
100
- opentelemetry-instrumentation-fastapi
101
- opentelemetry-proto
102
- opentelemetry-sdk
103
- opentelemetry-semantic-conventions
104
- opentelemetry-util-http
105
- ordered-set
106
- orjson
107
- overrides
108
- packaging
109
- pandas
110
- pillow
111
- posthog
112
- protobuf
113
- pyarrow
114
- pyasn1
115
- pyasn1_modules
116
- pydantic
117
- pydantic_core
118
- pydeck
119
- pydub
120
- Pygments
121
- pyparsing
122
- pypdf
123
- PyPika
124
- pyproject_hooks
125
- pyreadline3
126
- python-dateutil
127
- python-dotenv
128
- python-iso639
129
- python-magic
130
- python-multipart
131
- pytz
132
- PyYAML
133
- rapidfuzz
134
- referencing
135
- regex
136
- requests
137
- requests-oauthlib
138
- requests-toolbelt
139
- rich
140
- rpds-py
141
- rsa
142
- ruff
143
- safetensors
144
- scikit-learn
145
- scipy
146
- semantic-version
147
- sentence-transformers
148
- shellingham
149
- six
150
- smmap
151
- sniffio
152
- soupsieve
153
- SQLAlchemy
154
- starlette
155
- streamlit
156
- sympy
157
- tabulate
158
- tbb
159
- tenacity
160
- threadpoolctl
161
- tiktoken
162
- tokenizers
163
- toml
164
- tomli
165
- tomlkit
166
- toolz
167
- torch
168
- tornado
169
- tqdm
170
- transformers
171
- typer
172
- typing
173
- typing-inspect
174
- typing_extensions
175
- tzdata
176
- ujson
177
- unstructured
178
- unstructured-client
179
- urllib3
180
- uvicorn
181
- watchdog
182
- watchfiles
183
- websocket-client
184
- websockets
185
- wrapt
186
- yarl
187
- zipp
 
1
+
2
+
3
+ GitPython==3.1.43
4
+ huggingface_hub-0.23.4
5
+ langchain==0.2.5
6
+ langchain-community==0.2.5
7
+ langchain-core==0.2.9
8
+ langchain-huggingface==0.0.3
9
+ langchain-text-splitters==0.2.1
10
+ langdetect==1.0.9
11
+ langsmith==0.1.81
12
+ llama_cpp_python==0.2.79
13
+ matplotlib==3.9.0
14
+ numpy==1.26.4
15
+ pandas==2.2.2
16
+ pydantic==2.7.4
17
+ pydantic_core==2.18.4
18
+ pydeck==0.9.1
19
+ pydub==0.25.1
20
+ Pygments==2.18.0
21
+ pyparsing==3.1.2
22
+ pypdf==4.2.0
23
+ PyPika==0.48.9
24
+ pyproject_hooks==1.1.0
25
+ pyreadline3==3.4.1
26
+ python-dateutil==2.9.0.post0
27
+ python-dotenv==1.0.1
28
+ python-iso639==2024.4.27
29
+ python-magic==0.4.27
30
+ python-multipart==0.0.9
31
+ safetensors==0.4.3
32
+ scikit-learn==1.5.0
33
+ scipy==1.13.1
34
+ semantic-version==2.10.0
35
+ sentence-transformers==3.0.1
36
+ SQLAlchemy==2.0.31
37
+ starlette==0.37.2
38
+ tiktoken==0.7.0
39
+ tokenizers==0.19.1
40
+ toolz==0.12.1
41
+ torch==2.3.1
42
+ transformers==4.41.2
43
+ uvicorn==0.30.1
44
+