diff --git a/pyproject.toml b/pyproject.toml index d879308..0d70747 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -15,7 +15,7 @@ python = ">=3.9,<4.0" numpy = "^1.24.3" flexsea = [ {version = "^12.0.3", python = ">=3.11"}, - {version = "==8.0.1", python = "<=3.10"} + {version = "==8.0.1", python = "<3.11"} ] smbus2 = ">=0.4.2" grpcio = "^1.65.5"