Skip to content

Commit 534c90d

Browse files
committed
python312Packages.plotly: Add kaleido to dependencies
1 parent 25ad2d1 commit 534c90d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkgs/development/python-modules/plotly/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
setuptools,
66
packaging,
77
tenacity,
8+
kaleido,
89
}:
910

1011
buildPythonPackage rec {
@@ -29,6 +30,7 @@ buildPythonPackage rec {
2930
dependencies = [
3031
packaging
3132
tenacity
33+
kaleido
3234
];
3335

3436
pythonImportsCheck = [ "plotly" ];

0 commit comments

Comments
 (0)