diff --git a/pyproject.toml b/pyproject.toml
index bc38b4d3543a4a92c06a128823449754fd853e40..c14db5ac51f134273b3e092436a9acedd291085c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -1,5 +1,5 @@
 [build-system]
-    requires = ["setuptools>=61.0.0", "wheel"]
+    requires = ["setuptools>=69.2.0", "wheel"]
     build-backend = "setuptools.build_meta"
 
 [project]
@@ -21,11 +21,11 @@ classifiers = [
     "Topic :: Software Development :: Libraries :: Python Modules",
 ]
 dependencies = [
-    "bob",
-    "h5py",
-    "imageio",
-    "numpy",
-    "pillow",
+    "bob==12.1.1",
+    "h5py~=3.7",
+    "imageio~=2.34",
+    "numpy~=1.26",
+    "pillow~=10.2",
 ]
 
 [project.urls]
@@ -78,3 +78,7 @@ addopts = [
 junit_logging = "all"
 junit_log_passing_tests = false
 norecursedirs = ["src/*"]
+
+# [profile]
+#     repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
+#     commit_hash = "370d1fe4102014cb50e17ce9dd829ae47d21e9b8"