Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Update dependencies in pyproject.toml
Browse files- pyproject.toml +2 -2
- uv.lock +0 -0
pyproject.toml
CHANGED
@@ -12,7 +12,7 @@ requires-python = ">=3.12, <3.13"
|
|
12 |
dependencies = [
|
13 |
"yourbench",
|
14 |
"asyncio>=3.4.3",
|
15 |
-
"datasets>=3.
|
16 |
"gradio[oauth]>=5.21.0",
|
17 |
"loguru>=0.7.3",
|
18 |
"python-dotenv>=1.0.1",
|
@@ -28,7 +28,7 @@ build-backend = "setuptools.build_meta"
|
|
28 |
|
29 |
[tool.uv.sources]
|
30 |
yourbench = { git = "https://github.com/huggingface/yourbench.git", branch = "main" }
|
31 |
-
lighteval = { git = "https://github.com/huggingface/lighteval.git",
|
32 |
|
33 |
[tool.ruff]
|
34 |
line-length = 119
|
|
|
12 |
dependencies = [
|
13 |
"yourbench",
|
14 |
"asyncio>=3.4.3",
|
15 |
+
"datasets>=3.5.1",
|
16 |
"gradio[oauth]>=5.21.0",
|
17 |
"loguru>=0.7.3",
|
18 |
"python-dotenv>=1.0.1",
|
|
|
28 |
|
29 |
[tool.uv.sources]
|
30 |
yourbench = { git = "https://github.com/huggingface/yourbench.git", branch = "main" }
|
31 |
+
lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.0" }
|
32 |
|
33 |
[tool.ruff]
|
34 |
line-length = 119
|
uv.lock
CHANGED
The diff for this file is too large to render.
See raw diff
|
|