diff --git a/README.md b/README.md index 1f51414874db8b28cfbfa74f4e1be474b3f755d5..65146f4db7e30e0faa998a2f5222ba5f59abefb9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.0/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.bio.vein/commits/v5.0.0) -[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.0/coverage/) +[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.bio.vein/commits/master) +[](https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/coverage/) [](https://gitlab.idiap.ch/bob/bob.bio.vein) # Vein Recognition Library diff --git a/pyproject.toml b/pyproject.toml index f473b7cf963ea3c2ba4ef19b706ecec7a8a466ae..e979f978f18e3e630775760c8d1257c1c891261a 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.bio.vein" - version = "5.0.0" + version = "5.0.1b0" requires-python = ">=3.9" description = "Vein Recognition Library" dynamic = ["readme"] @@ -27,21 +27,21 @@ "Topic :: Software Development :: Libraries :: Python Modules", ] dependencies = [ - "bob==12.0.0", - "bob.io.base==5.1.0", - "bob.bio.base==8.0.0", - "clapper==1.0.1", - "docopt==0.6.2", - "matplotlib==3.6.2", - "numpy==1.23.5", - "pillow==9.4.0", - "schema==0.7.5", - "scikit-image==0.19.3", - "scipy==1.10.0", + "bob", + "bob.io.base", + "bob.bio.base", + "clapper", + "docopt", + "matplotlib", + "numpy", + "pillow", + "schema", + "scikit-image", + "scipy", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/v5.0.0/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.vein/master/sphinx/" homepage = "https://pypi.org/project/bob.bio.vein/" repository = "https://gitlab.idiap.ch/bob/bob.bio.vein" changelog = "https://gitlab.idiap.ch/bob/bob.bio.vein/-/releases" @@ -49,16 +49,16 @@ [project.optional-dependencies] qa = ["pre-commit"] doc = [ - "sphinx==5.3.0", - "sphinx-rtd-theme==1.1.1", - "sphinx-autodoc-typehints==1.21.8", - "auto-intersphinx==1.0.2", - "sphinxcontrib-programoutput==0.17", + "sphinx", + "sphinx_rtd_theme", + "sphinx-autodoc-typehints", + "auto-intersphinx", + "sphinxcontrib-programoutput", ] test = [ - "pytest==7.2.1", - "pytest-cov==4.0.0", - "coverage==7.0.5", + "pytest", + "pytest-cov", + "coverage", ] [tool.setuptools] @@ -119,7 +119,3 @@ ] junit_logging = "all" junit_log_passing_tests = false - -[profile] - repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" - commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"