From feea89541738c05d3584758d3cda0f6acbc34e7f Mon Sep 17 00:00:00 2001 From: Inga Ulusoy Date: Tue, 14 Feb 2023 14:02:59 +0100 Subject: [PATCH] use lavis package name in install instead of git --- pyproject.toml | 2 +- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index a7447c2..5d59788 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -47,7 +47,7 @@ dependencies = [ "spacytextblob", "textblob", "torch", - "salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main; platform_system=='Windows'", + "salesforce-lavis", "bertopic", "grpcio", ] diff --git a/requirements.txt b/requirements.txt index 523dbee..6fe56b6 100644 --- a/requirements.txt +++ b/requirements.txt @@ -23,6 +23,6 @@ jupyterlab spacytextblob textblob git+https://github.com/sloria/TextBlob.git@dev -git+https://github.com/salesforce/LAVIS.git@main +salesforce-lavis bertopic grpcio