Skip to content

Commit 416a8a5

Browse files
authored
Update pyproject.toml
1 parent 29b83b0 commit 416a8a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
6666
pyarrow = { version = "^19.0.0", optional = true }
6767
pytesseract = { 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
7070
tiktoken = { version = "0.8.0", optional = true }
7171
nltk = { 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.

0 commit comments

Comments
 (0)