33 buildPythonPackage rec {
37 disabled = pythonOlder "3.7";
40 inherit pname version;
41 sha256 = "aab9d07575ef599a9c0ae505656e3c03ec753462df3c15742f1f768f2b578f0a";
45 # https://github.com/portugueslab/stytra/issues/87
46 ./0000-workaround-pyqtgraph.patch
49 propagatedBuildInputs = [
83 "stytra/tests/test_z_experiments.py"
87 description = "A modular package to control stimulation and track behaviour";
88 homepage = "https://github.com/portugueslab/stytra";
89 license = licenses.gpl3Plus;
90 maintainers = with maintainers; [ tbenst ];
91 broken = true; # incompatible with pyqtgraph>0.13.0: https://github.com/portugueslab/stytra/issues/87