Skip to content

Commit

Permalink
Merge pull request #38 from russellb/tenacity
Browse files Browse the repository at this point in the history
Restrict version of tenacity
  • Loading branch information
russellb authored Jun 25, 2024
2 parents b81f3e3 + 91c4c03 commit 78d54f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ jinja2
langchain-text-splitters
openai>=1.13.3,<2.0.0
rouge_score
# Note: this dependency goes along with langchain-text-splitters and mayt be
# removed once that one is removed.
# do not use 8.4.0 due to a bug in the library
# https://github.com/instructlab/instructlab/issues/1389
tenacity>=8.3.0,!=8.4.0
tqdm>=4.66.2,<5.0.0

0 comments on commit 78d54f5

Please sign in to comment.