umarbalak commited on
Commit
ed6a0c6
·
1 Parent(s): 1cb80d8

update req.txt

Browse files
Files changed (1) hide show
  1. requirements.txt +3 -126
requirements.txt CHANGED
@@ -1,62 +1,25 @@
1
- acres
2
  aiofiles
3
- aiohappyeyeballs
4
  aiohttp
5
- aiosignal
6
- annotated-types
7
  anyio
8
  attrs
9
- beautifulsoup4
10
  certifi
11
  charset-normalizer
12
- ci-info
13
  click
14
  colorama
15
- configobj
16
- configparser
17
  dataclasses-json
18
  datasets
19
- dill
20
- docling
21
- docling-core
22
- docling-ibm-models
23
- docling-parse
24
  docx2txt
25
- easyocr
26
- einops
27
- et_xmlfile
28
- etelemetry
29
  faiss-cpu
30
  fastapi
31
- ffmpy
32
  filelock
33
- filetype
34
- frozenlist
35
  fsspec
36
  gradio
37
- gradio_client
38
- greenlet
39
- groovy
40
- grpcio
41
- h11
42
- httpcore
43
- httplib2
44
- httpx
45
- httpx-sse
46
  huggingface-hub
47
  idna
48
- imageio
49
- importlib_resources
50
- isodate
51
- itsdangerous
52
  Jinja2
53
  joblib
54
- jsonlines
55
- jsonpatch
56
- jsonpointer
57
- jsonref
58
  jsonschema
59
- jsonschema-specifications
60
  langchain
61
  langchain-community
62
  langchain-core
@@ -64,109 +27,23 @@ langchain-docling
64
  langchain-huggingface
65
  langchain-milvus
66
  langchain-text-splitters
67
- langsmith
68
- latex2mathml
69
- lazy_loader
70
- looseversion
71
- lxml
72
- markdown-it-py
73
- marko
74
- MarkupSafe
75
- marshmallow
76
- mdurl
77
- mpire
78
- mpmath
79
- multidict
80
- multiprocess
81
- mypy-extensions
82
- networkx
83
- nibabel
84
- ninja
85
- nipype
86
  numpy
87
- opencv-python-headless
88
- openpyxl
89
- orjson
90
- packaging
91
  pandas
92
- pathlib
93
  pillow
94
- pluggy
95
- propcache
96
- protobuf
97
- prov
98
- puremagic
99
- pyarrow
100
- pyclipper
101
  pydantic
102
- pydantic-settings
103
- pydantic_core
104
- pydot
105
- pydub
106
- Pygments
107
- pylatexenc
108
- pymilvus
109
- PyMuPDF
110
- pymupdf4llm
111
- pyparsing
112
- pypdfium2
113
- python-bidi
114
  python-dateutil
115
  python-docx
116
  python-dotenv
117
- python-multipart
118
- python-pptx
119
- pytils
120
- pytz
121
- pywin32
122
- pyxnat
123
  PyYAML
124
- rdflib
125
- referencing
126
  regex
127
  requests
128
- requests-toolbelt
129
- rich
130
- rpds-py
131
- rtree
132
- ruff
133
- safehttpx
134
- safetensors
135
- scikit-image
136
  scikit-learn
137
- scipy
138
- semantic-version
139
- semchunk
140
  sentence-transformers
141
- shapely
142
- shellingham
143
- simplejson
144
  six
145
- sniffio
146
- soupsieve
147
- SQLAlchemy
148
- starlette
149
- sympy
150
- tabulate
151
  tenacity
152
- threadpoolctl
153
- tifffile
154
- tokenizers
155
- tomlkit
156
  torch
157
  torchvision
158
  tqdm
159
- traits
160
  transformers
161
- typer
162
- typing-inspect
163
- typing_extensions
164
- tzdata
165
- ujson
166
- urllib3
167
- uvicorn
168
- websockets
169
- XlsxWriter
170
- xxhash
171
- yarl
172
- zstandard
 
 
1
  aiofiles
 
2
  aiohttp
 
 
3
  anyio
4
  attrs
 
5
  certifi
6
  charset-normalizer
 
7
  click
8
  colorama
 
 
9
  dataclasses-json
10
  datasets
 
 
 
 
 
11
  docx2txt
12
+ docling
 
 
 
13
  faiss-cpu
14
  fastapi
 
15
  filelock
 
 
16
  fsspec
17
  gradio
 
 
 
 
 
 
 
 
 
18
  huggingface-hub
19
  idna
 
 
 
 
20
  Jinja2
21
  joblib
 
 
 
 
22
  jsonschema
 
23
  langchain
24
  langchain-community
25
  langchain-core
 
27
  langchain-huggingface
28
  langchain-milvus
29
  langchain-text-splitters
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
30
  numpy
 
 
 
 
31
  pandas
 
32
  pillow
 
 
 
 
 
 
 
33
  pydantic
 
 
 
 
 
 
 
 
 
 
 
 
34
  python-dateutil
35
  python-docx
36
  python-dotenv
 
 
 
 
 
 
37
  PyYAML
 
 
38
  regex
39
  requests
 
 
 
 
 
 
 
 
40
  scikit-learn
 
 
 
41
  sentence-transformers
 
 
 
42
  six
 
 
 
 
 
 
43
  tenacity
 
 
 
 
44
  torch
45
  torchvision
46
  tqdm
 
47
  transformers
48
+ typing-extensions
49
+ uvicorn