Spaces:
Running
Running
update python version
Browse files- pyproject.toml +2 -1
pyproject.toml
CHANGED
@@ -3,7 +3,8 @@ name = "tabarena"
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
-
|
|
|
7 |
dependencies = [
|
8 |
"apscheduler>=3.11.0",
|
9 |
"black>=25.1.0",
|
|
|
3 |
version = "0.1.0"
|
4 |
description = "Add your description here"
|
5 |
readme = "README.md"
|
6 |
+
# import note, gradio currently only works with 3.10, there is a runtime error with 3.11 and above
|
7 |
+
requires-python = "~=3.10"
|
8 |
dependencies = [
|
9 |
"apscheduler>=3.11.0",
|
10 |
"black>=25.1.0",
|