change pycocotools install method

Этот коммит содержится в:
Petr Andriushchenko 2023-02-02 14:32:54 +01:00
родитель 2367593034
Коммит 6669fc4e4d

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

@ -47,7 +47,7 @@ dependencies = [
"spacytextblob",
"textblob",
"torch",
"cocoapi-windows; platform_system=='Windows'",
"pycocotools @ git+https://github.com/philferriere/cocoapi.git#subdirectory=PythonAPI; platform_system=='Windows'",
"salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main"
]