add math to lighteval
Browse files- backend/pyproject.toml +1 -1
backend/pyproject.toml
CHANGED
|
@@ -17,7 +17,7 @@ dependencies = [
|
|
| 17 |
"python-dotenv>=1.0.1",
|
| 18 |
"tqdm>=4.67.1",
|
| 19 |
"ruff>=0.11.2",
|
| 20 |
-
"lighteval>=0.8.0",
|
| 21 |
"huggingface-hub>=0.22.0",
|
| 22 |
"python-multipart>=0.0.5",
|
| 23 |
]
|
|
|
|
| 17 |
"python-dotenv>=1.0.1",
|
| 18 |
"tqdm>=4.67.1",
|
| 19 |
"ruff>=0.11.2",
|
| 20 |
+
"lighteval[math]>=0.8.0",
|
| 21 |
"huggingface-hub>=0.22.0",
|
| 22 |
"python-multipart>=0.0.5",
|
| 23 |
]
|