Abhinav Gavireddi
commited on
Commit
·
3c01551
1
Parent(s):
6c61722
[fix]: fixed package issues
Browse files- requirements.txt +9 -1
requirements.txt
CHANGED
|
@@ -38,4 +38,12 @@ pyclipper>=1.3.0,<2
|
|
| 38 |
omegaconf>=2.3.0,<3
|
| 39 |
tqdm>=4.67.1
|
| 40 |
# MinerU
|
| 41 |
-
git+https://github.com/opendatalab/MinerU.git@dev
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 38 |
omegaconf>=2.3.0,<3
|
| 39 |
tqdm>=4.67.1
|
| 40 |
# MinerU
|
| 41 |
+
git+https://github.com/opendatalab/MinerU.git@dev
|
| 42 |
+
chroma-hnswlib==0.7.3
|
| 43 |
+
chromadb==0.4.24
|
| 44 |
+
fitz==0.0.1.dev2
|
| 45 |
+
PyMuPDF==1.23.26
|
| 46 |
+
tiktoken==0.6.0
|
| 47 |
+
loguru==0.7.2
|
| 48 |
+
unstructured==0.12.6
|
| 49 |
+
magic_pdf==0.9.12
|