Commit ·
dc7db56
1
Parent(s): 9a3172c
Force Python 3.10.13 to prevent basicsr build failure
Browse files- README.md +1 -0
- pyproject.toml +1 -1
README.md
CHANGED
|
@@ -5,6 +5,7 @@ colorFrom: purple
|
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "4.44.0"
|
|
|
|
| 8 |
app_file: app.py
|
| 9 |
pinned: false
|
| 10 |
license: mit
|
|
|
|
| 5 |
colorTo: blue
|
| 6 |
sdk: gradio
|
| 7 |
sdk_version: "4.44.0"
|
| 8 |
+
python_version: "3.10.13"
|
| 9 |
app_file: app.py
|
| 10 |
pinned: false
|
| 11 |
license: mit
|
pyproject.toml
CHANGED
|
@@ -12,7 +12,7 @@ dependencies = [
|
|
| 12 |
"realesrgan",
|
| 13 |
"basicsr",
|
| 14 |
]
|
| 15 |
-
requires-python = ">=3.
|
| 16 |
|
| 17 |
[build-system]
|
| 18 |
requires = ["hatchling"]
|
|
|
|
| 12 |
"realesrgan",
|
| 13 |
"basicsr",
|
| 14 |
]
|
| 15 |
+
requires-python = ">=3.10"
|
| 16 |
|
| 17 |
[build-system]
|
| 18 |
requires = ["hatchling"]
|