Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
digger-yu committed Aug 15, 2023
1 parent 4185118 commit 4068a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Pygments
PyYAML
jieba
regex
requests
requests>=2.31.0
scipy
sentencepiece>=0.1
tabulate
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ def get_libai_configs() -> List[str]:
"PyYAML",
"jieba",
"regex",
"requests",
"requests>=2.31.0",
"scipy",
"sentencepiece>=0.1",
"tabulate",
Expand Down

0 comments on commit 4068a6d

Please sign in to comment.