diff --git a/pyproject.toml b/pyproject.toml
index e6efeebdd6d18145fa6be5fde4c5518a6498b5cb..24533a7e18f86792c715200a96f259420c5ae36c 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]
@@ -25,12 +25,12 @@
         "Topic :: Software Development :: Libraries :: Python Modules",
     ]
     dependencies = [
-        "bob",
-        "dask",
-        "dask-ml",
-        "h5py",
-        "numpy",
-        "scikit-learn",
+        "bob==12.1.1",
+        "dask==2024.5.2",
+        "dask-ml==2024.3.20",
+        "h5py~=3.7",
+        "numpy~=1.26",
+        "scikit-learn~=1.4",
     ]
 
 [project.urls]
@@ -85,3 +85,7 @@
     ]
     junit_logging = "all"
     junit_log_passing_tests = false
+
+# [profile]
+#     repository_url = "git@gitlab.idiap.ch:bob/dev-profile.git"
+#     commit_hash = "370d1fe4102014cb50e17ce9dd829ae47d21e9b8"