From 2367593034d9ca96a3847bb19bae6cdab44dc450 Mon Sep 17 00:00:00 2001 From: Petr Andriushchenko Date: Thu, 2 Feb 2023 14:27:27 +0100 Subject: [PATCH] change lavis to salesforce-lavis --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index af6b267..939e0d2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -48,7 +48,7 @@ dependencies = [ "textblob", "torch", "cocoapi-windows; platform_system=='Windows'", - "lavis @ git+https://github.com/salesforce/LAVIS.git@main" + "salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main" ] [project.scripts]