We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327819f commit 161271eCopy full SHA for 161271e
setup.py
@@ -13,7 +13,7 @@
13
packages=['patchmatch'],
14
version='0.1.1',
15
url='https://github.com/invoke-ai/PyPatchMatch',
16
- python_requires='>=3.10',
+ python_requires='>=3.9',
17
install_requires=requirements,
18
description='This library implements the PatchMatch based inpainting algorithm.',
19
long_description=readme,
0 commit comments