Этот коммит содержится в:
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 - name: Run pytest
run: | run: |
cd misinformation 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 - name: Upload coverage
if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9' if: matrix.os == 'ubuntu-22.04' && matrix.python-version == '3.9'
uses: codecov/codecov-action@v3 uses: codecov/codecov-action@v3

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

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