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

Increased latest version to 6.0.1b0 [skip ci]

parent 522c3b24
Branches
Tags
No related merge requests found
Pipeline #88164 passed
[![badge doc](https://img.shields.io/badge/docs-v6.0.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/v6.0.0/sphinx/index.html) [![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/sphinx/index.html)
[![badge pipeline](https://gitlab.idiap.ch/bob/bob.pad.base/badges/v6.0.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.base/commits/v6.0.0) [![badge pipeline](https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.base/commits/master)
[![badge coverage](https://gitlab.idiap.ch/bob/bob.pad.base/badges/v6.0.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/v6.0.0/coverage/) [![badge coverage](https://gitlab.idiap.ch/bob/bob.pad.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.pad.base/master/coverage/)
[![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pad.base) [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pad.base)
# Scripts to run anti-spoofing experiments # Scripts to run anti-spoofing experiments
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.pad.base" name = "bob.pad.base"
version = "6.0.0" version = "6.0.1b0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "A framework for executing the chain of presentation attack detection (PAD) experiments" description = "A framework for executing the chain of presentation attack detection (PAD) experiments"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -25,25 +25,25 @@ ...@@ -25,25 +25,25 @@
"Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Scientific/Engineering :: Artificial Intelligence",
] ]
dependencies = [ dependencies = [
"bob==12.0.0", "bob",
"bob.io.base==5.1.0", "bob.io.base",
"bob.measure==6.1.0", "bob.measure",
"bob.pipelines==4.0.0", "bob.pipelines",
"bob.bio.base==8.0.0", "bob.bio.base",
"clapper==1.0.1", "clapper",
"click==8.1.3", "click",
"click-plugins==1.1.1", "click-plugins",
"dask==2023.1.0", "dask",
"matplotlib==3.6.2", "matplotlib",
"numpy==1.23.5", "numpy",
"scikit-learn==1.1.2", "scikit-learn",
"scipy==1.10.0", "scipy",
"sqlalchemy==1.4.46", "sqlalchemy",
"tabulate==0.9.0", "tabulate",
] ]
[project.urls] [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/" homepage = "https://pypi.org/project/bob.pad.base/"
repository = "https://gitlab.idiap.ch/bob/bob.pad.base" repository = "https://gitlab.idiap.ch/bob/bob.pad.base"
changelog = "https://gitlab.idiap.ch/bob/bob.pad.base/-/releases" changelog = "https://gitlab.idiap.ch/bob/bob.pad.base/-/releases"
...@@ -51,17 +51,17 @@ ...@@ -51,17 +51,17 @@
[project.optional-dependencies] [project.optional-dependencies]
qa = ["pre-commit"] qa = ["pre-commit"]
doc = [ doc = [
"sphinx==5.3.0", "sphinx",
"sphinx-rtd-theme==1.1.1", "sphinx_rtd_theme",
"sphinx-autodoc-typehints==1.21.8", "sphinx-autodoc-typehints",
"auto-intersphinx==1.0.2", "auto-intersphinx",
"sphinxcontrib-programoutput==0.17", "sphinxcontrib-programoutput",
"matplotlib==3.6.2", "matplotlib",
] ]
test = [ test = [
"pytest==7.2.1", "pytest",
"pytest-cov==4.0.0", "pytest-cov",
"coverage==7.0.5", "coverage",
] ]
[tool.setuptools] [tool.setuptools]
...@@ -106,7 +106,3 @@ ...@@ -106,7 +106,3 @@
] ]
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.
Please register or to comment