Commit
·
2b1eb04
1
Parent(s):
dfd4983
Fix dependencies and python versions
Browse files- .python-version +1 -1
- pyproject.toml +2 -2
- uv.lock +0 -0
.python-version
CHANGED
|
@@ -1 +1 @@
|
|
| 1 |
-
3.
|
|
|
|
| 1 |
+
3.10
|
pyproject.toml
CHANGED
|
@@ -3,7 +3,7 @@ name = "hf-leaderboard-backend"
|
|
| 3 |
version = "0.1.0"
|
| 4 |
description = "Add your description here"
|
| 5 |
readme = "README.md"
|
| 6 |
-
requires-python = ">=3.
|
| 7 |
dependencies = [
|
| 8 |
"apscheduler>=3.11.0",
|
| 9 |
"black>=25.1.0",
|
|
@@ -13,7 +13,7 @@ dependencies = [
|
|
| 13 |
"gradio[oauth]>=5.36.2",
|
| 14 |
"huggingface-hub>=0.18.0",
|
| 15 |
"matplotlib>=3.10.3",
|
| 16 |
-
"numpy>=2.
|
| 17 |
"pandas>=2.3.1",
|
| 18 |
"plotly>=6.2.0",
|
| 19 |
"pre-commit>=4.2.0",
|
|
|
|
| 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",
|
|
|
|
| 13 |
"gradio[oauth]>=5.36.2",
|
| 14 |
"huggingface-hub>=0.18.0",
|
| 15 |
"matplotlib>=3.10.3",
|
| 16 |
+
"numpy>=2.2.6",
|
| 17 |
"pandas>=2.3.1",
|
| 18 |
"plotly>=6.2.0",
|
| 19 |
"pre-commit>=4.2.0",
|
uv.lock
CHANGED
|
The diff for this file is too large to render.
See raw diff
|
|
|