Skip to content

Commit 587aa55

Browse files
committed
Correct a comma in pyproject.toml of alphaevolve problems
1 parent 17c47e3 commit 587aa55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/alpha_evolve_math_problems/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies = [
1111
"tqdm",
1212
"hydra-core==1.3.2",
1313
"jax", # Standard CPU version
14-
"matplotlib" # for visualization purposes, in the notebooks that accompany the tasks
14+
"matplotlib", # for visualization purposes, in the notebooks that accompany the tasks
1515
"jupyter" # For use inside a jupyter notebook
1616
]
1717

0 commit comments

Comments
 (0)