about summary refs log tree commit diff
path: root/pkgs/development/python-modules/dm-haiku
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-14 13:04:10 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-05-14 13:04:10 +0200
commitcddb66d6552f3fb9912081601303d890dd693cc0 (patch)
tree75069abbc8b6ad92f586d99af021a56a803ad203 /pkgs/development/python-modules/dm-haiku
parent176aaf016abe98be350f8fb8cebbdd63d4b05be5 (diff)
python310Packages.scikit-image: rename from scikitimage
to match the pname and create an alias for the former name.
Diffstat (limited to 'pkgs/development/python-modules/dm-haiku')
-rw-r--r--pkgs/development/python-modules/dm-haiku/tests.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/development/python-modules/dm-haiku/tests.nix b/pkgs/development/python-modules/dm-haiku/tests.nix
index a951323e5d893..208fb14e76beb 100644
--- a/pkgs/development/python-modules/dm-haiku/tests.nix
+++ b/pkgs/development/python-modules/dm-haiku/tests.nix
@@ -12,7 +12,7 @@
 , bsuite
 , frozendict
 , dm-env
-, scikitimage
+, scikit-image
 , rlax
 , distrax
 , tensorflow-probability
@@ -42,7 +42,7 @@ buildPythonPackage rec {
     pytestCheckHook
     optax
     rlax
-    scikitimage
+    scikit-image
     tensorflow
     tensorflow-probability
   ];