diff --git a/README.md b/README.md
index 3629f3274c34fa2338ee8b5a7b759bf991600b00..807481dab9fe17ff213d5c447340c658a2ab550c 100644
--- a/README.md
+++ b/README.md
@@ -1,6 +1,6 @@
-[![badge doc](https://img.shields.io/badge/docs-v8.0.0-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.0.0/sphinx/index.html)
-[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.base/badges/v8.0.0/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.base/commits/v8.0.0)
-[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.base/badges/v8.0.0/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.0.0/coverage)
+[![badge doc](https://img.shields.io/badge/docs-latest-orange.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/index.html)
+[![badge pipeline](https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/pipeline.svg)](https://gitlab.idiap.ch/bob/bob.bio.base/commits/master)
+[![badge coverage](https://gitlab.idiap.ch/bob/bob.bio.base/badges/master/coverage.svg)](https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/coverage)
 [![badge gitlab](https://img.shields.io/badge/gitlab-project-0000c0.svg)](https://gitlab.idiap.ch/bob/bob.bio.base)
 
 # Tools to run biometric recognition experiments
diff --git a/pyproject.toml b/pyproject.toml
index 22c750fe26c35e2f9b425ada1e76b312f1ab8cfb..2f64d35959dfd0cdb9fd97fb641522d4d6fa15f3 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@
 
 [project]
     name = "bob.bio.base"
-    version = "8.0.0"
+    version = "8.0.1b0"
     requires-python = ">=3.9"
     description = "Tools for running biometric recognition experiments"
     dynamic = ["readme"]
@@ -24,24 +24,24 @@
         "Topic :: Scientific/Engineering :: Artificial Intelligence",
     ]
     dependencies = [
-        "bob==12.0.0",
-        "bob.io.base==5.1.0",
-        "bob.learn.em==3.3.0",
-        "bob.measure==6.1.0",
-        "bob.pipelines==4.0.0",
-        "clapper==1.0.1",
-        "click==8.1.3",
-        "click-plugins==1.1.1",
-        "dask==2023.1.0",
-        "numpy==1.23.5",
-        "pandas==1.5.2",
-        "scipy==1.10.0",
-        "setuptools==66.0.0",
-        "tabulate==0.9.0",
+        "bob",
+        "bob.io.base",
+        "bob.learn.em",
+        "bob.measure",
+        "bob.pipelines",
+        "clapper",
+        "click",
+        "click-plugins",
+        "dask",
+        "numpy",
+        "pandas",
+        "scipy",
+        "setuptools",
+        "tabulate",
     ]
 
 [project.urls]
-    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/v8.0.0/sphinx/"
+    documentation = "https://www.idiap.ch/software/bob/docs/bob/bob.bio.base/master/sphinx/"
     homepage = "https://pypi.org/project/bob.bio.base/"
     repository = "https://gitlab.idiap.ch/bob/bob.bio.base"
     changelog = "https://gitlab.idiap.ch/bob/bob.bio.base/-/releases"
@@ -49,24 +49,24 @@
 [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",
-        "dask-ml==2022.5.27",
+        "sphinx",
+        "sphinx_rtd_theme",
+        "sphinx-autodoc-typehints",
+        "auto-intersphinx",
+        "sphinxcontrib-programoutput",
+        "matplotlib",
+        "dask-ml",
         "bob.bio.face",
         "bob.bio.vein",
         "bob.bio.spear",
         "bob.bio.video",
         ]
     test = [
-        "pytest==7.2.1",
-        "pytest-cov==4.0.0",
-        "coverage==7.0.5",
-        "dask-ml==2022.5.27",
-        "matplotlib==3.6.2",
+        "pytest",
+        "pytest-cov",
+        "coverage",
+        "dask-ml",
+        "matplotlib",
         ]
 
 [tool.setuptools]
@@ -151,7 +151,3 @@
     ]
     junit_logging = "all"
     junit_log_passing_tests = false
-
-[profile]
-    repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
-    commit_hash = "ade723be1f11feddb7bece235de32cc98953dc07"