зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06: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
|
||||
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",
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user