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

Increased stable version to 6.0.0

parent 5dd5be8b
No related branches found
No related tags found
No related merge requests found
Pipeline #75137 failed
[![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/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.pad.base/commits/master)
[![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 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 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 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 gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.pad.base)
# Scripts to run anti-spoofing experiments
......
......@@ -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"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment