Skip to content
Snippets Groups Projects
Commit 4c65b4fb authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[pyproject] Format with taplo

parent 43775598
No related branches found
No related tags found
1 merge request!7Reviewed DataModule design+docs+types
...@@ -15,33 +15,33 @@ dynamic = ["readme"] ...@@ -15,33 +15,33 @@ dynamic = ["readme"]
license = { text = "GNU General Public License v3 (GPLv3)" } license = { text = "GNU General Public License v3 (GPLv3)" }
authors = [{ name = "Geoffrey Raposo", email = "geoffrey@raposo.ch" }] authors = [{ name = "Geoffrey Raposo", email = "geoffrey@raposo.ch" }]
maintainers = [ maintainers = [
{ name = "Andre Anjos", email = "andre.anjos@idiap.ch" }, { name = "Andre Anjos", email = "andre.anjos@idiap.ch" },
{ name = "Daniel Carron", email = "daniel.carron@idiap.ch" }, { name = "Daniel Carron", email = "daniel.carron@idiap.ch" },
] ]
classifiers = [ classifiers = [
"Development Status :: 4 - Beta", "Development Status :: 4 - Beta",
"Intended Audience :: Developers", "Intended Audience :: Developers",
"License :: OSI Approved :: GNU General Public License v3 (GPLv3)", "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
"Natural Language :: English", "Natural Language :: English",
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"clapper", "clapper",
"click", "click",
"numpy", "numpy",
"pandas", "pandas",
"scipy", "scipy",
"scikit-learn", "scikit-learn",
"tqdm", "tqdm",
"psutil", "psutil",
"tabulate", "tabulate",
"matplotlib", "matplotlib",
"pillow", "pillow",
"torch>=1.8", "torch>=1.8",
"torchvision>=0.10", "torchvision>=0.10",
"lightning>=2.0.3", "lightning>=2.0.3",
"tensorboard", "tensorboard",
] ]
[project.urls] [project.urls]
...@@ -53,13 +53,13 @@ changelog = "https://gitlab.idiap.ch/biosignal/software/ptbench/-/releases" ...@@ -53,13 +53,13 @@ changelog = "https://gitlab.idiap.ch/biosignal/software/ptbench/-/releases"
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
doc = [ doc = [
"sphinx", "sphinx",
"furo", "furo",
"sphinx-autodoc-typehints", "sphinx-autodoc-typehints",
"auto-intersphinx", "auto-intersphinx",
"sphinx-copybutton", "sphinx-copybutton",
"sphinx-inline-tabs", "sphinx-inline-tabs",
"sphinx-click", "sphinx-click",
] ]
test = ["pytest", "pytest-cov", "coverage"] test = ["pytest", "pytest-cov", "coverage"]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment