25 buildPythonPackage rec {
30 disabled = pythonOlder "3.9";
33 inherit pname version;
34 hash = "sha256-uehejAcnWkVsDvjQa8FX0Cs37/Zvs2AqoS9chvCEhlw=";
58 # All the below fail due to some change in flaky API
59 "test_periodic_param_fn_non_blocking"
60 "test_callback_cleanup"
61 "test_poly_edit_callback"
62 "test_launch_server_with_complex_plot"
63 "test_launch_server_with_stream"
64 "test_launch_simple_server"
65 "test_server_dynamicmap_with_dims"
66 "test_server_dynamicmap_with_stream"
67 "test_server_dynamicmap_with_stream_dims"
70 pythonImportsCheck = [ "holoviews" ];
73 description = "Python data analysis and visualization seamless and simple";
74 mainProgram = "holoviews";
75 homepage = "https://www.holoviews.org/";
76 license = lib.licenses.bsd3;