Unverified Commit cddb66d6 authored by Martin Weinelt's avatar Martin Weinelt
Browse files

python310Packages.scikit-image: rename from scikitimage

to match the pname and create an alias for the former name.
parent 176aaf01
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -84,7 +84,7 @@ stdenv.mkDerivation rec {
  propagatedBuildInputs = lib.optionals pythonSupport (
    # requirements.txt
    let pp = python.pkgs; in ([
      pp.numpy pp.scipy pp.scikitimage pp.h5py
      pp.numpy pp.scipy pp.scikit-image pp.h5py
      pp.matplotlib pp.ipython pp.networkx pp.nose
      pp.pandas pp.python-dateutil pp.protobuf pp.gflags
      pp.pyyaml pp.pillow pp.six
+2 −2
Original line number Diff line number Diff line
@@ -14,7 +14,7 @@
, pytestCheckHook
, pythonOlder
, reproject
, scikitimage
, scikit-image
, shapely
}:

@@ -44,7 +44,7 @@ buildPythonPackage rec {
    pyavm
    pyregion
    reproject
    scikitimage
    scikit-image
    shapely
  ];

+2 −2
Original line number Diff line number Diff line
@@ -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
  ];

+2 −2
Original line number Diff line number Diff line
@@ -4,7 +4,7 @@
, python
, xvfb-run
, matplotlib
, scikitimage
, scikit-image
, numpy
, pandas
, imageio
@@ -31,7 +31,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    matplotlib
    scikitimage
    scikit-image
    numpy
    pandas
    imageio
+2 −2
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
, absl-py
, dm-env
, plotnine
, scikitimage
, scikit-image
, dm-tree
, patsy
, tensorflow-probability
@@ -45,7 +45,7 @@ let bsuite = buildPythonPackage rec {
    pandas
    patsy
    plotnine
    scikitimage
    scikit-image
    scipy
    statsmodels
    termcolor
Loading