Set python version >= 3.10.0
This commit is contained in:
parent
c0fff54518
commit
6d05e7f78b
2
setup.py
2
setup.py
@ -32,7 +32,7 @@ with open("README.md", "r") as f:
|
|||||||
|
|
||||||
setup(
|
setup(
|
||||||
name="vall-e",
|
name="vall-e",
|
||||||
python_requires=">=3.9.0",
|
python_requires=">=3.10.0",
|
||||||
version=write_version("0.0.1"),
|
version=write_version("0.0.1"),
|
||||||
description="An unofficial toy implementation of the audio LM VALL-E",
|
description="An unofficial toy implementation of the audio LM VALL-E",
|
||||||
author="enhuiz",
|
author="enhuiz",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user