Abhinav Gavireddi
commited on
Commit
·
f423d21
1
Parent(s):
3c01551
[fix]: fixed package issues
Browse files- requirements.txt +8 -8
requirements.txt
CHANGED
|
@@ -39,11 +39,11 @@ omegaconf>=2.3.0,<3
|
|
| 39 |
tqdm>=4.67.1
|
| 40 |
# MinerU
|
| 41 |
git+https://github.com/opendatalab/MinerU.git@dev
|
| 42 |
-
chroma-hnswlib
|
| 43 |
-
chromadb
|
| 44 |
-
fitz
|
| 45 |
-
PyMuPDF
|
| 46 |
-
tiktoken
|
| 47 |
-
loguru
|
| 48 |
-
unstructured
|
| 49 |
-
magic_pdf
|
|
|
|
| 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
|