Skip to content

Commit

Permalink
feat: specify magic_pdf version
Browse files Browse the repository at this point in the history
  • Loading branch information
blue authored and blue committed Jul 24, 2024
1 parent 3ad1627 commit 96138f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def parse_requirements(filename):
},
license='Apache 2.0',
extras_require={
"gpu": ["paddlepaddle-gpu==2.6.1", "paddleocr==2.7.3", "magic-pdf[gpu]>=0.5.10"],
"cpu": ["paddlepaddle==2.5.2", "paddleocr==2.7.3", "magic-pdf[cpu]>=0.5.10"],
"gpu": ["paddlepaddle-gpu==2.6.1", "paddleocr==2.7.3", "magic-pdf[gpu]==0.5.11"],
"cpu": ["paddlepaddle==2.5.2", "paddleocr==2.7.3", "magic-pdf[cpu]==0.5.11"],
},
description='A lightweight toolbox to manipulate documents',
long_description=long_description,
Expand Down

0 comments on commit 96138f1

Please sign in to comment.