back to 3.9 and remove pycocotools dependance

Этот коммит содержится в:
Petr Andriushchenko 2023-02-03 14:12:06 +01:00
родитель 0b197db397
Коммит 388ff19b38
2 изменённых файлов: 1 добавлений и 3 удалений

2
.github/workflows/ci.yml поставляемый
Просмотреть файл

@ -15,7 +15,7 @@ jobs:
strategy: strategy:
matrix: matrix:
os: [ubuntu-22.04, windows-latest] os: [ubuntu-22.04, windows-latest]
python-version: [3.8] python-version: [3.9]
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v3 uses: actions/checkout@v3

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

@ -47,8 +47,6 @@ dependencies = [
"spacytextblob", "spacytextblob",
"textblob", "textblob",
"torch", "torch",
"pycocotools; platform_system!='Windows'",
"pycocotools-windows; platform_system=='Windows'",
"salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main" "salesforce-lavis @ git+https://github.com/salesforce/LAVIS.git@main"
] ]