mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
two more fixups
1. removed redundant `data_files` argument from setup.py 2. upped requirement to Python >= 3.9. This is due to a feature used in `argparse` that is only available in 3.9 or higher.
This commit is contained in:
parent
964e584bd3
commit
b945ae4e01
3
setup.py
3
setup.py
@ -49,8 +49,7 @@ setup(
|
||||
packages=find_packages(exclude=['tests.*']),
|
||||
install_requires=_get_requirements('installer/requirements.in'),
|
||||
dependency_links=['https://download.pytorch.org/whl/torch_stable.html'],
|
||||
data_files=[('frontend', frontend_files)],
|
||||
python_requires='>=3.8, <4',
|
||||
python_requires='>=3.9, <4',
|
||||
classifiers=[
|
||||
'Development Status :: 4 - Beta',
|
||||
'Environment :: GPU',
|
||||
|
Loading…
Reference in New Issue
Block a user