From 4301b05b0eab3f2013acc7a6aebd7b44d5799fe7 Mon Sep 17 00:00:00 2001 From: "Jens H. Nielsen" Date: Thu, 13 Nov 2025 10:31:37 +0100 Subject: [PATCH] Add pep794 metadata --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 53e3fe9eff6..0fb52afe42c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,7 @@ dependencies = [ "pillow>=9.2.0", "dask>=2022.1.0", # we are making use of xarray features that requires dask implicitly ] - +import-names = ["qcodes"] dynamic = ["version"] [project.urls]