From 9a47c617a11ad8ec485050eb54c24577c80462b5 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Tue, 7 May 2024 07:12:00 +0200 Subject: [PATCH] add missing dependency on cffi for Advantech driver --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 364c4824b..610beedf1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -20,7 +20,7 @@ classifiers = [ "Programming Language :: Python :: 3.12", "Topic :: Scientific/Engineering",] requires-python = ">=3.9" -dependencies = [ "qcodes>=0.42.0", "versioningit>=2.2.1", "packaging", "pandas"] +dependencies = [ "qcodes>=0.42.0", "versioningit>=2.2.1", "packaging", "pandas", "cffi"] dynamic = [ "version",] [[project.maintainers]]