update dependencies
This commit is contained in:
parent
b91d5a0ab2
commit
41d08f7b5b
4711
poetry.lock
generated
Normal file
4711
poetry.lock
generated
Normal file
File diff suppressed because it is too large
Load Diff
65
pyproject.toml
Normal file
65
pyproject.toml
Normal file
@ -0,0 +1,65 @@
|
||||
[tool.poetry]
|
||||
name = "image-recognition-service"
|
||||
version = "1.29.1"
|
||||
description = ""
|
||||
authors = ["Team Research <research@knecon.com>"]
|
||||
readme = "README.md"
|
||||
packages = [{include = "image_prediction"}]
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
python = "~3.8"
|
||||
dvc = "^2.34.0"
|
||||
dvc-ssh = "^2.20.0"
|
||||
dvc-azure = "^2.21.2"
|
||||
pyinfra = {version = "1.5.7", source = "gitlab-research"}
|
||||
pdf2img = {version = "0.6.1", source = "gitlab-red"}
|
||||
Flask = "^2.1.1"
|
||||
requests = "^2.27.1"
|
||||
iteration-utilities = "^0.11.0"
|
||||
waitress = "^2.1.1"
|
||||
envyaml = "^1.10.211231"
|
||||
dependency-check = "^0.6.0"
|
||||
mlflow = "^1.24.0"
|
||||
numpy = "^1.22.3"
|
||||
tqdm = "^4.64.0"
|
||||
pandas = "^1.4.2"
|
||||
tensorflow = "^2.8.0"
|
||||
pytest = "^7.1.0"
|
||||
funcy = "^1.17"
|
||||
PyMuPDF = "^1.19.6"
|
||||
fpdf = "^1.7.2"
|
||||
coverage = "^6.3.2"
|
||||
Pillow = "^9.1.0"
|
||||
pdf2image = "^1.16.0"
|
||||
frozendict = "^2.3.0"
|
||||
protobuf = "^3.20.0"
|
||||
fsspec = "^2022.11.0"
|
||||
PyMonad = "^2.4.0"
|
||||
pdfnetpython3 = "9.4.2"
|
||||
|
||||
|
||||
[tool.poetry.group.test.dependencies]
|
||||
pytest = "^7.0.1"
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["test"]
|
||||
addopts = "--ignore=data"
|
||||
filterwarnings = ["ignore:.*:DeprecationWarning"]
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "PyPI"
|
||||
priority = "primary"
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "gitlab-research"
|
||||
url = "https://gitlab.knecon.com/api/v4/groups/19/-/packages/pypi/simple"
|
||||
priority = "explicit"
|
||||
|
||||
[[tool.poetry.source]]
|
||||
name = "gitlab-red"
|
||||
url = "https://gitlab.knecon.com/api/v4/groups/12/-/packages/pypi/simple"
|
||||
priority = "explicit"
|
||||
|
||||
[build-system]
|
||||
requires = ["poetry-core"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
@ -1,5 +0,0 @@
|
||||
[pytest]
|
||||
norecursedirs = incl
|
||||
filterwarnings =
|
||||
ignore:.*:DeprecationWarning
|
||||
ignore:.*:DeprecationWarning
|
||||
Loading…
x
Reference in New Issue
Block a user