chore: small changes to configuration
This commit is contained in:
parent
2a665e220f
commit
497da90f9c
@ -6,7 +6,7 @@ parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)
|
|||||||
serialize = {major}.{minor}.{patch}
|
serialize = {major}.{minor}.{patch}
|
||||||
message = build: bump version {current_version} → {new_version}
|
message = build: bump version {current_version} → {new_version}
|
||||||
|
|
||||||
[bumpversion:file:setup.py]
|
[bumpversion:file:pyproject.toml]
|
||||||
|
|
||||||
[bumpversion:file:./prototorch/models/__init__.py]
|
[bumpversion:file:./prototorch/models/__init__.py]
|
||||||
|
|
||||||
|
@ -4,9 +4,10 @@ name = "prototorch-models"
|
|||||||
version = "0.5.4"
|
version = "0.5.4"
|
||||||
description = "Pre-packaged prototype-based machine learning models using ProtoTorch and PyTorch-Lightning."
|
description = "Pre-packaged prototype-based machine learning models using ProtoTorch and PyTorch-Lightning."
|
||||||
authors = [
|
authors = [
|
||||||
|
{ name = "Jensun Ravichandran", email = "jjensun@gmail.com" },
|
||||||
{ name = "Alexander Engelsberger", email = "engelsbe@hs-mittweida.de" },
|
{ name = "Alexander Engelsberger", email = "engelsbe@hs-mittweida.de" },
|
||||||
]
|
]
|
||||||
dependencies = ["lightning>=2.0.0", "prototorch>=0.7.5", "torchmetrics"]
|
dependencies = ["lightning>=2.0.0", "prototorch>=0.7.5"]
|
||||||
requires-python = ">=3.8"
|
requires-python = ">=3.8"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = { text = "MIT" }
|
license = { text = "MIT" }
|
||||||
@ -36,24 +37,31 @@ Downloads = "https://github.com/si-cim/prototorch_models.git"
|
|||||||
[project.optional-dependencies]
|
[project.optional-dependencies]
|
||||||
dev = ["bumpversion", "pre-commit", "yapf", "toml"]
|
dev = ["bumpversion", "pre-commit", "yapf", "toml"]
|
||||||
examples = ["matplotlib", "scikit-learn"]
|
examples = ["matplotlib", "scikit-learn"]
|
||||||
tests = ["codecov", "pytest"]
|
ci = ["pytest", "pre-commit"]
|
||||||
all = [
|
docs = [
|
||||||
"bumpversion",
|
|
||||||
"codecov",
|
|
||||||
"ipykernel",
|
|
||||||
"jsonargparse",
|
|
||||||
"matplotlib",
|
|
||||||
"nbsphinx",
|
|
||||||
"pre-commit",
|
|
||||||
"yapf",
|
|
||||||
"toml",
|
|
||||||
"pytest",
|
|
||||||
"recommonmark",
|
"recommonmark",
|
||||||
"scikit-learn",
|
"nbsphinx",
|
||||||
"sphinx",
|
"sphinx",
|
||||||
"sphinx_rtd_theme",
|
"sphinx_rtd_theme",
|
||||||
"sphinxcontrib-bibtex",
|
"sphinxcontrib-bibtex",
|
||||||
"sphinxcontrib-katex",
|
"sphinxcontrib-katex",
|
||||||
|
"ipykernel",
|
||||||
|
]
|
||||||
|
all = [
|
||||||
|
"bumpversion",
|
||||||
|
"pre-commit",
|
||||||
|
"yapf",
|
||||||
|
"toml",
|
||||||
|
"pytest",
|
||||||
|
"matplotlib",
|
||||||
|
"scikit-learn",
|
||||||
|
"recommonmark",
|
||||||
|
"nbsphinx",
|
||||||
|
"sphinx",
|
||||||
|
"sphinx_rtd_theme",
|
||||||
|
"sphinxcontrib-bibtex",
|
||||||
|
"sphinxcontrib-katex",
|
||||||
|
"ipykernel",
|
||||||
]
|
]
|
||||||
|
|
||||||
[project.entry-points."prototorch.plugins"]
|
[project.entry-points."prototorch.plugins"]
|
||||||
|
Loading…
Reference in New Issue
Block a user