зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 21:46:04 +02:00
fixing dependencies
Этот коммит содержится в:
родитель
ad9b40088f
Коммит
76fa7795d2
2
.github/workflows/ci.yml
поставляемый
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",
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user