You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
…r extras (#350)
### Summary
First step in resolving
Unstructured-IO/unstructured#3051. Per [this
comment](Unstructured-IO/unstructured#3051 (comment)),
we were having troubling running `unstructured` in the Python 3.12
`wolfi-base` contain due to issues related to `pycocotools`, which is
only used for the legacy `detectron2` model from `layoutparser`. Since
we've replaced this with `detectron2onnx`, this PR removes the
`layoutparser` extra dependencies that caused issues with Python 3.12.
The `layoutparser` base dependency is still required because we use
layout objects from that library. It's likely we could remove these in a
future iteration.
Temporarily disabled the ingest tests, because they seem to have been
broken for the past six months. Last commit that they passed for was
[this
one](0f0c2be).
Opened #352 to reenable them.
### Testing
If CI passes we should be good to go.
Ingest tests were temporarily disable because they have been failing since this commit, which was six months ago as of when this issue was created.
The text was updated successfully, but these errors were encountered: