8 scipy, # optional, allows spline-related features (see patsy's docs)
12 buildPythonPackage rec {
18 inherit pname version;
19 hash = "sha256-lcbUenIiU1+Ev/f2PXMD8uKXdHpZjbic9cZ/DAx9LNs=";
22 nativeBuildInputs = [ setuptools ];
24 propagatedBuildInputs = [
30 nativeCheckInputs = [ pytestCheckHook ];
32 pythonImportsCheck = [ "patsy" ];
35 description = "Python package for describing statistical models";
36 homepage = "https://github.com/pydata/patsy";
37 license = lib.licenses.bsd2;
38 maintainers = with lib.maintainers; [ ilya-kolpakov ];