Spaces:
Running
on
CPU Upgrade
Running
on
CPU Upgrade
Correct setuptools
Browse files- pyproject.toml +1 -1
pyproject.toml
CHANGED
@@ -31,7 +31,7 @@ yourbench = { git = "https://github.com/huggingface/yourbench.git", branch = "ma
|
|
31 |
lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.2" }
|
32 |
|
33 |
[tool.setuptools]
|
34 |
-
packages = ["
|
35 |
|
36 |
[tool.ruff]
|
37 |
line-length = 119
|
|
|
31 |
lighteval = { git = "https://github.com/huggingface/lighteval.git", tag = "v0.9.2" }
|
32 |
|
33 |
[tool.setuptools]
|
34 |
+
packages = ["yourbench_space"]
|
35 |
|
36 |
[tool.ruff]
|
37 |
line-length = 119
|