Skip to content

Commit 6cc0613

Browse files
authored
Merge pull request #219 from meta-pytorch/burtenshaw-patch-3
[HOTFIX] Build error in project toml
2 parents 24069cf + 0a7e205 commit 6cc0613

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
@@ -23,7 +23,7 @@ dependencies = [
2323
"huggingface_hub>=0.20.0",
2424
"openai>=2.7.2",
2525
"tomli>=2.3.0",
26-
"tomli-w>=1.2.0",
26+
"tomli-w>=1.2.0"
2727
]
2828

2929
[project.scripts]

0 commit comments

Comments
 (0)