Skip to content

Commit

Permalink
Merge pull request #28 from russellb/drop-ilab-dep
Browse files Browse the repository at this point in the history
requirements.txt: Move instructlab to requirements-dev.txt
  • Loading branch information
russellb authored Jun 19, 2024
2 parents d66b3e2 + 70335a1 commit bd941f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# SPDX-License-Identifier: Apache-2.0

# TODO: Uncomment below line once requirements.txt is created
-r requirements.txt

# TODO: remove 'instructlab' once https://github.com/instructlab/sdg/issues/6 is resolved
instructlab>=0.17.0
pre-commit>=3.0.4,<4.0
pylint>=2.16.2,<4.0
pylint-pydantic
Expand Down
2 changes: 0 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,3 @@ jinja2
openai>=1.13.3,<2.0.0
rouge_score
tqdm>=4.66.2,<5.0.0
# TODO: remove 'instructlab' once https://github.com/instructlab/sdg/issues/6 is resolved
instructlab>=0.17.0

0 comments on commit bd941f0

Please sign in to comment.