From bfaf078bef51ebe2cc7f309c609291c13f5cfccb Mon Sep 17 00:00:00 2001 From: Marcell Nagy Date: Mon, 7 Oct 2024 15:51:50 +0100 Subject: [PATCH] Pin fastcs release --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 18f651e..bf7b8b7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,7 +11,7 @@ classifiers = [ ] description = "FastCS support for the ThorLabs MFF (Motorized Filter Flipper)" dependencies = [ - "FastCS@git+https://github.com/DiamondLightSource/FastCS.git", + "FastCS==0.5.0", "typer", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"]