14 buildPythonPackage rec {
19 disabled = pythonOlder "3.6";
22 inherit pname version;
23 hash = "sha256-ux6x1R0wlzaMGHw+8InAKI7B/oqhxp+zJMaKodAt9ME=";
30 propagatedBuildInputs = [
42 # incompatible with matplotlib 3.5
43 "TestKDEPlotBivariate"
46 "TestKDEPlotUnivariate"
48 "test_bivariate_kde_norm"
49 ] ++ lib.optionals (!stdenv.hostPlatform.isx86) [
50 # overly strict float tolerances
54 pythonImportsCheck = [
59 description = "Statistical data visualization";
60 homepage = "https://seaborn.pydata.org/";
61 license = with licenses; [ bsd3 ];
62 maintainers = with maintainers; [ fridh ];