diff --git a/pyproject.toml b/pyproject.toml
index 3a969ba5f53367654259b090f1a9d33b3f4446d7..6bb83688c95f5a55ff54c5985615c239c542e729 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -64,6 +64,9 @@ matlab = [
     "xarray",
     "hdf5storage",
 ]
+pandas = [
+    "pandas",
+]
 image = [
     "moviepy",
     "tifffile[all]"
@@ -81,6 +84,7 @@ complete = [
     "qutech-util[electronics]",
     "qutech-util[qcodes]",
     "qutech-util[matlab]",
+    "qutech-util[pandas]",
     "qutech-util[image]",
     "qutech-util[doc]",
 ]