python310Packages.scikit-image: rename from scikitimage

to match the pname and create an alias for the former name.
This commit is contained in:
Martin Weinelt 2023-05-14 13:04:10 +02:00
parent 176aaf016a
commit cddb66d655
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
29 changed files with 55 additions and 54 deletions

View File

@ -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

View File

@ -14,7 +14,7 @@
, pytestCheckHook
, pythonOlder
, reproject
, scikitimage
, scikit-image
, shapely
}:
@ -44,7 +44,7 @@ buildPythonPackage rec {
pyavm
pyregion
reproject
scikitimage
scikit-image
shapely
];

View File

@ -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
];

View File

@ -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

View File

@ -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

View File

@ -7,7 +7,7 @@
, pims
, pytestCheckHook
, pythonOlder
, scikitimage
, scikit-image
, scipy
}:
@ -32,7 +32,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
scikitimage
scikit-image
];
postPatch = ''

View File

@ -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
];

View File

@ -9,7 +9,7 @@
, pyclipper
, python-bidi
, torch
, scikitimage
, scikit-image
, scipy
, shapely
, torchvision
@ -34,7 +34,7 @@ buildPythonPackage rec {
'';
propagatedBuildInputs = [
scikitimage
scikit-image
hdf5
python-bidi
numpy

View File

@ -7,7 +7,7 @@
, openjpeg
, pytestCheckHook
, pythonOlder
, scikitimage
, scikit-image
, setuptools
}:
@ -36,7 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
lxml
pytestCheckHook
scikitimage
scikit-image
];
postConfigure = ''

View File

