Merge pull request #333393 from GaetanLepage/qcodes

This commit is contained in:
Sandro
2024-08-09 13:47:16 +02:00
committed by GitHub
@@ -36,7 +36,6 @@
websockets,
wrapt,
xarray,
importlib-metadata,
# optional-dependencies
jinja2,
@@ -64,16 +63,16 @@
buildPythonPackage rec {
pname = "qcodes";
version = "0.46.0";
version = "0.47.0";
pyproject = true;
disabled = pythonOlder "3.9";
disabled = pythonOlder "3.10";
src = fetchFromGitHub {
owner = "microsoft";
repo = "Qcodes";
rev = "refs/tags/v${version}";
hash = "sha256-CeAX3sBE21v68KnCe8z28WTc7zMPA7usRRGh+dNijjo=";
hash = "sha256-Gp+HeYJGWyW49jisadnavjIpzu7C2uS2qWn7eC6okqg=";
};
build-system = [
@@ -108,7 +107,7 @@ buildPythonPackage rec {
websockets
wrapt
xarray
] ++ lib.optionals (pythonOlder "3.10") [ importlib-metadata ];
];
optional-dependencies = {
docs = [