samwell commited on
Commit
ad1d865
·
1 Parent(s): fa62603

Add Python 3.12 requirement for Hugging Face Spaces

Browse files
Files changed (2) hide show
  1. .python-version +1 -0
  2. pyproject.toml +1 -1
.python-version ADDED
@@ -0,0 +1 @@
 
 
1
+ 3.12
pyproject.toml CHANGED
@@ -10,7 +10,7 @@ authors = [
10
  {name = "Adibvafa Fallahpour", email = "adibvafa.fallahpour@mail.utoronto.ca"},
11
  ]
12
  license = {file = "LICENSE"}
13
- requires-python = ">=3.10"
14
  dependencies = [
15
  "requests>=2.25.0",
16
  "numpy>=1.19.0",
 
10
  {name = "Adibvafa Fallahpour", email = "adibvafa.fallahpour@mail.utoronto.ca"},
11
  ]
12
  license = {file = "LICENSE"}
13
+ requires-python = ">=3.12"
14
  dependencies = [
15
  "requests>=2.25.0",
16
  "numpy>=1.19.0",