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