FX: Raising the Python version to avoid issues with Gradio failing to start.

This commit is contained in:
刘鑫
2025-09-22 21:16:23 +08:00
parent b0714adcaa
commit 41752dc0fa

View File

@@ -20,12 +20,10 @@ classifiers = [
"Intended Audience :: Developers", "Intended Audience :: Developers",
"Operating System :: OS Independent", "Operating System :: OS Independent",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.10",
"Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.11",
] ]
requires-python = ">=3.8" requires-python = ">=3.10"
dependencies = [ dependencies = [
"torch>=2.5.0", "torch>=2.5.0",
"torchaudio>=2.5.0", "torchaudio>=2.5.0",
@@ -78,7 +76,7 @@ version_scheme = "post-release"
[tool.black] [tool.black]
line-length = 120 line-length = 120
target-version = ['py38'] target-version = ['py310']
include = '\.pyi?$' include = '\.pyi?$'
extend-exclude = ''' extend-exclude = '''
/( /(