change pycocotools install method

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

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

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