Skip to content

Commit

Permalink
修正一些依赖库的版本,兼容spark环境
Browse files Browse the repository at this point in the history
  • Loading branch information
myhloli committed Mar 4, 2024
1 parent 05c328d commit 779d2e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def parse_requirements(filename):

setup(
name="magic_pdf", # 项目名
version="0.1.0", # 版本号
version="0.1.1", # 版本号
packages=find_packages(), # 包含所有的包
install_requires=requires, # 项目依赖的第三方库
python_requires=">=3.9", # 项目依赖的 Python 版本
Expand Down

0 comments on commit 779d2e8

Please sign in to comment.