Skip to content

Commit

Permalink
adding safe version
Browse files Browse the repository at this point in the history
  • Loading branch information
aembryonic committed May 23, 2024
1 parent 076d5d8 commit 8900a55
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
build/
dist/
tools/
test.py
tools/**/data/*
tools/**/**/.serverless
*/deep_parser.egg-info
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

install_requires=[
"numpy",
"PyMuPDF",
"pymupdf<=1.24.1",
"anytree",
"pyyaml",
"beautifulsoup4",
Expand Down

0 comments on commit 8900a55

Please sign in to comment.