diff --git a/README.md b/README.md index 4d17b740e17a66dfaa09ca017916d60e5f6d5058..dd114eee82aa092b0d4059f27073af5db1845b0a 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -[](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://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://gitlab.idiap.ch/bob/bob.pad.base) # Scripts to run anti-spoofing experiments diff --git a/pyproject.toml b/pyproject.toml index 1ee36d588d068866e68b6f98b1c5fb9071517626..feb542404095884810ab426c38c2a284fd30dd26 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.pad.base" - version = "6.0.0" + version = "6.0.1b0" 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==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", + "bob", + "bob.io.base", + "bob.measure", + "bob.pipelines", + "bob.bio.base", + "clapper", + "click", + "click-plugins", + "dask", + "matplotlib", + "numpy", + "scikit-learn", + "scipy", + "sqlalchemy", + "tabulate", ] [project.urls] - documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/v6.0.0/sphinx/" + documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/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==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", + "sphinx", + "sphinx_rtd_theme", + "sphinx-autodoc-typehints", + "auto-intersphinx", + "sphinxcontrib-programoutput", + "matplotlib", ] test = [ - "pytest==7.2.1", - "pytest-cov==4.0.0", - "coverage==7.0.5", + "pytest", + "pytest-cov", + "coverage", ] [tool.setuptools] @@ -106,7 +106,3 @@ ] junit_logging = "all" junit_log_passing_tests = false - -[profile] - repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git" - commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"