Skip to content

Commit

Permalink
Merge pull request #536 from booxter/main
Browse files Browse the repository at this point in the history
requirements: Move comment closer to tenacity where it belongs
  • Loading branch information
mergify[bot] authored Feb 3, 2025
2 parents b551208 + d806145 commit e04c039
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,15 @@ httpx>=0.25.0,<1.0.0
instructlab-schema>=0.4.0
jinja2>=3.0.0
langchain-text-splitters
openai>=1.13.3,<2.0.0
sentencepiece>=0.2.0
tabulate>=0.9.0

# Note: this dependency goes along with langchain-text-splitters and may 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
openai>=1.13.3,<2.0.0
sentencepiece>=0.2.0
tabulate>=0.9.0
tenacity>=8.3.0,!=8.4.0

transformers>=4.41.2
xdg-base-dirs>=6.0.1

0 comments on commit e04c039

Please sign in to comment.