File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ pdf2image = { version = "1.16.3", optional = true }
6565"pdfminer.six" = { version = " 20221105" , optional = true } # Used indirectly by unstructured library
6666pyarrow = { version = " ^19.0.0" , optional = true }
6767pytesseract = { version = " 0.3.10" , optional = true } # Used indirectly by unstructured library
68- python-calamine = { version = " 0.2.3" , optional = true } # Used indirectly by unstructured library
69- python-snappy = { version = " 0.7.3" , optional = true } # Used indirectly by unstructured library
68+ python-calamine = { version = " 0.2.3" , optional = true } # TODO: Remove if unused
69+ python-snappy = { version = " 0.7.3" , optional = true } # TODO: remove if unused
7070tiktoken = { version = " 0.8.0" , optional = true }
7171nltk = { version = " 3.9.1" , optional = true }
7272# This will ensure that even when you run poetry install or pip install, the compatible version of numpy will always be chosen.
You can’t perform that action at this time.
0 commit comments