From 6c89a14736bc7e6f71592058e79d5ad613aafe89 Mon Sep 17 00:00:00 2001 From: jakeogh Date: Tue, 11 Oct 2022 12:19:49 -0700 Subject: [PATCH] update qcodes minimum version --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 497ce0980..27e476920 100644 --- a/setup.cfg +++ b/setup.cfg @@ -30,7 +30,7 @@ zip_safe = False packages = find: python_requires = >=3.8 install_requires = - qcodes>=0.29.0 + qcodes>=0.33.0 versioningit>=1.1.0 [options.extras_require]