Skip to content

Commit

Permalink
Pinning min pymupdf version (#424)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbraza authored Sep 17, 2024
1 parent ca25963 commit fd1f8e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ classifiers = [
]
dependencies = [
"PyCryptodome",
"PyMuPDF>=1.24.3", # python -c "import pymupdf" won't run before version 1.24.3
"aiohttp", # TODO: remove in favor of httpx
"anyio",
"fhaviary[llm]>=0.6", # For info on Message
Expand All @@ -28,7 +29,6 @@ dependencies = [
"pybtex",
"pydantic-settings",
"pydantic~=2.0",
"pymupdf",
"rich",
"setuptools", # TODO: remove after release of https://bitbucket.org/pybtex-devs/pybtex/pull-requests/46/replace-pkg_resources-with-importlib
"tantivy",
Expand Down
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit fd1f8e9

Please sign in to comment.