python312Packages.plotly: add orca optional dependency set
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user