Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
mednet
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
medai
software
mednet
Commits
279f2081
Commit
279f2081
authored
1 year ago
by
André Anjos
Browse files
Options
Downloads
Patches
Plain Diff
[pyproject] Format with taplo
parent
797c5d5e
No related branches found
No related tags found
No related merge requests found
Pipeline
#75325
failed
1 year ago
Stage: qa
Stage: test
Stage: doc
Stage: dist
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
pyproject.toml
+26
-36
26 additions, 36 deletions
pyproject.toml
with
26 additions
and
36 deletions
pyproject.toml
+
26
−
36
View file @
279f2081
...
...
@@ -3,8 +3,8 @@
# SPDX-License-Identifier: GPL-3.0-or-later
[build-system]
requires
=
["setuptools>
=
61.0
.
0
", "
wheel
"]
build-backend
=
"setuptools.build_meta"
requires
=
["setuptools>
=
61.0
.
0
", "
wheel
"]
build-backend
=
"setuptools.build_meta"
[project]
name
=
"ptbench"
...
...
@@ -12,13 +12,11 @@ version = "1.0.0b0"
requires-python
=
">
=
3.10
"
description
=
"Benchmarks for training and evaluating deep models for the detection of active Pulmonary Tuberculosis from Chest X-Ray imaging."
dynamic
=
[
"readme"
]
license
=
{
text
=
"GNU General Public License v3 (GPLv3)"
}
authors
=
[
{name
=
"Geoffrey Raposo"
,
email
=
"geoffrey@raposo.ch"
}
]
license
=
{
text
=
"GNU General Public License v3 (GPLv3)"
}
authors
=
[
{
name
=
"Geoffrey Raposo"
,
email
=
"geoffrey@raposo.ch"
}
]
maintainers
=
[
{name
=
"Andre Anjos"
,
email
=
"andre.anjos@idiap.ch"
}
,
{name
=
"Daniel Carron"
,
email
=
"daniel.carron@idiap.ch"
}
{
name
=
"Andre Anjos"
,
email
=
"andre.anjos@idiap.ch"
}
,
{
name
=
"Daniel Carron"
,
email
=
"daniel.carron@idiap.ch"
}
,
]
classifiers
=
[
"Development Status :: 4 - Beta"
,
...
...
@@ -29,21 +27,21 @@ classifiers = [
"Topic :: Software Development :: Libraries :: Python Modules"
,
]
dependencies
=
[
"clapper"
,
"click"
,
"numpy"
,
"pandas"
,
"scipy"
,
"scikit-learn"
,
"tqdm"
,
"psutil"
,
"tabulate"
,
"matplotlib"
,
"pillow"
,
"torch>
=
1.8
",
"torchvision>
=
0.10
",
"lightning>
=
2.0
.
3
",
"tensorboard"
,
"clapper"
,
"click"
,
"numpy"
,
"pandas"
,
"scipy"
,
"scikit-learn"
,
"tqdm"
,
"psutil"
,
"tabulate"
,
"matplotlib"
,
"pillow"
,
"torch>
=
1.8
",
"torchvision>
=
0.10
",
"lightning>
=
2.0
.
3
",
"tensorboard"
,
]
[project.urls]
...
...
@@ -62,12 +60,8 @@ doc = [
"sphinx-copybutton"
,
"sphinx-inline-tabs"
,
"sphinx-click"
,
]
test
=
[
"pytest"
,
"pytest-cov"
,
"coverage"
,
]
]
test
=
[
"pytest"
,
"pytest-cov"
,
"coverage"
]
[project.scripts]
ptbench
=
"ptbench.scripts.cli:cli"
...
...
@@ -487,10 +481,10 @@ padchest_tb_idiap_rs = "ptbench.configs.datasets.padchest_RS.tb_idiap"
[tool.setuptools]
zip-safe
=
true
package-dir
=
{
""
=
"src"
}
package-dir
=
{
""
=
"src"
}
[tool.setuptools.dynamic]
readme
=
{
file
=
"README.md"
}
readme
=
{
file
=
"README.md"
}
[tool.distutils.bdist_wheel]
universal
=
true
...
...
@@ -505,10 +499,6 @@ lines_between_types = 1
line-length
=
80
[tool.pytest.ini_options]
addopts
=
[
"--cov
=
ptbench
",
"--cov-report
=
term-missing
",
"--import-mode
=
append
",
]
addopts
=
["--cov
=
ptbench
", "
--cov-report
=
term-missing
", "
--import-mode
=
append
"]
junit_logging
=
"all"
junit_log_passing_tests
=
false
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment