tfrere commited on
Commit
f56e233
·
1 Parent(s): 6fa0f36

add math to lighteval

Browse files
Files changed (1) hide show
  1. 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
  ]