python310Packages.qiskit-machine-learning: remove package variant

This commit is contained in:
Sandro Jäckel
2022-09-04 14:15:21 +02:00
committed by Sandro Jäckel
parent a97ba67bf7
commit d1be027e2d
@@ -11,8 +11,6 @@
, qiskit-terra
, scikit-learn
, sparse
# Optional inputs
, withTorch ? true
, torch
# Check Inputs
, pytestCheckHook
@@ -38,10 +36,11 @@ buildPythonPackage rec {
fastdtw
numpy
psutil
torch
qiskit-terra
scikit-learn
sparse
] ++ lib.optional withTorch torch;
];
doCheck = false; # TODO: enable. Tests fail on unstable due to some multithreading issue?
checkInputs = [