Skip to content

Commit fcfd0e7

Browse files
Fix typo in math_verify package name
The real package path is https://pypi.org/project/math-verify. When I run `pipx install optillm` it does not install the `math-verify` package.
1 parent b8eafe4 commit fcfd0e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ datasets
3535
mcp
3636
# MLX support for Apple Silicon optimization
3737
mlx-lm>=0.24.0; platform_machine=="arm64" and sys_platform=="darwin"
38-
math_verify
38+
math-verify

0 commit comments

Comments
 (0)