Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ Lighteval provides several optional dependency groups that you can install based
|-------|-------------|--------------|
| `extended_tasks` | Extended evaluation tasks | langdetect, openai>1.87, tiktoken |
| `multilingual` | Multilingual evaluation support | stanza, spacy[ja,ko,th], jieba, pyvi |
| `math` | Mathematical reasoning tasks | latex2sympy2_extended==1.0.6 |
| `math` | Mathematical reasoning tasks | latex2sympy2_extended==1.0.9 |

### Storage and Logging Extras

Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ dependencies = [
"pycountry",
"fsspec>=2023.12.2",
"httpx>=0.27.2",
"latex2sympy2_extended==1.0.6",
"latex2sympy2_extended==1.0.9",
"langcodes",
]

Expand Down Expand Up @@ -126,7 +126,7 @@ multilingual = [
"pyvi", # for vietnamese tokenizer
"gemba", # swiss legal evals
]
math = ["latex2sympy2_extended==1.0.6"]
math = ["latex2sympy2_extended==1.0.9"]
wandb = ["wandb"]
trackio = ["trackio"]

Expand Down
Loading