From 90e3c163cf61f04b480328e4ce4e467efc213863 Mon Sep 17 00:00:00 2001 From: Yannick DAYER <yannick.dayer@idiap.ch> Date: Fri, 23 Jun 2023 16:25:44 +0200 Subject: [PATCH] docs: define bob.pad.base as dependency (not opt.) --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 04fff47..10976a8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ [project] name = "bob.fusion.base" - version = "0.1.6b0" + version = "0.1.5b0" requires-python = ">=3.9" description = "Score fusion in biometric and pad experiments" dynamic = ["readme"] @@ -28,6 +28,7 @@ "bob.measure", "bob.learn.em", "bob.bio.base", + "bob.pad.base", "clapper", "matplotlib", "numpy", @@ -48,7 +49,6 @@ "sphinx-autodoc-typehints", "auto-intersphinx", "sphinxcontrib-programoutput", - "bob.pad.base", ] test = [ "pytest", -- GitLab