python3Packages.qiskit-machine-learning: 0.6.1 -> 0.7.1

https://qiskit.org/documentation/release_notes.html
This commit is contained in:
Martin Weinelt
2023-12-20 20:45:14 +01:00
parent cf1f1a71fd
commit 26cb957b20
@@ -1,9 +1,11 @@
{ lib
, pythonOlder
, pythonAtLeast
, buildPythonPackage
, fetchFromGitHub
, fetchpatch
# build-system
, setuptools
# Python Inputs
, fastdtw
, numpy
@@ -21,8 +23,8 @@
buildPythonPackage rec {
pname = "qiskit-machine-learning";
version = "0.6.1";
format = "setuptools";
version = "0.7.1";
pyproject = true;
disabled = pythonOlder "3.6";
@@ -30,9 +32,13 @@ buildPythonPackage rec {
owner = "qiskit";
repo = pname;
rev = "refs/tags/${version}";
hash = "sha256-oSLQvZGEq/nBj7ktDEq3BMk7xyYiLGpBDmKxuXtMTfs=";
hash = "sha256-qTHacEUTp0RY2piplE6XoYKpJyeFswTPBvjfQ9Gvwt0=";
};
nativeBuildInputs = [
setuptools
];
propagatedBuildInputs = [
fastdtw
numpy