Merge pull request #171622 from samuela/samuela/wandb

python39Packages.wandb: use the correct nbclient dependency
This commit is contained in:
Samuel Ainsworth 2022-05-05 12:09:53 -07:00 committed by GitHub
commit 1340ce7de7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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