Skip to content

Commit 379209b

Browse files
authored
add libcst to extras["testing"] in setup.py (#39761)
add Co-authored-by: ydshieh <[email protected]>
1 parent abf101a commit 379209b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -363,6 +363,7 @@ def run(self):
363363
"pydantic",
364364
"sentencepiece",
365365
"sacrebleu", # needed in trainer tests, see references to `run_translation.py`
366+
"libcst",
366367
)
367368
+ extras["retrieval"]
368369
+ extras["modelcreation"]

0 commit comments

Comments
 (0)