diff --git a/README.md b/README.md index dd114eee82aa092b0d4059f27073af5db1845b0a..4d17b740e17a66dfaa09ca017916d60e5f6d5058 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/sphinx/index.html) -[](https://gitlab.idiap.ch/bob/bob.pad.base/commits/master) -[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/coverage/) +[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/v6.0.0/sphinx/index.html) +[](https://gitlab.idiap.ch/bob/bob.pad.base/commits/v6.0.0) +[](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/v6.0.0/coverage/) [](https://gitlab.idiap.ch/bob/bob.pad.base) # Scripts to run anti-spoofing experiments diff --git a/pyproject.toml b/pyproject.toml index 1514f3dafd96e50281f4506bffe6e16003eef4c0..1ee36d588d068866e68b6f98b1c5fb9071517626 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.pad.base" - version = "5.0.5b0" + version = "6.0.0" requires-python = ">=3.9" description = "A framework for executing the chain of presentation attack detection (PAD) experiments" dynamic = ["readme"] @@ -25,25 +25,25 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", ] dependencies = [ - "bob", - "bob.io.base", - "bob.measure", - "bob.pipelines", - "bob.bio.base", - "clapper", - "click", - "click-plugins", - "dask", - "matplotlib", - "numpy", - "scikit-learn", - "scipy", - "sqlalchemy", - "tabulate", + "bob==12.0.0", + "bob.io.base==5.1.0", + "bob.measure==6.1.0", + "bob.pipelines==4.0.0", + "bob.bio.base==8.0.0", + "clapper==1.0.1", + "click==8.1.3", + "click-plugins==1.1.1", + "dask==2023.1.0", + "matplotlib==3.6.2", + "numpy==1.23.5", + "scikit-learn==1.1.2", + "scipy==1.10.0", + "sqlalchemy==1.4.46", + "tabulate==0.9.0", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/v6.0.0/sphinx/" homepage = "https://pypi.org/project/bob.pad.base/" repository = "https://gitlab.idiap.ch/bob/bob.pad.base" changelog = "https://gitlab.idiap.ch/bob/bob.pad.base/-/releases" @@ -51,17 +51,17 @@ [project.optional-dependencies] qa = ["pre-commit"] doc = [ - "sphinx", - "sphinx_rtd_theme", - "sphinx-autodoc-typehints", - "auto-intersphinx", - "sphinxcontrib-programoutput", - "matplotlib", + "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", + "matplotlib==3.6.2", ] test = [ - "pytest", - "pytest-cov", - "coverage", + "pytest==7.2.1", + "pytest-cov==4.0.0", + "coverage==7.0.5", ] [tool.setuptools] @@ -106,3 +106,7 @@ ] junit_logging = "all" junit_log_passing_tests = false + +[profile] + repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" + commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"