use lavis package name in install instead of git

Этот коммит содержится в:
Inga Ulusoy 2023-02-14 14:02:59 +01:00
родитель 2732651c83
Коммит feea895417
2 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

@ -47,7 +47,7 @@ dependencies = [
"spacytextblob", "spacytextblob",
"textblob", "textblob",
"torch", "torch",
"salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main; platform_system=='Windows'", "salesforce-lavis",
"bertopic", "bertopic",
"grpcio", "grpcio",
] ]

Просмотреть файл

@ -23,6 +23,6 @@ jupyterlab
spacytextblob spacytextblob
textblob textblob
git+https://github.com/sloria/TextBlob.git@dev git+https://github.com/sloria/TextBlob.git@dev
git+https://github.com/salesforce/LAVIS.git@main salesforce-lavis
bertopic bertopic
grpcio grpcio