diff options
| author | github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> | 2023-05-16 00:03:08 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-16 00:03:08 +0000 |
| commit | 8af15d94de56ad7ea86df14d22ebfc116616ac17 (patch) | |
| tree | 1532da6030ea81a73a21ea57d86ee53d03209b0b /pkgs/development/python-modules/batchgenerators/default.nix | |
| parent | 54fba9982e9f012520da359274345f8d29bf1df2 (diff) | |
| parent | bedde01a4ea9b751139008db5495e2b44f25f185 (diff) | |
Merge staging-next into staging
Diffstat (limited to 'pkgs/development/python-modules/batchgenerators/default.nix')
| -rw-r--r-- | pkgs/development/python-modules/batchgenerators/default.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/batchgenerators/default.nix b/pkgs/development/python-modules/batchgenerators/default.nix index 9e0c81570445..a20598b61d01 100644 --- a/pkgs/development/python-modules/batchgenerators/default.nix +++ b/pkgs/development/python-modules/batchgenerators/default.nix @@ -9,7 +9,7 @@ , fetchpatch , scipy , scikit-learn -, scikitimage +, scikit-image , threadpoolctl }: @@ -33,7 +33,7 @@ buildPythonPackage rec { pillow scipy scikit-learn - scikitimage + scikit-image threadpoolctl ]; |
