geoalgo commited on
Commit
3c24d51
·
1 Parent(s): 63685d3

update python version

Browse files
Files changed (1) hide show
  1. 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
- requires-python = ">=3.10"
 
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",