Unverified Commit 072592f2 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #333393 from GaetanLepage/qcodes

parents 877bf5bc ab26155b
Loading
Loading
Loading
Loading
+4 −5
Original line number Diff line number Diff line
@@ -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 = [