Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
wangsen
MinerU
Commits
b3ac3ac1
"...resnet50_tensorflow.git" did not exist on "a8b5cb7aadf1fca5fca3bd09551d32db71444164"
Unverified
Commit
b3ac3ac1
authored
Apr 08, 2025
by
Xiaomeng Zhao
Committed by
GitHub
Apr 08, 2025
Browse files
Merge branch 'master' into release-1.3.2
parents
2c7094ff
0ab29cdb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
19 additions
and
2 deletions
+19
-2
.github/workflows/python-package.yml
.github/workflows/python-package.yml
+17
-1
README_zh-CN.md
README_zh-CN.md
+1
-0
magic_pdf/libs/version.py
magic_pdf/libs/version.py
+1
-1
No files found.
.github/workflows/python-package.yml
View file @
b3ac3ac1
...
@@ -54,7 +54,7 @@ jobs:
...
@@ -54,7 +54,7 @@ jobs:
run
:
|
run
:
|
git push origin HEAD:master
git push origin HEAD:master
build
:
check-install
:
needs
:
[
update-version
]
needs
:
[
update-version
]
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
strategy
:
strategy
:
...
@@ -84,6 +84,22 @@ jobs:
...
@@ -84,6 +84,22 @@ jobs:
python -m pip install --upgrade pip
python -m pip install --upgrade pip
pip install -e .[full]
pip install -e .[full]
build
:
needs
:
[
check-install
]
runs-on
:
ubuntu-latest
strategy
:
fail-fast
:
false
matrix
:
python-version
:
[
"
3.10"
]
steps
:
-
name
:
Checkout code
uses
:
actions/checkout@v4
with
:
ref
:
master
fetch-depth
:
0
-
name
:
Install wheel
-
name
:
Install wheel
run
:
|
run
:
|
python -m pip install wheel
python -m pip install wheel
...
...
README_zh-CN.md
View file @
b3ac3ac1
...
@@ -47,6 +47,7 @@
...
@@ -47,6 +47,7 @@
</div>
</div>
# 更新记录
# 更新记录
-
2025/04/08 1.3.2 发布,修复了一些兼容问题
-
2025/04/08 1.3.2 发布,修复了一些兼容问题
-
支持python 3.13
-
支持python 3.13
-
解决因
`transformers 4.51.0`
导致的报错
-
解决因
`transformers 4.51.0`
导致的报错
...
...
magic_pdf/libs/version.py
View file @
b3ac3ac1
__version__
=
"1.3.
0
"
__version__
=
"1.3.
1
"
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment