Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
MPAI-Private
MPAI-CAE
arp
Tape Irregularity Classifier
Commits
429ff8dc
Commit
429ff8dc
authored
Jul 06, 2023
by
Matteo Spanio
Browse files
Upload New File
parent
362e4194
Pipeline
#22
canceled with stages
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pyproject.toml
0 → 100644
View file @
429ff8dc
[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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment