Skip to content

Commit c0caca2

Browse files
committed
Add trailing comma
1 parent cfa2b4b commit c0caca2

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
@@ -141,7 +141,7 @@ tensorboard = [
141141
"tensorflow",
142142
]
143143
tensorflow = [
144-
"tensorflow<=2.15.0"
144+
"tensorflow<=2.15.0",
145145
]
146146
tfkeras = [
147147
"tensorflow",

0 commit comments

Comments
 (0)