0.1.11 release
This commit is contained in:
4
setup.py
4
setup.py
@@ -5,7 +5,7 @@ long_description = (Path(__file__).parent / "README.md").read_text('utf-8').spli
|
||||
|
||||
setup(
|
||||
name="manga-ocr",
|
||||
version='0.1.10',
|
||||
version='0.1.11',
|
||||
description="OCR for Japanese manga",
|
||||
long_description=long_description,
|
||||
long_description_content_type="text/markdown",
|
||||
@@ -24,7 +24,7 @@ setup(
|
||||
"jaconv",
|
||||
"loguru",
|
||||
"numpy",
|
||||
"Pillow",
|
||||
"Pillow>=10.0.0",
|
||||
"pyperclip",
|
||||
"torch>=1.0",
|
||||
"transformers>=4.25.0",
|
||||
|
||||
Reference in New Issue
Block a user