diff --git a/pyproject.toml b/pyproject.toml index de27f31..ee30955 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -12,7 +12,7 @@ classifiers = [ description = "Eiger control system integration with FastCS" dependencies = [ "aiohttp", - "fastcs~=0.6.0", + "fastcs~=0.7.0", "numpy", "pillow", "typer",