1 { lib, buildPythonPackage, fetchPypi, isPy3k
31 buildPythonPackage rec {
37 inherit pname version;
38 sha256 = "aab9d07575ef599a9c0ae505656e3c03ec753462df3c15742f1f768f2b578f0a";
43 rm stytra/tests/test_z_experiments.py
52 propagatedBuildInputs = [
80 homepage = "https://github.com/portugueslab/stytra";
81 description = "A modular package to control stimulation and track behaviour";
82 license = lib.licenses.gpl3;
83 maintainers = with lib.maintainers; [ tbenst ];