diff --git a/pyproject.toml b/pyproject.toml
index e91b22568065d6d775a29c9ab835ba1293b464bd..fca4285aaba5844a95e4a8927d94214ce3b8c33c 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,7 +11,7 @@ authors = [
 ]
 license = { file = "COPYING.txt" }
 requires-python = ">=3.10"
-dependencies = ["sympy>=1.6,<=1.11.1", "numpy>=1.8.0", "appdirs", "joblib"]
+dependencies = ["pystencils>=1.3", "sympy>=1.6,<=1.11.1", "numpy>=1.8.0", "appdirs", "joblib"]
 classifiers = [
     "Development Status :: 4 - Beta",
     "Framework :: Jupyter",