Unverified Commit d60f8192 authored by Sandro Jäckel's avatar Sandro Jäckel Committed by GitHub
Browse files

Merge pull request #336216 from Sigmanificient/stytra

parents a68020be f8b3679a
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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
  };
}