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 = [
82 "stytra/tests/test_z_experiments.py"
86 description = "Modular package to control stimulation and track behaviour";
87 homepage = "https://github.com/portugueslab/stytra";
88 license = licenses.gpl3Plus;
89 maintainers = with maintainers; [ tbenst ];