From beba96ba3ffa6ba679014cf43d920911c19d4ee3 Mon Sep 17 00:00:00 2001 From: Marcell Nagy Date: Wed, 12 Jun 2024 12:07:26 +0100 Subject: [PATCH] Update python dependencies --- pyproject.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 4319bbc..18f651e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -11,13 +11,13 @@ classifiers = [ ] description = "FastCS support for the ThorLabs MFF (Motorized Filter Flipper)" dependencies = [ - "FastCS@git+https://github.com/DiamondLightSource/FastCS.git@add-serial-connection", + "FastCS@git+https://github.com/DiamondLightSource/FastCS.git", "typer", ] # Add project dependencies here, e.g. ["click", "numpy"] dynamic = ["version"] license.file = "LICENSE" readme = "README.md" -requires-python = ">=3.7" +requires-python = ">=3.11" [project.optional-dependencies] dev = [