Merge pull request #336216 from Sigmanificient/stytra

This commit is contained in:
Sandro
2024-08-22 16:11:02 +02:00
committed by GitHub
@@ -13,7 +13,6 @@
imageio-ffmpeg,
lightparam,
matplotlib,
nose,
numba,
numpy,
opencv4,
@@ -74,7 +73,6 @@ buildPythonPackage rec {
];
nativeCheckInputs = [
nose
pytestCheckHook
pyserial
];
@@ -89,6 +87,5 @@ buildPythonPackage rec {
homepage = "https://github.com/portugueslab/stytra";
license = licenses.gpl3Plus;
maintainers = with maintainers; [ tbenst ];
broken = true; # incompatible with pyqtgraph>0.13.0: https://github.com/portugueslab/stytra/issues/87
};
}