9 buildPythonPackage rec {
14 disabled = pythonOlder "3.8";
17 inherit pname version;
18 hash = "sha256-DFBK5nG41Sah2nEYWsAqJ3VQj/5tPbkfJC6shbz2BG8=";
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 ];