зеркало из
https://github.com/ssciwr/AMMICO.git
synced 2025-10-30 13:36: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]
|
python-version: [3.9]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
- name: Set up Python ${{ matrix.python-version }}
|
- name: Set up Python ${{ matrix.python-version }}
|
||||||
uses: actions/setup-python@v2
|
uses: actions/setup-python@v4
|
||||||
with:
|
with:
|
||||||
python-version: ${{ matrix.python-version }}
|
python-version: ${{ matrix.python-version }}
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
|
|||||||
@ -23,7 +23,7 @@ classifiers = [
|
|||||||
dependencies = [
|
dependencies = [
|
||||||
"google-cloud-vision",
|
"google-cloud-vision",
|
||||||
"cvlib",
|
"cvlib",
|
||||||
"deepface",
|
"deepface <= 0.0.75",
|
||||||
"ipywidgets",
|
"ipywidgets",
|
||||||
"numpy<=1.23.4",
|
"numpy<=1.23.4",
|
||||||
"opencv_python",
|
"opencv_python",
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
google-cloud-vision
|
google-cloud-vision
|
||||||
cvlib
|
cvlib
|
||||||
deepface
|
deepface<=0.0.75
|
||||||
ipywidgets
|
ipywidgets
|
||||||
numpy<=1.23.4
|
numpy<=1.23.4
|
||||||
opencv_python
|
opencv_python
|
||||||
|
|||||||
Загрузка…
x
Ссылка в новой задаче
Block a user