diff --git a/pyproject.toml b/pyproject.toml index 2d033a7..9e98fe4 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -25,7 +25,8 @@ requires-python = ">=3.11" [project.optional-dependencies] dev = [ - "tickit-devices @ git+https://github.com/dls-controls/tickit-devices.git@eiger-stream2", + "tickit-devices>=0.4.1", + "aioca", "black", "copier", "myst-parser", @@ -60,7 +61,7 @@ version_file = "src/fastcs_eiger/_version.py" [tool.pyright] typeCheckingMode = "standard" -reportMissingImports = false # Ignore missing stubs in imported modules +reportMissingImports = false # Ignore missing stubs in imported modules [tool.pytest.ini_options] # Run pytest with all our checkers, and don't spam us with massive tracebacks on error