Upgrade pyinfra (absolute FP support)
- Update pyinfra with absolute file path support (still supports dossierID fileID format) - Update CI, use new template
This commit is contained in:
parent
0efa2127d7
commit
9e336ecc01
@ -1,4 +1,8 @@
|
|||||||
include:
|
include:
|
||||||
- project: "Gitlab/gitlab"
|
- project: "Gitlab/gitlab"
|
||||||
ref: 0.2.3
|
ref: 0.2.6
|
||||||
file: "/ci-templates/research/red-dvc_versioning_build_gitlab-ci.yml"
|
file: "/ci-templates/research/dvc-versioning-build-release.gitlab-ci.yml"
|
||||||
|
|
||||||
|
variables:
|
||||||
|
NEXUS_PROJECT_DIR: red
|
||||||
|
IMAGENAME: "${CI_PROJECT_NAME}"
|
||||||
|
|||||||
1
.python-version
Normal file
1
.python-version
Normal file
@ -0,0 +1 @@
|
|||||||
|
3.8.13
|
||||||
2400
poetry.lock
generated
2400
poetry.lock
generated
File diff suppressed because it is too large
Load Diff
@ -1,6 +1,6 @@
|
|||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "image-classification-service"
|
name = "image-classification-service"
|
||||||
version = "1.30.2"
|
version = "1.33.0"
|
||||||
description = ""
|
description = ""
|
||||||
authors = ["Team Research <research@knecon.com>"]
|
authors = ["Team Research <research@knecon.com>"]
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
@ -11,7 +11,8 @@ python = "~3.8"
|
|||||||
dvc = "^2.34.0"
|
dvc = "^2.34.0"
|
||||||
dvc-ssh = "^2.20.0"
|
dvc-ssh = "^2.20.0"
|
||||||
dvc-azure = "^2.21.2"
|
dvc-azure = "^2.21.2"
|
||||||
pyinfra = { version = "1.5.9", source = "gitlab-research" }
|
pyinfra = { version = "1.6.0", source = "gitlab-research" }
|
||||||
|
kn-utils = { version = "0.1.4", source = "gitlab-research" }
|
||||||
Flask = "^2.1.1"
|
Flask = "^2.1.1"
|
||||||
requests = "^2.27.1"
|
requests = "^2.27.1"
|
||||||
iteration-utilities = "^0.11.0"
|
iteration-utilities = "^0.11.0"
|
||||||
@ -35,7 +36,7 @@ protobuf = "^3.20.0"
|
|||||||
fsspec = "^2022.11.0"
|
fsspec = "^2022.11.0"
|
||||||
PyMonad = "^2.4.0"
|
PyMonad = "^2.4.0"
|
||||||
pdfnetpython3 = "9.4.2"
|
pdfnetpython3 = "9.4.2"
|
||||||
loguru = "^0.7.0"
|
loguru = "^0.6.0"
|
||||||
|
|
||||||
[tool.poetry.group.test.dependencies]
|
[tool.poetry.group.test.dependencies]
|
||||||
pytest = "^7.0.1"
|
pytest = "^7.0.1"
|
||||||
|
|||||||
@ -5,7 +5,7 @@ from image_prediction.pipeline import load_pipeline
|
|||||||
from image_prediction.utils.banner import load_banner
|
from image_prediction.utils.banner import load_banner
|
||||||
from image_prediction.utils.process_wrapping import wrap_in_process
|
from image_prediction.utils.process_wrapping import wrap_in_process
|
||||||
from pyinfra import config
|
from pyinfra import config
|
||||||
from pyinfra.payload_processing import make_payload_processor
|
from pyinfra.payload_processing.processor import make_payload_processor
|
||||||
from pyinfra.queue.queue_manager import QueueManager
|
from pyinfra.queue.queue_manager import QueueManager
|
||||||
|
|
||||||
PYINFRA_CONFIG = config.get_config()
|
PYINFRA_CONFIG = config.get_config()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user