pythonPackages.IBMQuantumExperience: remove deprecated package
Package was deprecated, and effectively replaced by pythonPackages.qiskit-ibmq-provider.
This commit is contained in:
parent
201aacce15
commit
42a1271047
|
@ -1,33 +0,0 @@
|
||||||
{ lib
|
|
||||||
, buildPythonPackage
|
|
||||||
, fetchPypi
|
|
||||||
, requests
|
|
||||||
, requests_ntlm
|
|
||||||
}:
|
|
||||||
|
|
||||||
buildPythonPackage rec {
|
|
||||||
pname = "IBMQuantumExperience";
|
|
||||||
version = "2.0.4";
|
|
||||||
|
|
||||||
src = fetchPypi {
|
|
||||||
inherit pname version;
|
|
||||||
sha256 = "0szn743sbm3cs80982cf4994c1xcg6iz5xkhdbpm1kfv5qn1phja";
|
|
||||||
};
|
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
|
||||||
requests
|
|
||||||
requests_ntlm
|
|
||||||
];
|
|
||||||
|
|
||||||
# test requires an API token
|
|
||||||
doCheck = false;
|
|
||||||
|
|
||||||
meta = {
|
|
||||||
description = "A Python library for the Quantum Experience API";
|
|
||||||
homepage = https://github.com/QISKit/qiskit-api-py;
|
|
||||||
license = lib.licenses.asl20;
|
|
||||||
maintainers = with lib.maintainers; [
|
|
||||||
pandaman
|
|
||||||
];
|
|
||||||
};
|
|
||||||
}
|
|
|
@ -7136,8 +7136,6 @@ in {
|
||||||
|
|
||||||
gast = callPackage ../development/python-modules/gast { };
|
gast = callPackage ../development/python-modules/gast { };
|
||||||
|
|
||||||
IBMQuantumExperience = callPackage ../development/python-modules/ibmquantumexperience { };
|
|
||||||
|
|
||||||
ibis = callPackage ../development/python-modules/ibis { };
|
ibis = callPackage ../development/python-modules/ibis { };
|
||||||
|
|
||||||
ibis-framework = callPackage ../development/python-modules/ibis-framework { };
|
ibis-framework = callPackage ../development/python-modules/ibis-framework { };
|
||||||
|
|
Loading…
Reference in New Issue