Spaces:
Paused
Paused
Add Python 3.12 requirement for Hugging Face Spaces
Browse files- .python-version +1 -0
- 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.
|
| 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",
|