Skip to content
Snippets Groups Projects
Verified Commit 90e3c163 authored by Yannick DAYER's avatar Yannick DAYER
Browse files

docs: define bob.pad.base as dependency (not opt.)

parent 808a6250
No related branches found
No related tags found
1 merge request!22docs: define bob.pad.base as dependency (not opt.)
Pipeline #75178 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
[project] [project]
name = "bob.fusion.base" name = "bob.fusion.base"
version = "0.1.6b0" version = "0.1.5b0"
requires-python = ">=3.9" requires-python = ">=3.9"
description = "Score fusion in biometric and pad experiments" description = "Score fusion in biometric and pad experiments"
dynamic = ["readme"] dynamic = ["readme"]
...@@ -28,6 +28,7 @@ ...@@ -28,6 +28,7 @@
"bob.measure", "bob.measure",
"bob.learn.em", "bob.learn.em",
"bob.bio.base", "bob.bio.base",
"bob.pad.base",
"clapper", "clapper",
"matplotlib", "matplotlib",
"numpy", "numpy",
...@@ -48,7 +49,6 @@ ...@@ -48,7 +49,6 @@
"sphinx-autodoc-typehints", "sphinx-autodoc-typehints",
"auto-intersphinx", "auto-intersphinx",
"sphinxcontrib-programoutput", "sphinxcontrib-programoutput",
"bob.pad.base",
] ]
test = [ test = [
"pytest", "pytest",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment