beta10
This commit is contained in:
parent
5f0db8862e
commit
20d042fe56
@ -17,3 +17,6 @@ loguru
|
||||
yacs
|
||||
piexif==1.1.3
|
||||
omegaconf
|
||||
easydict
|
||||
|
||||
Pillow==9.5.0 # for AnyText
|
||||
|
2
setup.py
2
setup.py
@ -24,7 +24,7 @@ def load_requirements():
|
||||
# https://setuptools.readthedocs.io/en/latest/setuptools.html#including-data-files
|
||||
setuptools.setup(
|
||||
name="IOPaint",
|
||||
version="1.0.0-beta.9",
|
||||
version="1.0.0-beta.10",
|
||||
author="PanicByte",
|
||||
author_email="cwq1913@gmail.com",
|
||||
description="Image inpainting, outpainting tool powered by SOTA AI Model",
|
||||
|
Loading…
Reference in New Issue
Block a user