10 buildPythonPackage rec {
15 disabled = pythonOlder "3.8";
18 inherit pname version;
19 hash = "sha256-NI1S+UfexDHhGPS2AcTFKWkpuGQB1NTdWqk3Ow1K5Kw=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [ numpy ];
26 pythonImportsCheck = [ "stanio" ];
29 description = "Preparing inputs to and reading outputs from Stan";
30 homepage = "https://github.com/WardBrian/stanio";
31 license = licenses.bsd3;
32 maintainers = with maintainers; [ wegank ];