11 buildPythonPackage rec {
16 inherit pname version;
17 sha256 = "sha256-/or1tQgzCE3AtqJlzRrHuDfAPA+FIRUBY1YNzneNcRw=";
21 # Fixes compatibility of qgrid with ipywidgets >= 8.0.0
22 # See https://github.com/quantopian/qgrid/pull/331
24 url = "https://github.com/quantopian/qgrid/pull/331/commits/8cc50d5117d4208a9dd672418021c59898e2d1b2.patch";
25 hash = "sha256-+NLz4yBUGUXKyukPVE4PehenPzjnfljR5RAX7CEtpV4=";
29 propagatedBuildInputs = [
39 # Those tests are also failing upstream
42 "test_edit_multi_index_df"
44 "test_period_object_column"
45 # probably incompatible with pandas>=2.1
49 pythonImportsCheck = [ "qgrid" ];
52 description = "An interactive grid for sorting, filtering, and editing DataFrames in Jupyter notebooks";
53 homepage = "https://github.com/quantopian/qgrid";
54 license = licenses.asl20;
55 maintainers = with maintainers; [ GaetanLepage ];