diff --git a/pyproject.toml b/pyproject.toml index be30d9e..55553c8 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,7 +14,7 @@ dependencies = [ "numpy", "pandas", "matplotlib", - "jaxley" + "jaxley>=0.2.0" ] readme = {file = "README.md", content-type = "text/markdown"}