[Images] Remove 'clip' from the list of depdencies since pypi doesn't allow it (#766)

This commit is contained in:
Deshraj Yadav
2023-10-04 17:08:27 -07:00
committed by GitHub
parent 64a34cac32
commit 8863983c7b
3 changed files with 42 additions and 36 deletions

View File

@@ -106,7 +106,6 @@ fastapi-poe = { version = "0.0.16", optional = true }
discord = { version = "^2.3.2", optional = true }
slack-sdk = { version = "3.21.3", optional = true }
docx2txt = "^0.8"
clip = {git = "https://github.com/openai/CLIP.git#a1d0717", optional = true}
pillow = { version = "10.0.1", optional = true }
torchvision = { version = ">=0.15.1, !=0.15.2", optional = true }
ftfy = { version = "6.1.1", optional = true }
@@ -133,7 +132,7 @@ poe = ["fastapi-poe"]
discord = ["discord"]
slack = ["slack-sdk", "flask"]
whatsapp = ["twilio", "flask"]
images = ["torch", "ftfy", "regex", "clip", "pillow", "torchvision"]
images = ["torch", "ftfy", "regex", "pillow", "torchvision"]
[tool.poetry.group.docs.dependencies]