diff --git a/pyproject.toml b/pyproject.toml index 5de782d..014600e 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@39e55d4", + "FastCS", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] license.file = "LICENSE"