Added Blobfile to setup.py (#4)

Blobfile is a requirement that is missing.
This commit is contained in:
Ahmad Mustafa Anis
2023-05-05 21:59:49 +05:00
committed by GitHub
parent 9e83c5909c
commit 2d8cc86eb8

View File

@@ -28,6 +28,7 @@ setup(
"scikit-image",
"scipy",
"numpy",
"blobfile",
"clip @ git+https://github.com/openai/CLIP.git",
],
author="OpenAI",