Commit 429ff8dc authored by Matteo Spanio's avatar Matteo Spanio
Browse files

Upload New File

parent 362e4194
Pipeline #22 canceled with stages
[tool.poetry]
name = "tape-irregularity-classifier"
version = "1.1.0"
description = "MPAI CAE-ARP Tape Irregularity Classifier"
repository = "https://gitlab.dei.unipd.it/mpai/tape-irregularity-classifier.git"
authors = [
"Matteo Spanio <dev2@audioinnova.com>",
"Nadir Dalla Pozza <nadir.dallapozza@unipd.it>"
]
license = "GPLv3"
readme = "README.md"
packages = [{ include = "tape_irregularity_classifier", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.10,<3.12"
mpai-cae-arp = "^0.3.2"
opencv-contrib-python = "4.7.0.68"
rich = "^13.3.4"
tensorflow = "^2.12.0"
numpy = "1.23.3"
[tool.poetry.scripts]
tape-irregularity-classifier = 'tape_irregularity_classifier.cli:main'
[tool.poetry.group.dev.dependencies]
pytest-xdist = "^3.2.1"
pytest = "^7.3.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.pytest.ini_options]
minversion = "6.0"
addopts = "-ra -q -W error::RuntimeWarning"
testpaths = ["tests"]
\ No newline at end of file
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment