зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-29 13:06:04 +02:00
version bumps and restrictions (#58)
* fix deepface version * update actions versions
Этот коммит содержится в:
родитель
b0ae2f2c19
Коммит
0a017b10ec
4
.github/workflows/ci.yml
поставляемый
4
.github/workflows/ci.yml
поставляемый
@ -18,9 +18,9 @@ jobs:
|
||||
python-version: [3.9]
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up Python ${{ matrix.python-version }}
|
||||
uses: actions/setup-python@v2
|
||||
uses: actions/setup-python@v4
|
||||
with:
|
||||
python-version: ${{ matrix.python-version }}
|
||||
- name: Install dependencies
|
||||
|
||||
@ -23,7 +23,7 @@ classifiers = [
|
||||
dependencies = [
|
||||
"google-cloud-vision",
|
||||
"cvlib",
|
||||
"deepface",
|
||||
"deepface <= 0.0.75",
|
||||
"ipywidgets",
|
||||
"numpy<=1.23.4",
|
||||
"opencv_python",
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
google-cloud-vision
|
||||
cvlib
|
||||
deepface
|
||||
deepface<=0.0.75
|
||||
ipywidgets
|
||||
numpy<=1.23.4
|
||||
opencv_python
|
||||
|
||||
Загрузка…
x
Ссылка в новой задаче
Block a user