Этот коммит содержится в:
Petr Andriushchenko 2023-03-27 14:25:21 +02:00
родитель ad9b40088f
Коммит 76fa7795d2
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4C4A5DCF634115B6
2 изменённых файлов: 6 добавлений и 5 удалений

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

@ -32,7 +32,7 @@ jobs:
- name: Run pytest
run: |
cd misinformation
python -m pytest -m "not gcv" --cov=. --cov-report=xml
python -m pytest -m "not gcv" -svv --cov=. --cov-report=xml
- name: Upload coverage
if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9'
uses: codecov/codecov-action@v3

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

@ -24,12 +24,12 @@ classifiers = [
dependencies = [
"bertopic",
"cvlib",
"deepface @ git+https://github.com/iulusoy/deepface.git",
"deepface<=0.0.75",
"googletrans==3.1.0a0",
"grpcio",
"importlib_metadata",
"ipython",
"ipywidgets",
"ipywidgets<8.0.5",
"ipykernel",
"matplotlib",
"numpy<=1.23.4",
@ -39,9 +39,10 @@ dependencies = [
"protobuf",
"pytest",
"pytest-cov",
"pytest-xdist",
"requests",
"retina_face @ git+https://github.com/iulusoy/retinaface.git",
"salesforce-lavis @ git+https://github.com/iulusoy/LAVIS.git",
"retina_face",
"salesforce-lavis",
"spacy",
"spacytextblob",
"tensorflow",