delete install

pull/5/head
Santiago Alvarez 2023-03-28 19:14:14 -03:00
parent 24e18b1781
commit 662b435d4a
1 changed files with 0 additions and 14 deletions

View File

@ -1,14 +0,0 @@
import launch
CI_VERSION = "0.6.0"
needs_install = False
try:
import clip_interrogator
if clip_interrogator.__version__ != CI_VERSION:
needs_install = True
except ImportError:
needs_install = True
if needs_install:
launch.run_pip(f"install clip-interrogator=={CI_VERSION}", "requirements for CLIP Interrogator")