Skip to content

Commit 20664a4

Browse files
committed
python312Packages.plotly: add orca optional dependency set
1 parent 6da24bc commit 20664a4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
which,
2121
nbformat,
2222
scikit-image,
23+
orca,
24+
psutil,
2325
}:
2426

2527
buildPythonPackage rec {
@@ -51,6 +53,15 @@ buildPythonPackage rec {
5153
kaleido
5254
];
5355

56+
# packages/python/plotly/optional-requirements.txt
57+
optional-dependencies = {
58+
orca = [
59+
orca
60+
requests
61+
psutil
62+
];
63+
};
64+
5465
nativeCheckInputs = [
5566
pytestCheckHook
5667
pandas

0 commit comments

Comments
 (0)