python39Packages.wandb: use the correct nbclient dependency

Now that https://github.com/NixOS/nixpkgs/issues/171493 has been resolved.
main
Samuel Ainsworth 2 years ago
parent 602292f93d
commit ca8c8a1a25
  1. 6
      pkgs/development/python-modules/wandb/default.nix

@ -12,7 +12,7 @@
, jsonref , jsonref
, jsonschema , jsonschema
, matplotlib , matplotlib
, nbconvert , nbclient
, nbformat , nbformat
, pandas , pandas
, pathtools , pathtools
@ -88,9 +88,7 @@ buildPythonPackage rec {
jsonref jsonref
jsonschema jsonschema
matplotlib matplotlib
# Oddly enough, nbclient does not provide the `nbclient` module. Rather it's nbclient
# available in nbconvert. See https://github.com/NixOS/nixpkgs/issues/171493#issuecomment-1116960488.
nbconvert
nbformat nbformat
pandas pandas
pydantic pydantic

Loading…
Cancel
Save