Skip to content

Commit

Permalink
ia: add openai as extra dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Guts committed Dec 21, 2023
1 parent 616eab1 commit 576d709
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements/extra.ia.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
openai>=1.6,<1.7
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def load_requirements(requirements_files: Union[Path, list[Path]]) -> list:
"all": load_requirements(
list(HERE.joinpath("requirements").glob("extra.*.txt"))
),
"ia": load_requirements(HERE / "requirements/extra.ia.txt"),
"img-local": load_requirements(HERE / "requirements/extra.img-local.txt"),
"img-remote": load_requirements(HERE / "requirements/extra.img-remote.txt"),
},
Expand Down

0 comments on commit 576d709

Please sign in to comment.