Skip to content

Commit

Permalink
Fix 'unstructured-summary-map' example
Browse files Browse the repository at this point in the history
  • Loading branch information
dreadatour committed Dec 10, 2024
1 parent de6b1c6 commit 9db34b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions noxfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ def dev(session: nox.Session) -> None:
@nox.session(python=["3.9", "3.10", "3.11", "3.12", "pypy3.9", "pypy3.10"])
def examples(session: nox.Session) -> None:
session.install(".[examples]")
session.run("uv", "pip", "list")
session.run(
"pytest",
"-m",
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ examples = [
"numpy>=1,<2",
"defusedxml",
"accelerate",
"unstructured[pdf,embed-huggingface]<0.16.0",
"unstructured[pdf,embed-huggingface]<0.15.13",
"pdfplumber==0.11.4",
"huggingface_hub[hf_transfer]",
"onnx==1.16.1",
Expand Down

0 comments on commit 9db34b0

Please sign in to comment.