Skip to content

Commit

Permalink
Make pillow a full dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukamik authored Mar 14, 2024
1 parent 9114072 commit f03487d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions libs/genai/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,7 @@ license = "MIT"
python = ">=3.9,<4.0"
langchain-core = "^0.1"
google-generativeai = "^0.4.1"
pillow = { version = "^10.1.0", optional = true }

[tool.poetry.extras]
images = ["pillow"]
pillow = "^10.1.0"

[tool.poetry.group.test]
optional = true
Expand Down

0 comments on commit f03487d

Please sign in to comment.