Skip to content

Commit 6e890fa

Browse files
committed
corrected missing comma in pyproject
1 parent 779b1b8 commit 6e890fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ dependencies = [
3030
"future",
3131
"numpy>=1.21.0",
3232
"scipy>=1.7.0",
33-
"matplotlib>=3.5.0"
33+
"matplotlib>=3.5.0",
3434
"vtk"
3535
]
3636

0 commit comments

Comments
 (0)