@ -1,4 +1,4 @@
{ lib, buildPythonPackage, fetchFromGitHub, pytest-runner, scikitimage }:
{ lib, buildPythonPackage, fetchFromGitHub, pytest-runner, scikit-image }:
buildPythonPackage {
pname = "image-match";
@ -14,7 +14,7 @@ buildPythonPackage {
buildInputs = [ pytest-runner ];
propagatedBuildInputs = [
scikitimage
scikit-image
];
# remove elasticsearch requirement due to version incompatibility

View File

@ -1,7 +1,7 @@
{ buildPythonPackage
, fetchPypi
, numpy
, scikitimage
, scikit-image
, lib
, opencv3
}:
@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
numpy
scikitimage
scikit-image
opencv3
];

View File

@ -5,7 +5,7 @@
, numpy
, opencv3
, pytestCheckHook
, scikitimage
, scikit-image
, scipy
, shapely
, six
@ -37,7 +37,7 @@ buildPythonPackage rec {
imagecorruptions
numpy
opencv3
scikitimage
scikit-image
scipy
shapely
six
@ -79,6 +79,6 @@ buildPythonPackage rec {
platforms = platforms.linux;
# Scikit-image 0.19 update broke API, see https://github.com/scikit-image/scikit-image/releases/tag/v0.19.0
# and https://github.com/scikit-image/scikit-image/issues/6093
broken = lib.versionAtLeast scikitimage.version "0.19";
broken = lib.versionAtLeast scikit-image.version "0.19";
};
}

View File

@ -7,7 +7,7 @@
, nibabel
, numpy
, scikit-fuzzy
, scikitimage
, scikit-image
, scikit-learn
, scipy
, statsmodels
@ -31,7 +31,7 @@ buildPythonPackage rec {
nibabel
numpy
scikit-fuzzy
scikitimage
scikit-image
scikit-learn
scipy
statsmodels

View File

@ -11,7 +11,7 @@
, numpy
, opencv3
, pillow
, scikitimage
, scikit-image
, scipy
, tensorflow
}:
@ -54,7 +54,7 @@ buildPythonPackage rec {
numpy
opencv3
pillow
scikitimage
scikit-image
scipy
tensorflow
];

View File

@ -12,7 +12,7 @@
# Advanced image processing (triples size of output)
, advancedProcessing ? false
, opencv3
, scikitimage
, scikit-image
, scikit-learn
, scipy
, matplotlib
@ -48,7 +48,7 @@ buildPythonPackage rec {
proglog
] ++ lib.optionals advancedProcessing [
opencv3
scikitimage
scikit-image
scikit-learn
scipy
matplotlib

View File

@ -22,7 +22,7 @@
, pillow
, pythonOlder
, pyyaml
, scikitimage
, scikit-image
, scipy
, setuptools-scm
, sphinx
@ -84,7 +84,7 @@ mkDerivationWith buildPythonPackage rec {
pydantic
pyopengl
pyyaml
scikitimage
scikit-image
scipy
sphinx
superqt

View File

@ -9,7 +9,7 @@
, fsspec
, numpy
, requests
, scikitimage
, scikit-image
, s3fs
, toolz
, zarr
@ -44,7 +44,7 @@ buildPythonPackage rec {
aiohttp
requests
s3fs
scikitimage
scikit-image
toolz
];

View File

@ -5,7 +5,7 @@
, numpy
, pytestCheckHook
, pythonOlder
, scikitimage
, scikit-image
, slicerator
}:
@ -31,7 +31,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
scikitimage
scikit-image
];
pythonImportsCheck = [

View File

@ -4,7 +4,7 @@
, pythonOlder
, docopt
, pillow
, scikitimage
, scikit-image
, aggdraw
, pytestCheckHook
, ipython
@ -34,7 +34,7 @@ buildPythonPackage rec {
docopt
ipython
pillow
scikitimage
scikit-image
];
nativeCheckInputs = [

View File

@ -13,7 +13,7 @@
, pyyaml
, scipy
, requests
, scikitimage
, scikit-image
, six
, tabulate
, torch
@ -52,7 +52,7 @@ buildPythonPackage rec {
pyyaml
scipy
requests
scikitimage
scikit-image
tabulate
torch
torchvision

View File

@ -43,7 +43,7 @@
, pyyaml
, redis
, requests
, scikitimage
, scikit-image
, scipy
, setproctitle
, smart-open
@ -103,7 +103,7 @@ buildPythonPackage rec {
gym
lz4
matplotlib
scikitimage
scikit-image
pyyaml
scipy
];

View File

@ -8,7 +8,7 @@
, pathlib
, numpy
, requests
, scikitimage
, scikit-image
, six
, pytestCheckHook
, isPy27
@ -32,7 +32,7 @@ buildPythonPackage rec {
packaging
numpy
requests
scikitimage
scikit-image
six
tifffile
] ++ lib.optionals isPy27 [ pathlib enum34 ];

View File

@ -25,7 +25,7 @@
, pythonOlder
, qdarkstyle
, qimage2ndarray
, scikitimage
, scikit-image
, scipy
, tables
}:
@ -57,7 +57,7 @@ buildPythonPackage rec {
pandas
tables
git
scikitimage
scikit-image
matplotlib
qdarkstyle
gitpython

View File

@ -21,7 +21,7 @@
, pytest-mock
, python-dateutil
, pythonOlder
, scikitimage
, scikit-image
, scipy
, setuptools-scm
, sqlalchemy
@ -62,7 +62,7 @@ buildPythonPackage rec {
sqlalchemy
];
image = [
scikitimage
scikit-image
scipy
];
net = [

View File

@ -29,7 +29,7 @@
, pytest-xdist
, pytestCheckHook
, requests
, scikitimage
, scikit-image
, scipy
, six
, tensorflow
@ -96,7 +96,7 @@ buildPythonPackage rec {
pydub
pytest-xdist
pytestCheckHook
scikitimage
scikit-image
scipy
tensorflow
tifffile

View File

@ -3,7 +3,7 @@
, fetchFromGitHub
, cloudpickle
, scikit-learn
, scikitimage
, scikit-image
, packaging
, psutil
, py-deprecate
@ -40,7 +40,7 @@ buildPythonPackage {
nativeCheckInputs = [
pytorch-lightning
scikit-learn
scikitimage
scikit-image
cloudpickle
psutil
pytestCheckHook

View File

@ -15918,7 +15918,7 @@
"cython",
"setuptools"
],
"scikitimage": [
"scikit-image": [
"cython",
"setuptools"
],

View File

@ -264,6 +264,7 @@ mapAliases ({
ruamel_yaml_clib = ruamel-yaml-clib; # added 2021-11-01
runway-python = throw "SDK has been deprecated and was archived by upstream"; # added 2023-05-03
sapi-python-client = kbcstorage; # added 2022-04-20
scikitimage = scikit-image; # added 2023-05-14
scikitlearn = scikit-learn; # added 2021-07-21
selectors34 = throw "selectors34 has been removed: functionality provided by Python itself; archived by upstream."; # added 2021-06-10
setuptools_scm = setuptools-scm; # added 2021-06-03

View File

@ -10776,7 +10776,7 @@ self: super: with self; {
scikit-hep-testdata = callPackage ../development/python-modules/scikit-hep-testdata { };
scikitimage = callPackage ../development/python-modules/scikit-image { };
scikit-image = callPackage ../development/python-modules/scikit-image { };
scikit-learn = callPackage ../development/python-modules/scikit-learn {
inherit (pkgs) gfortran glibcLocales;