Merge pull request #48152 from pandaman64/upgrade-qiskit

qiskit: 0.5.7 -> 0.6.1
This commit is contained in:
xeji 2018-10-11 12:09:36 +02:00 committed by GitHub
commit 058665560e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 8 deletions

View file

@ -7,11 +7,11 @@
buildPythonPackage rec {
pname = "IBMQuantumExperience";
version = "2.0.2";
version = "2.0.3";
src = fetchPypi {
inherit pname version;
sha256 = "f2a5662d7457c297af0751985979e64a88569beb07cfedad0ce1dfa5a7237842";
sha256 = "c5dbcc140344c7bdf545ad59db87f31a90ca35107c40d6cae1489bb997a47ba9";
};
propagatedBuildInputs = [

View file

@ -12,13 +12,13 @@
buildPythonPackage rec {
pname = "qasm2image";
version = "0.7.0";
version = "0.8.0";
src = fetchFromGitHub {
owner = "nelimeee";
owner = "nelimee";
repo = "qasm2image";
rev = "57a640621bbbc74244f07e2e068a26411b0d9b24";
sha256 = "1ha5vfl4jfwcwbipsq07xlknkrvx79z5bwbzndybclyk9pa69dlz";
rev = "2c01756946ba9782973359dbd7bbf6651af6bee5";
sha256 = "1bnkzv7wrdvrq71dmsqanb3v2hcsxh5zaglfcxm2d9zzpmvb4a2n";
};
propagatedBuildInputs = [

View file

@ -13,19 +13,21 @@
, requests
, requests_ntlm
, IBMQuantumExperience
, jsonschema
, psutil
, cmake
, llvmPackages
}:
buildPythonPackage rec {
pname = "qiskit";
version = "0.5.7";
version = "0.6.1";
disabled = !isPy3k;
src = fetchPypi {
inherit pname version;
sha256 = "a5a2c6c074f8479dc83d1d599dfebf2363402a182835b8fa5742804055148b17";
sha256 = "601e8db4db470593b94a32495c6e90e2db11a9382817a34584520573a7b8cc38";
};
buildInputs = [ cmake ]
@ -43,6 +45,8 @@ buildPythonPackage rec {
requests
requests_ntlm
IBMQuantumExperience
jsonschema
psutil
];
# Pypi's tarball doesn't contain tests