Skip to content

Commit eee9e1f

Browse files
committed
1 parent 70f9c11 commit eee9e1f

File tree

1 file changed

+2
-10
lines changed

1 file changed

+2
-10
lines changed

pkgs/development/python-modules/qcodes/default.nix

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
# build-system
77
setuptools,
88
versioningit,
9-
wheel,
109

1110
# dependencies
1211
broadbean,
@@ -45,8 +44,6 @@
4544
sphinx,
4645
sphinx-issues,
4746
towncrier,
48-
opencensus,
49-
opencensus-ext-azure,
5047

5148
# checks
5249
deepdiff,
@@ -62,20 +59,19 @@
6259

6360
buildPythonPackage rec {
6461
pname = "qcodes";
65-
version = "0.48.0";
62+
version = "0.49.0";
6663
pyproject = true;
6764

6865
src = fetchFromGitHub {
6966
owner = "microsoft";
7067
repo = "Qcodes";
7168
rev = "refs/tags/v${version}";
72-
hash = "sha256-Q1WyuK1mCbs75kGY1Aaw7S5EfFRjwqzZnhNyeSx7qc8=";
69+
hash = "sha256-AlrQH0yKbEz+ICdvWWjMD7LQvWl36cFWlp+fegAmtL8=";
7370
};
7471

7572
build-system = [
7673
setuptools
7774
versioningit
78-
wheel
7975
];
8076

8177
dependencies = [
@@ -125,10 +121,6 @@ buildPythonPackage rec {
125121
loop = [
126122
# qcodes-loop
127123
];
128-
opencensus = [
129-
opencensus
130-
opencensus-ext-azure
131-
];
132124
refactor = [
133125
libcst
134126
];

0 commit comments

Comments
 (0)