Merge pull request #231826 from mweinelt/scikitimage-alias

python310Packages.scikit-image: rename from scikitimage
This commit is contained in:
Martin Weinelt
2023-05-16 01:53:43 +02:00
committed by GitHub
29 changed files with 55 additions and 54 deletions
@@ -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
@@ -14,7 +14,7 @@
, pytestCheckHook
, pythonOlder
, reproject
, scikitimage
, scikit-image
, shapely
}:
@@ -44,7 +44,7 @@ buildPythonPackage rec {
pyavm
pyregion
reproject
scikitimage
scikit-image
shapely
];
@@ -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
];
@@ -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
@@ -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
@@ -7,7 +7,7 @@
, pims
, pytestCheckHook
, pythonOlder
, scikitimage
, scikit-image
, scipy
}:
@@ -32,7 +32,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
scikitimage
scikit-image
];
postPatch = ''
@@ -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
];
@@ -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
@@ -7,7 +7,7 @@
, openjpeg
, pytestCheckHook
, pythonOlder
, scikitimage
, scikit-image
, setuptools
}:
@@ -36,7 +36,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
lxml
pytestCheckHook
scikitimage
scikit-image
];
postConfigure = ''
@@ -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
@@ -1,7 +1,7 @@
{ buildPythonPackage
, fetchPypi
, numpy
, scikitimage
, scikit-image
, lib
, opencv3
}:
@@ -22,7 +22,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
numpy
scikitimage
scikit-image
opencv3
];
@@ -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";
};
}
@@ -10,7 +10,7 @@
, pydicom
, pymedio
, scikit-fuzzy
, scikitimage
, scikit-image
, scikit-learn
, scipy
, simpleitk
@@ -45,7 +45,7 @@ buildPythonPackage rec {
pydicom
pymedio
scikit-fuzzy
scikitimage
scikit-image
scikit-learn
scipy
simpleitk
@@ -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
];
@@ -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
@@ -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
@@ -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
];
@@ -5,7 +5,7 @@
, numpy
, pytestCheckHook
, pythonOlder
, scikitimage
, scikit-image
, slicerator
}:
@@ -31,7 +31,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
scikitimage
scikit-image
];
pythonImportsCheck = [
@@ -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 = [
@@ -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
@@ -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
];
@@ -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 ];
@@ -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
@@ -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 = [
@@ -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
@@ -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
@@ -15918,7 +15918,7 @@
"cython",
"setuptools"
],
"scikitimage": [
"scikit-image": [
"cython",
"setuptools"
],
+1
View File
@@ -265,6 +265,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
+1 -1
View File
@@ -10783,7 +10783,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;