diff --git a/pyproject.toml b/pyproject.toml index 834b9ec..23cda88 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -14,8 +14,7 @@ build-backend = "poetry.core.masonry.api" [tool.poetry.dependencies] python = "^3.10" confz = "^2.0.0" -# pydase = ">=0.8.2" -pydase = { path = "../../pydase", develop = true } +pydase = ">=0.10.0" # optional dependencies tiqi-rpc = { git = "ssh://git@gitlab.phys.ethz.ch/tiqi-projects/tiqi-rpc-python.git", optional = true }