Skip to content
Snippets Groups Projects
Commit 7567c0c9 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

Increased stable version to 5.0.0

parent 8f6cee53
No related branches found
No related tags found
No related merge requests found
Pipeline #75140 failed
[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/index.html) [![badge doc](https://img.shields.io/badge/docs-v5.0.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.0/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein/commits/master) [![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/v5.0.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein/commits/v5.0.0)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/coverage/) [![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.vein/badges/v5.0.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.0/coverage/)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein) [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.vein)
# Vein Recognition Library # Vein Recognition Library
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.bio.vein" name = "bob.bio.vein"
version = "4.0.4b0" version = "5.0.0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Vein Recognition Library" description = "Vein Recognition Library"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -27,21 +27,21 @@ ...@@ -27,21 +27,21 @@
"Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: Libraries :: Python Modules",
] ]
dependencies = [ dependencies = [
"bob", "bob==12.0.0",
"bob.io.base", "bob.io.base==5.1.0",
"bob.bio.base", "bob.bio.base==8.0.0",
"clapper", "clapper==1.0.1",
"docopt", "docopt==0.6.2",
"matplotlib", "matplotlib==3.6.2",
"numpy", "numpy==1.23.5",
"pillow", "pillow==9.4.0",
"schema", "schema==0.7.5",
"scikit-image", "scikit-image==0.19.3",
"scipy", "scipy==1.10.0",
] ]
[project.urls] [project.urls]
documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/" documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.0/sphinx/"
homepage = "https://pypi.org/project/bob.bio.vein/" homepage = "https://pypi.org/project/bob.bio.vein/"
repository = "https://gitlab.idiap.ch/bob/bob.bio.vein" repository = "https://gitlab.idiap.ch/bob/bob.bio.vein"
changelog = "https://gitlab.idiap.ch/bob/bob.bio.vein/-/releases" changelog = "https://gitlab.idiap.ch/bob/bob.bio.vein/-/releases"
...@@ -49,16 +49,16 @@ ...@@ -49,16 +49,16 @@
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
doc = [ doc = [
"sphinx", "sphinx==5.3.0",
"sphinx_rtd_theme", "sphinx-rtd-theme==1.1.1",
"sphinx-autodoc-typehints", "sphinx-autodoc-typehints==1.21.8",
"auto-intersphinx", "auto-intersphinx==1.0.2",
"sphinxcontrib-programoutput", "sphinxcontrib-programoutput==0.17",
] ]
test = [ test = [
"pytest", "pytest==7.2.1",
"pytest-cov", "pytest-cov==4.0.0",
"coverage", "coverage==7.0.5",
] ]
[tool.setuptools] [tool.setuptools]
...@@ -119,3 +119,7 @@ ...@@ -119,3 +119,7 @@
] ]
junit_logging = "all" junit_logging = "all"
junit_log_passing_tests = false junit_log_passing_tests = false
[profile]
repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"
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