python312Packages.plotly: add orca optional dependency set

This commit is contained in:
Peder Bergebakken Sundt
2024-10-11 23:23:03 +02:00
parent 6da24bc771
commit 20664a4fb5
@@ -20,6 +20,8 @@
which,
nbformat,
scikit-image,
orca,
psutil,
}:
buildPythonPackage rec {
@@ -51,6 +53,15 @@ buildPythonPackage rec {
kaleido
];
# packages/python/plotly/optional-requirements.txt
optional-dependencies = {
orca = [
orca
requests
psutil
];
};
nativeCheckInputs = [
pytestCheckHook
pandas