File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
pkgs/development/python-modules/qcodes Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change 66 # build-system
77 setuptools ,
88 versioningit ,
9- wheel ,
109
1110 # dependencies
1211 broadbean ,
4544 sphinx ,
4645 sphinx-issues ,
4746 towncrier ,
48- opencensus ,
49- opencensus-ext-azure ,
5047
5148 # checks
5249 deepdiff ,
6259
6360buildPythonPackage 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 ] ;
You can’t perform that action at this time.
0 commit comments