9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-3uQpMU2WXzkBga+o/3/4FERG7rWMwlR8zBCLpz5nROI=";
25 propagatedBuildInputs = [
29 pythonImportsCheck = [ "stanio" ];
32 description = "Preparing inputs to and reading outputs from Stan";
33 homepage = "https://github.com/WardBrian/stanio";
34 license = licenses.bsd3;
35 maintainers = with maintainers; [ wegank ];