haesleinhuepf/devbio-napari

cannot install devtio-napari 0.10.1 and conda=23.11.0 into the same environment

Opened this issue · 1 comments

I tried to install the latest conda and the latest devbio-napari in the same environment in order to get constructor to work with menuinst v2.0.2 (because menuinst v2 works also for mac and linux installers and is used by napari-menu).

However, mamba gave me dependency conflicts.

here is the install command I tried:

mamba create -n devbio-napari-env "python=3.11" "devbio-napari=0.10.1" pyqt pyrsistent "menuinst>=2.0.2" "conda>=23.11.0" mamba pip
detailed error log
Could not solve for environment specs
The following packages are incompatible
├─ devbio-napari 0.10.1**  is installable with the potential options
│  ├─ devbio-napari 0.10.1 would require
│  │  └─ libxml2 <=2.10.4  with the potential options
│  │     ├─ libxml2 [2.10.0|2.10.1|...|2.9.9], which can be installed;
│  │     ├─ libxml2 [2.9.3|2.9.4] would require
│  │     │  └─ vc 10.* , which does not exist (perhaps a missing channel);
│  │     ├─ libxml2 2.9.4 would require
│  │     │  └─ vc 10 , which does not exist (perhaps a missing channel);
│  │     └─ libxml2 [2.9.5|2.9.7] would require
│  │        └─ zlib 1.2.11 , which can be installed;
│  ├─ devbio-napari 0.10.1 would require
│  │  └─ __linux, which is missing on the system;
│  └─ devbio-napari 0.10.1 would require
│     └─ __osx, which is missing on the system;
├─ mamba is installable with the potential options
│  ├─ mamba [0.0.7|0.1.0] would require
│  │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  ├─ mamba [0.0.7|0.1.0] would require
│  │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  ├─ mamba [0.1.1|0.1.2|...|0.9.2] would require
│  │  ├─ python >=3.6,<3.7.0a0 , which can be installed;
│  │  └─ python_abi 3.6.* *_cp36m, which can be installed;
│  ├─ mamba [0.1.1|0.1.2|...|0.9.2] would require
│  │  ├─ python >=3.7,<3.8.0a0 , which can be installed;
│  │  └─ python_abi 3.7.* *_cp37m, which can be installed;
│  ├─ mamba [0.1.2|0.10.0|...|1.5.3] would require
│  │  ├─ python >=3.8,<3.9.0a0 , which can be installed;
│  │  └─ python_abi 3.8.* *_cp38, which can be installed;
│  ├─ mamba [0.10.0|0.11.1|...|1.5.3] would require
│  │  ├─ python >=3.9,<3.10.0a0 , which can be installed;
│  │  └─ python_abi 3.9.* *_cp39, which can be installed;
│  ├─ mamba [0.18.1|0.18.2|...|1.5.3] would require
│  │  ├─ python >=3.10,<3.11.0a0 , which can be installed;
│  │  └─ python_abi 3.10.* *_cp310, which can be installed;
│  ├─ mamba [0.25.0|0.26.0|...|1.2.0] would require
│  │  └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│  ├─ mamba [0.25.0|0.26.0|...|1.2.0] would require
│  │  └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│  ├─ mamba [1.0.0|1.1.0] would require
│  │  └─ conda >=4.8,<23.4  with the potential options
│  │     ├─ conda [22.11.1|22.9.0|...|4.14.0] would require
│  │     │  ├─ python >=3.10,<3.11.0a0 , which can be installed;
│  │     │  └─ python_abi 3.10.* *_cp310, which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|...|23.9.0] would require
│  │     │  └─ menuinst >=1.4.11,<2  with the potential options
│  │     │     ├─ menuinst [1.4.11|1.4.12|1.4.13|1.4.14|1.4.16] would require
│  │     │     │  └─ python [2.7* |>=2.7,<2.8.0a0 ], which can be installed;
│  │     │     ├─ menuinst [1.4.11|1.4.12|1.4.13|1.4.14] would require
│  │     │     │  └─ python [3.5* |>=3.5,<3.6.0a0 ], which can be installed;
│  │     │     ├─ menuinst 1.4.11 would require
│  │     │     │  └─ python 3.6* , which can be installed;
│  │     │     ├─ menuinst [1.4.11|1.4.12|...|1.4.18] would require
│  │     │     │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  │     │     ├─ menuinst [1.4.11|1.4.13|...|1.4.19] would require
│  │     │     │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  │     │     ├─ menuinst [1.4.16|1.4.17|1.4.18] would require
│  │     │     │  ├─ python >=3.6,<3.7.0a0 , which can be installed;
│  │     │     │  └─ python_abi 3.6.* *_cp36m, which can be installed;
│  │     │     ├─ menuinst [1.4.16|1.4.17|1.4.18|1.4.19] would require
│  │     │     │  ├─ python >=3.7,<3.8.0a0 , which can be installed;
│  │     │     │  └─ python_abi 3.7.* *_cp37m, which can be installed;
│  │     │     ├─ menuinst [1.4.16|1.4.17|1.4.18|1.4.19] would require
│  │     │     │  └─ python >=3.8,<3.9.0a0 , which can be installed;
│  │     │     ├─ menuinst [1.4.16|1.4.17|...|2.0.2] would require
│  │     │     │  ├─ python >=3.8,<3.9.0a0 , which can be installed;
│  │     │     │  └─ python_abi 3.8.* *_cp38, which can be installed;
│  │     │     ├─ menuinst [1.4.16|1.4.17|...|2.0.2] would require
│  │     │     │  ├─ python >=3.9,<3.10.0a0 , which can be installed;
│  │     │     │  └─ python_abi 3.9.* *_cp39, which can be installed;
│  │     │     ├─ menuinst [1.4.18|1.4.19|1.4.20|2.0.2] would require
│  │     │     │  ├─ python >=3.10,<3.11.0a0 , which can be installed;
│  │     │     │  └─ python_abi 3.10.* *_cp310, which can be installed;
│  │     │     ├─ menuinst [1.4.19|1.4.20], which can be installed;
│  │     │     ├─ menuinst 1.4.19 would require
│  │     │     │  └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│  │     │     ├─ menuinst 1.4.19 would require
│  │     │     │  └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│  │     │     ├─ menuinst [1.4.19|1.4.20|2.0.2] would require
│  │     │     │  └─ python_abi 3.12.* *_cp312, which can be installed;
│  │     │     ├─ menuinst [1.4.19|1.4.20|2.0.2] would require
│  │     │     │  └─ pypy3.9 >=7.3.13 , which can be installed;
│  │     │     ├─ menuinst [1.4.16|1.4.17|1.4.18|1.4.19] would require
│  │     │     │  └─ python >=3.9,<3.10.0a0 , which can be installed;
│  │     │     └─ menuinst [1.4.17|1.4.19] would require
│  │     │        └─ python >=3.10,<3.11.0a0 , which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|...|4.9.2] would require
│  │     │  ├─ python >=3.8,<3.9.0a0 , which can be installed;
│  │     │  └─ python_abi 3.8.* *_cp38, which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|...|4.9.2] would require
│  │     │  ├─ python >=3.9,<3.10.0a0 , which can be installed;
│  │     │  └─ python_abi 3.9.* *_cp39, which can be installed;
│  │     ├─ conda [22.11.0|22.11.1|...|4.14.0] would require
│  │     │  └─ python >=3.10,<3.11.0a0 , which can be installed;
│  │     ├─ conda [22.11.0|22.11.1|...|4.9.2] would require
│  │     │  └─ python >=3.8,<3.9.0a0 , which can be installed;
│  │     ├─ conda [22.11.0|22.11.1|...|4.9.2] would require
│  │     │  └─ python >=3.9,<3.10.0a0 , which can be installed;
│  │     ├─ conda [22.9.0|4.10.0|...|4.9.2] would require
│  │     │  ├─ python >=3.7,<3.8.0a0 , which can be installed;
│  │     │  └─ python_abi 3.7.* *_cp37m, which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|4.14.0] would require
│  │     │  └─ python_abi 3.8 *_pypy38_pp73, which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|4.14.0] would require
│  │     │  └─ python_abi 3.9 *_pypy39_pp73, which can be installed;
│  │     ├─ conda [23.1.0|23.3.0|...|23.7.3] would require
│  │     │  └─ pypy3.8 >=7.3.11 , which can be installed;
│  │     ├─ conda [23.1.0|23.3.0|...|23.7.3] would require
│  │     │  └─ pypy3.9 >=7.3.11 , which can be installed;
│  │     ├─ conda [22.11.0|22.11.1|...|4.9.2] would require
│  │     │  └─ python >=3.7,<3.8.0a0 , which can be installed;
│  │     ├─ conda [4.10.0|4.10.1|...|4.9.2] would require
│  │     │  ├─ python >=3.6,<3.7.0a0 , which can be installed;
│  │     │  └─ python_abi 3.6.* *_cp36m, which can be installed;
│  │     ├─ conda [4.8.0|4.8.1|4.8.2|4.8.3] would require
│  │     │  └─ python >=2.7,<2.8.0a0 , which can be installed;
│  │     ├─ conda [4.10.0|4.10.1|...|4.9.2] would require
│  │     │  └─ python >=3.6,<3.7.0a0 , which can be installed;
│  │     └─ conda 4.8.3 would require
│  │        ├─ python >=2.7,<2.8.0a0 , which can be installed;
│  │        └─ python_abi 2.7.* *_cp27m, which can be installed;
│  ├─ mamba [1.2.0|1.3.0|...|1.5.1] would require
│  │  └─ conda [>=4.14,<23.4 |>=4.14,<23.9.0a0 ] with the potential options
│  │     ├─ conda [22.11.1|22.9.0|...|4.14.0], which can be installed (as previously explained);
│  │     ├─ conda [22.11.1|22.9.0|...|23.9.0], which can be installed (as previously explained);
│  │     ├─ conda [22.11.1|22.9.0|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [22.11.1|22.9.0|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [22.11.0|22.11.1|...|4.14.0], which can be installed (as previously explained);
│  │     ├─ conda [22.11.0|22.11.1|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [22.11.0|22.11.1|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [22.9.0|4.10.0|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [22.11.1|22.9.0|4.14.0], which can be installed (as previously explained);
│  │     ├─ conda [22.11.1|22.9.0|4.14.0], which can be installed (as previously explained);
│  │     ├─ conda [23.1.0|23.3.0|...|23.7.3], which can be installed (as previously explained);
│  │     ├─ conda [23.1.0|23.3.0|...|23.7.3], which can be installed (as previously explained);
│  │     ├─ conda 23.7.4 would require
│  │     │  └─ pypy3.9 >=7.3.12 , which can be installed;
│  │     └─ conda [22.11.0|22.11.1|...|4.9.2], which can be installed (as previously explained);
│  ├─ mamba [1.3.0|1.3.1|...|1.5.1] would require
│  │  └─ pypy3.8 >=7.3.11 , which can be installed;
│  ├─ mamba [1.3.0|1.3.1|...|1.5.0] would require
│  │  └─ pypy3.9 >=7.3.11 , which can be installed;
│  ├─ mamba [1.5.0|1.5.1] would require
│  │  └─ pypy3.9 >=7.3.12 , which can be installed;
│  ├─ mamba [1.5.1|1.5.2|1.5.3] would require
│  │  └─ pypy3.9 >=7.3.13 , which can be installed;
│  ├─ mamba [1.5.2|1.5.3] would require
│  │  └─ conda >=23.9,<23.11.0  with the potential options
│  │     ├─ conda [22.11.1|22.9.0|...|4.14.0], which can be installed (as previously explained);
│  │     ├─ conda [22.11.1|22.9.0|...|23.9.0], which can be installed (as previously explained);
│  │     ├─ conda [23.10.0|23.9.0] would require
│  │     │  └─ python_abi 3.12.* *_cp312, which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [23.10.0|23.9.0] would require
│  │     │  └─ pypy3.9 >=7.3.13 , which can be installed;
│  │     ├─ conda [22.11.1|22.9.0|...|4.9.2], which can be installed (as previously explained);
│  │     ├─ conda [22.11.0|22.11.1|...|4.14.0], which can be installed (as previously explained);
│  │     ├─ conda [22.11.0|22.11.1|...|4.9.2], which can be installed (as previously explained);
│  │     └─ conda [22.11.0|22.11.1|...|4.9.2], which can be installed (as previously explained);
│  ├─ mamba [1.5.2|1.5.3] would require
│  │  └─ python_abi 3.12.* *_cp312, which can be installed;
│  └─ mamba [1.5.4|1.5.5|1.5.6] would require
│     └─ libmambapy [1.5.4 py310h04f2035_0|1.5.4 py311h0317a69_0|...|1.5.6 py39h993ce4e_0], which requires
│        └─ libmamba [1.5.4 h3f09ed1_0|1.5.5 h3f09ed1_0|1.5.6 h3f09ed1_0], which requires
│           └─ libarchive >=3.7.2,<3.8.0a0  but there are no viable options
│              ├─ libarchive 3.7.2 would require
│              │  ├─ libxml2 >=2.11.5,<2.12.0a0 , which conflicts with any installable versions previously reported;
│              │  └─ libzlib >=1.2.13,<1.3.0a0  but there are no viable options
│              │     ├─ libzlib 1.2.13 would require
│              │     │  └─ zlib 1.2.13 *_4, which conflicts with any installable versions previously reported;
│              │     └─ libzlib 1.2.13 would require
│              │        └─ zlib 1.2.13 *_5, which conflicts with any installable versions previously reported;
│              └─ libarchive 3.7.2 would require
│                 ├─ libxml2 >=2.12.2,<2.13.0a0 , which conflicts with any installable versions previously reported;
│                 └─ libzlib >=1.2.13,<1.3.0a0 , which cannot be installed (as previously explained);
├─ menuinst >=2.0.2  is installable with the potential options
│  ├─ menuinst [1.4.16|1.4.17|...|2.0.2], which can be installed (as previously explained);
│  ├─ menuinst [1.4.16|1.4.17|...|2.0.2], which can be installed (as previously explained);
│  ├─ menuinst [1.4.18|1.4.19|1.4.20|2.0.2], which can be installed (as previously explained);
│  ├─ menuinst [1.4.19|1.4.20|2.0.2], which can be installed (as previously explained);
│  ├─ menuinst [1.4.19|1.4.20|2.0.2], which can be installed (as previously explained);
│  └─ menuinst 2.0.2 conflicts with any installable versions previously reported;
└─ python 3.11**  is not installable because it conflicts with any installable versions previously reported.

If I relax the devbio-napari version, it works but it tries to install v 0.8:

mamba create -n devbio-napari-env "python=3.11" devbio-napari pyqt pyrsistent "menuinst>=2.0.2" "conda>=23.11.0" mamba pip
package versions that would be installed with relaxed devbio-napari version constraints
Looking for: ['python=3.11', 'devbio-napari', 'pyqt', 'pyrsistent', "menuinst[version='>=2.0.2']", "conda[version='>=23.11.0']", 'mamba', 'pip']

conda-forge/win-64 Using cache
conda-forge/noarch Using cache
pkgs/main/noarch No change
pkgs/main/win-64 No change
pkgs/r/win-64 No change
pkgs/msys2/noarch No change
pkgs/msys2/win-64 No change
pkgs/r/noarch No change
Transaction

Prefix: C:\Users\Till\mambaforge\envs\dbn

Updating specs:

  • python=3.11
  • devbio-napari
  • pyqt
  • pyrsistent
  • menuinst[version='>=2.0.2']
  • conda[version='>=23.11.0']
  • mamba
  • pip

Package Version Build Channel e

Install:

  • libexpat 2.5.0 h63175ca_1 conda-forge Cad
  • ucrt 10.0.22621.0 h57928b3_0 conda-forge Cad
  • python_abi 3.11 4_cp311 conda-forge Cad
  • ca-certificates 2023.11.17 h56e8100_0 conda-forge Cad
  • intel-openmp 2023.2.0 h57928b3_50497 conda-forge Cad
  • msys2-conda-epoch 20160418 1 conda-forge Cad
  • pandoc 3.1.3 h57928b3_0 conda-forge Cad
  • winpty 0.4.3 4 conda-forge Cad
  • expat 2.5.0 h63175ca_1 conda-forge Cad
  • vc14_runtime 14.38.33130 h82b7239_18 conda-forge Cad
  • m2w64-libwinpthread-git 5.0.0.4634.697f757 2 conda-forge Cad
  • m2w64-gmp 6.1.0 2 conda-forge Cad
  • vs2015_runtime 14.38.33130 hcb4865c_18 conda-forge Cad
  • vc 14.3 hcf57466_18 conda-forge Cad
  • m2w64-gcc-libs-core 5.3.0 7 conda-forge Cad
  • libsodium 1.0.18 h8d14728_1 conda-forge Cad
  • libzopfli 1.0.3 h0e60522_0 conda-forge Cad
  • lzo 2.10 he774522_1000 conda-forge Cad
  • eigen 3.4.0 h91493d7_0 conda-forge Cad
  • x264 1!164.3095 h8ffe710_2 conda-forge Cad
  • libopus 1.3.1 h8ffe710_1 conda-forge Cad
  • libogg 1.3.4 h8ffe710_1 conda-forge Cad
  • rav1e 0.6.6 h975169c_2 conda-forge B
  • dav1d 1.2.1 hcfcfb64_0 conda-forge Cad
  • yaml 0.2.5 h8ffe710_2 conda-forge Cad
  • openh264 2.4.0 h63175ca_0 conda-forge 4B
  • aom 3.7.1 h63175ca_0 conda-forge B
  • x265 3.5 h2d74725_3 conda-forge Cad
  • zlib-ng 2.0.7 hcfcfb64_0 conda-forge Cad
  • snappy 1.1.10 hfb803bf_0 conda-forge Cad
  • libbrotlicommon 1.1.0 hcfcfb64_1 conda-forge B
  • svt-av1 1.7.0 h63175ca_0 conda-forge B
  • libaec 1.1.2 h63175ca_1 conda-forge Cad
  • jxrlib 1.1 hcfcfb64_3 conda-forge Cad
  • giflib 5.2.1 h64bf75a_3 conda-forge Cad
  • lz4-c 1.9.4 hcfcfb64_0 conda-forge Cad
  • libiconv 1.17 hcfcfb64_2 conda-forge Cad
  • pthreads-win32 2.9.1 hfa6e2cd_3 conda-forge Cad
  • fftw 3.3.10 nompi_h38027f0_108 conda-forge Cad
  • reproc 14.2.4.post0 hcfcfb64_1 conda-forge Cad
  • yaml-cpp 0.8.0 h63175ca_0 conda-forge Cad
  • fmt 10.1.1 h181d51b_1 conda-forge Cad
  • libwebp-base 1.3.2 hcfcfb64_0 conda-forge Cad
  • libjpeg-turbo 3.0.0 hcfcfb64_1 conda-forge Cad
  • icu 73.2 h63175ca_0 conda-forge Cad
  • tk 8.6.13 h5226925_1 conda-forge Cad
  • openssl 3.2.0 hcfcfb64_1 conda-forge Cad
  • xz 5.2.6 h8d14728_0 conda-forge Cad
  • libzlib 1.2.13 hcfcfb64_5 conda-forge Cad
  • libffi 3.4.2 h8ffe710_5 conda-forge Cad
  • bzip2 1.0.8 hcfcfb64_5 conda-forge Cad
  • khronos-opencl-icd-loader 2023.04.17 h64bf75a_0 conda-forge Cad
  • zfp 1.0.1 h63175ca_0 conda-forge Cad
  • libdeflate 1.19 hcfcfb64_0 conda-forge Cad
  • charls 2.4.2 h1537add_0 conda-forge B
  • lerc 4.0.0 h63175ca_0 conda-forge Cad
  • libsqlite 3.44.2 hcfcfb64_0 conda-forge Cad
  • m2w64-gcc-libgfortran 5.3.0 6 conda-forge Cad
  • zeromq 4.3.4 h0e60522_1 conda-forge Cad
  • libvorbis 1.3.7 h0e60522_0 conda-forge Cad
  • libbrotlidec 1.1.0 hcfcfb64_1 conda-forge B
  • libbrotlienc 1.1.0 hcfcfb64_1 conda-forge 2B
  • libavif 1.0.1 h7a9aacb_3 conda-forge 1B
  • gettext 0.21.1 h5728263_0 conda-forge Cad
  • reproc-cpp 14.2.4.post0 h63175ca_1 conda-forge Cad
  • krb5 1.21.2 heb0366b_0 conda-forge Cad
  • libclang13 15.0.7 default_h77d9078_3 conda-forge Cad
  • libxml2 2.11.6 hc3477c8_0 conda-forge B
  • libsolv 0.7.27 h12be248_0 conda-forge Cad
  • libssh2 1.11.0 h7dfc565_0 conda-forge Cad
  • libpng 1.6.39 h19919ed_0 conda-forge Cad
  • zstd 1.5.5 h12be248_0 conda-forge Cad
  • pcre2 10.42 h17e33f8_0 conda-forge Cad
  • m2w64-gcc-libs 5.3.0 7 conda-forge Cad
  • brotli-bin 1.1.0 hcfcfb64_1 conda-forge B
  • libclang 15.0.7 default_h77d9078_3 conda-forge Cad
  • libhwloc 2.9.3 default_haede6df_1009 conda-forge B
  • libcurl 8.5.0 hd5e4a3a_0 conda-forge Cad
  • freetype 2.12.1 hdaf720e_2 conda-forge Cad
  • libarchive 3.7.2 h6f8411a_0 conda-forge 9B
  • libtiff 4.6.0 h6e2ebb7_2 conda-forge Cad
  • c-blosc2 2.12.0 h183a6f4_0 conda-forge Cad
  • blosc 1.21.5 hdccc3a2_0 conda-forge Cad
  • libglib 2.78.3 h16e383f_0 conda-forge Cad
  • xorg-libxdmcp 1.1.3 hcd874cb_0 conda-forge Cad
  • pthread-stubs 0.4 hcd874cb_1001 conda-forge Cad
  • xorg-libxau 1.0.11 hcd874cb_0 conda-forge Cad
  • brotli 1.1.0 hcfcfb64_1 conda-forge B
  • tbb 2021.11.0 h91493d7_0 conda-forge 1B
  • hdf5 1.14.3 nompi_h73e8ff5_100 conda-forge B
  • fontconfig 2.14.2 hbde0cde_0 conda-forge Cad
  • libmamba 1.5.6 h3f09ed1_0 conda-forge Cad
  • openjpeg 2.5.0 h3d672ee_3 conda-forge Cad
  • lcms2 2.16 h67d730c_0 conda-forge Cad
  • glib-tools 2.78.3 h12be248_0 conda-forge Cad
  • libxcb 1.15 hcd874cb_0 conda-forge Cad
  • mkl 2023.2.0 h6a75c08_50497 conda-forge Cad
  • libitk 5.3.0 h170c4af_8 conda-forge B
  • libblas 3.9.0 20_win64_mkl conda-forge Cad
  • libcblas 3.9.0 20_win64_mkl conda-forge Cad
  • liblapack 3.9.0 20_win64_mkl conda-forge Cad
  • liblapacke 3.9.0 20_win64_mkl conda-forge B
  • suitesparse 5.4.0 h5d0cbe0_1 conda-forge B
  • tzdata 2023d h0c530f3_0 conda-forge Cad
  • pybind11-abi 4 hd8ed1ab_3 conda-forge Cad
  • font-ttf-dejavu-sans-mono 2.37 hab24e00_0 conda-forge Cad
  • font-ttf-inconsolata 3.000 h77eed37_0 conda-forge Cad
  • font-ttf-source-code-pro 2.038 h77eed37_0 conda-forge Cad
  • font-ttf-ubuntu 0.83 h77eed37_1 conda-forge Cad
  • llvm-meta 5.0.0 0 conda-forge B
  • fonts-conda-forge 1 0 conda-forge Cad
  • fonts-conda-ecosystem 1 0 conda-forge Cad
  • python 3.11.7 h2628c8c_1_cpython conda-forge Cad
  • openmp 5.0.0 vc14_1 conda-forge 5B
  • ffmpeg 6.1.0 gpl_h8ec0088_102 conda-forge B
  • libflang 5.0.0 h6538335_20180525 conda-forge 5B
  • wheel 0.42.0 pyhd8ed1ab_0 conda-forge Cad
  • setuptools 69.0.3 pyhd8ed1ab_0 conda-forge Cad
  • pip 23.3.2 pyhd8ed1ab_0 conda-forge Cad
  • sphinxcontrib-jsmath 1.0.1 pyhd8ed1ab_0 conda-forge Cad
  • shellingham 1.5.4 pyhd8ed1ab_0 conda-forge Cad
  • win_inet_pton 1.1.0 pyhd8ed1ab_6 conda-forge Cad
  • types-python-dateutil 2.8.19.20240106 pyhd8ed1ab_0 conda-forge Cad
  • soupsieve 2.5 pyhd8ed1ab_1 conda-forge Cad
  • webencodings 0.5.1 pyhd8ed1ab_2 conda-forge Cad
  • parso 0.8.3 pyhd8ed1ab_0 conda-forge Cad
  • json5 0.9.14 pyhd8ed1ab_0 conda-forge Cad
  • mdurl 0.1.2 pyhd8ed1ab_0 conda-forge Cad
  • mistune 3.0.2 pyhd8ed1ab_0 conda-forge Cad
  • pandocfilters 1.5.0 pyhd8ed1ab_0 conda-forge Cad
  • defusedxml 0.7.1 pyhd8ed1ab_0 conda-forge Cad
  • python-fastjsonschema 2.19.1 pyhd8ed1ab_0 conda-forge Cad
  • ipython_genutils 0.2.0 py_1 conda-forge Cad
  • tomli-w 1.0.0 pyhd8ed1ab_0 conda-forge B
  • locket 1.0.0 pyhd8ed1ab_0 conda-forge Cad
  • wcwidth 0.2.13 pyhd8ed1ab_0 conda-forge Cad
  • mypy_extensions 1.0.0 pyha770c72_0 conda-forge Cad
  • pure_eval 0.2.2 pyhd8ed1ab_0 conda-forge Cad
  • executing 2.0.1 pyhd8ed1ab_0 conda-forge Cad
  • mpmath 1.3.0 pyhd8ed1ab_0 conda-forge 4B
  • aiofiles 22.1.0 pyhd8ed1ab_0 conda-forge Cad
  • fasteners 0.17.3 pyhd8ed1ab_0 conda-forge Cad
  • asciitree 0.3.3 py_2 conda-forge Cad
  • pycparser 2.21 pyhd8ed1ab_0 conda-forge Cad
  • quantiphy 2.19 pyhd8ed1ab_1 conda-forge B
  • pyspellchecker 0.7.3 pyhd8ed1ab_0 conda-forge B
  • more-itertools 10.2.0 pyhd8ed1ab_0 conda-forge Cad
  • win32_setctime 1.1.0 pyhd8ed1ab_0 conda-forge Cad
  • ply 3.11 py_1 conda-forge Cad
  • cached_property 1.5.2 pyha770c72_1 conda-forge Cad
  • six 1.16.0 pyh6c4a22f_0 conda-forge Cad
  • sphinxcontrib-serializinghtml 1.1.5 pyhd8ed1ab_2 conda-forge Cad
  • sphinxcontrib-qthelp 1.0.3 py_0 conda-forge Cad
  • sphinxcontrib-htmlhelp 2.0.1 pyhd8ed1ab_0 conda-forge Cad
  • sphinxcontrib-devhelp 1.0.2 py_0 conda-forge Cad
  • sphinxcontrib-applehelp 1.0.4 pyhd8ed1ab_0 conda-forge Cad
  • snowballstemmer 2.2.0 pyhd8ed1ab_0 conda-forge Cad
  • imagesize 1.4.1 pyhd8ed1ab_0 conda-forge Cad
  • alabaster 0.7.16 pyhd8ed1ab_0 conda-forge Cad
  • sniffio 1.3.0 pyhd8ed1ab_0 conda-forge Cad
  • in-n-out 0.1.9 pyhd8ed1ab_0 conda-forge Cad
  • pycodestyle 2.11.1 pyhd8ed1ab_0 conda-forge Cad
  • cloudpickle 3.0.0 pyhd8ed1ab_0 conda-forge Cad
  • zipp 3.17.0 pyhd8ed1ab_0 conda-forge Cad
  • pickleshare 0.7.5 py_1003 conda-forge Cad
  • decorator 5.1.1 pyhd8ed1ab_0 conda-forge Cad
  • jupyterlab_widgets 3.0.9 pyhd8ed1ab_0 conda-forge Cad
  • attrs 23.2.0 pyh71513ae_0 conda-forge Cad
  • pkgutil-resolve-name 1.3.10 pyhd8ed1ab_1 conda-forge Cad
  • webcolors 1.13 pyhd8ed1ab_0 conda-forge Cad
  • uri-template 1.3.0 pyhd8ed1ab_0 conda-forge Cad
  • widgetsnbextension 4.0.9 pyhd8ed1ab_0 conda-forge Cad
  • nest-asyncio 1.5.9 pyhd8ed1ab_0 conda-forge B
  • entrypoints 0.4 pyhd8ed1ab_0 conda-forge Cad
  • python-json-logger 2.0.7 pyhd8ed1ab_0 conda-forge Cad
  • rfc3986-validator 0.1.1 pyh9f0ad1d_0 conda-forge Cad
  • traitlets 5.14.1 pyhd8ed1ab_0 conda-forge Cad
  • websocket-client 1.7.0 pyhd8ed1ab_0 conda-forge Cad
  • prometheus_client 0.19.0 pyhd8ed1ab_0 conda-forge Cad
  • docstring_parser 0.15 pyhd8ed1ab_0 conda-forge Cad
  • fsspec 2023.12.2 pyhca7485f_0 conda-forge Cad
  • pyopengl 3.1.6 pyhd8ed1ab_1 conda-forge Cad
  • imageio-ffmpeg 0.4.9 pyhd8ed1ab_0 conda-forge Cad
  • sly 0.4 pyhd8ed1ab_0 conda-forge B
  • pyperclip 1.8.2 pyhd8ed1ab_2 conda-forge Cad
  • toolz 0.12.0 pyhd8ed1ab_0 conda-forge Cad
  • tomli 2.0.1 pyhd8ed1ab_0 conda-forge Cad
  • iniconfig 2.0.0 pyhd8ed1ab_0 conda-forge Cad
  • exceptiongroup 1.2.0 pyhd8ed1ab_2 conda-forge Cad
  • appdirs 1.4.4 pyh9f0ad1d_0 conda-forge Cad
  • funcsigs 1.0.2 py_3 conda-forge Cad
  • idna 3.6 pyhd8ed1ab_0 conda-forge Cad
  • pygments 2.17.2 pyhd8ed1ab_0 conda-forge Cad
  • colorama 0.4.6 pyhd8ed1ab_0 conda-forge Cad
  • truststore 0.8.0 pyhd8ed1ab_0 conda-forge Cad
  • boltons 23.1.1 pyhd8ed1ab_0 conda-forge Cad
  • distro 1.9.0 pyhd8ed1ab_0 conda-forge Cad
  • charset-normalizer 3.3.2 pyhd8ed1ab_0 conda-forge Cad
  • archspec 0.2.2 pyhd8ed1ab_0 conda-forge Cad
  • pluggy 1.3.0 pyhd8ed1ab_0 conda-forge Cad
  • munkres 1.1.4 pyh9f0ad1d_0 conda-forge Cad
  • pyparsing 3.1.1 pyhd8ed1ab_0 conda-forge Cad
  • cycler 0.12.1 pyhd8ed1ab_0 conda-forge Cad
  • certifi 2023.11.17 pyhd8ed1ab_0 conda-forge Cad
  • pytz 2023.3.post1 pyhd8ed1ab_0 conda-forge Cad
  • python-tzdata 2023.4 pyhd8ed1ab_0 conda-forge Cad
  • typing_extensions 4.9.0 pyha770c72_0 conda-forge Cad
  • platformdirs 4.1.0 pyhd8ed1ab_0 conda-forge Cad
  • toml 0.10.2 pyhd8ed1ab_0 conda-forge Cad
  • lazy_loader 0.3 pyhd8ed1ab_0 conda-forge Cad
  • threadpoolctl 3.2.0 pyha21a80b_0 conda-forge Cad
  • joblib 1.3.2 pyhd8ed1ab_0 conda-forge Cad
  • hsluv 5.0.4 pyhd8ed1ab_0 conda-forge Cad
  • freetype-py 2.4.0 pyhd8ed1ab_0 conda-forge Cad
  • packaging 23.2 pyhd8ed1ab_0 conda-forge Cad
  • heapdict 1.0.1 py_0 conda-forge Cad
  • networkx 3.2.1 pyhd8ed1ab_0 conda-forge Cad
  • pysocks 1.7.1 pyh0701188_6 conda-forge Cad
  • beautifulsoup4 4.12.2 pyha770c72_0 conda-forge Cad
  • tinycss2 1.2.1 pyhd8ed1ab_0 conda-forge Cad
  • jedi 0.19.1 pyhd8ed1ab_0 conda-forge Cad
  • markdown-it-py 3.0.0 pyhd8ed1ab_0 conda-forge Cad
  • prompt-toolkit 3.0.42 pyha770c72_0 conda-forge Cad
  • sympy 1.12 pyh04b8f61_3 conda-forge B
  • cached-property 1.5.2 hd8ed1ab_1 conda-forge Cad
  • asttokens 2.4.1 pyhd8ed1ab_0 conda-forge Cad
  • rfc3339-validator 0.1.4 pyhd8ed1ab_0 conda-forge Cad
  • python-dateutil 2.8.2 pyhd8ed1ab_0 conda-forge Cad
  • importlib_resources 6.1.1 pyhd8ed1ab_0 conda-forge Cad
  • importlib-metadata 7.0.1 pyha770c72_0 conda-forge Cad
  • matplotlib-inline 0.1.6 pyhd8ed1ab_0 conda-forge Cad
  • comm 0.2.1 pyhd8ed1ab_0 conda-forge Cad
  • partd 1.4.1 pyhd8ed1ab_0 conda-forge Cad
  • pyproject_hooks 1.0.0 pyhd8ed1ab_0 conda-forge Cad
  • jupyterlab_pygments 0.3.0 pyhd8ed1ab_0 conda-forge Cad
  • click 8.1.7 win_pyh7428d3b_0 conda-forge Cad
  • tqdm 4.66.1 pyhd8ed1ab_0 conda-forge Cad
  • babel 2.14.0 pyhd8ed1ab_0 conda-forge Cad
  • anyio 3.7.1 pyhd8ed1ab_0 conda-forge Cad
  • pint 0.23 pyhd8ed1ab_0 conda-forge Cad
  • typing-extensions 4.9.0 hd8ed1ab_0 conda-forge Cad
  • pytools 2023.1.1 pyhd8ed1ab_0 conda-forge Cad
  • bleach 6.1.0 pyhd8ed1ab_0 conda-forge Cad
  • autopep8 2.0.4 pyhd8ed1ab_0 conda-forge Cad
  • qtpy 2.4.1 pyhd8ed1ab_0 conda-forge Cad
  • pytest 7.4.4 pyhd8ed1ab_0 conda-forge Cad
  • cachey 0.2.1 pyh9f0ad1d_0 conda-forge Cad
  • rich 13.7.0 pyhd8ed1ab_0 conda-forge Cad
  • mdit-py-plugins 0.4.0 pyhd8ed1ab_0 conda-forge Cad
  • prompt_toolkit 3.0.42 hd8ed1ab_0 conda-forge Cad
  • fqdn 1.5.1 pyhd8ed1ab_0 conda-forge Cad
  • stack_data 0.6.2 pyhd8ed1ab_0 conda-forge Cad
  • arrow 1.3.0 pyhd8ed1ab_0 conda-forge Cad
  • importlib_metadata 7.0.1 hd8ed1ab_0 conda-forge Cad
  • napari-plugin-engine 0.2.0 pyhd8ed1ab_2 conda-forge Cad
  • python-build 1.0.3 pyhd8ed1ab_0 conda-forge Cad
  • click-default-group 1.2.4 pyhd8ed1ab_0 conda-forge B
  • aiosqlite 0.19.0 pyhd8ed1ab_0 conda-forge Cad
  • typer 0.9.0 pyhd8ed1ab_0 conda-forge Cad
  • ipython 8.20.0 pyh7428d3b_0 conda-forge Cad
  • isoduration 20.11.0 pyhd8ed1ab_0 conda-forge Cad
  • ipywidgets 8.1.1 pyhd8ed1ab_0 conda-forge Cad
  • ipyevents 2.0.2 pyhd8ed1ab_0 conda-forge Cad
  • msgpack-python 1.0.7 py311h005e61a_0 conda-forge Cad
  • pywinpty 2.0.12 py311h12c1d0e_0 conda-forge Cad
  • brotli-python 1.1.0 py311h12c1d0e_1 conda-forge 3B
  • cython 3.0.7 py311h12c1d0e_0 conda-forge B
  • pywin32 306 py311h12c1d0e_2 conda-forge Cad
  • glib 2.78.3 h12be248_0 conda-forge Cad
  • ruamel.yaml.clib 0.2.7 py311ha68e1ae_2 conda-forge B
  • llvmlite 0.41.1 py311h5bc0dda_0 conda-forge Cad
  • docutils 0.17.1 py311h1ea47a8_4 conda-forge Cad
  • debugpy 1.8.0 py311h12c1d0e_1 conda-forge Cad
  • rpds-py 0.17.1 py311hc37eb10_0 conda-forge Cad
  • jsonpointer 2.4 py311h1ea47a8_3 conda-forge Cad
  • pyzmq 24.0.1 py311h7b3f143_1 conda-forge Cad
  • y-py 0.5.9 py311hc37eb10_0 conda-forge Cad
  • tornado 6.3.3 py311ha68e1ae_1 conda-forge Cad
  • markupsafe 2.1.3 py311ha68e1ae_1 conda-forge Cad
  • wrapt 1.16.0 py311ha68e1ae_0 conda-forge Cad
  • pyyaml 6.0.1 py311ha68e1ae_1 conda-forge Cad
  • psutil 5.9.7 py311ha68e1ae_0 conda-forge Cad
  • pycosat 0.6.6 py311ha68e1ae_0 conda-forge B
  • pillow 10.2.0 py311h4dd8a23_0 conda-forge B
  • kiwisolver 1.4.5 py311h005e61a_1 conda-forge Cad
  • simpleitk 2.3.1 py311h12c1d0e_2 conda-forge B
  • numpy 1.26.3 py311h0b4df5a_0 conda-forge B
  • libmambapy 1.5.6 py311h0317a69_0 conda-forge 2B
  • pyrsistent 0.20.0 py311ha68e1ae_0 conda-forge 1B
  • menuinst 2.0.2 py311h12c1d0e_0 conda-forge 1B
  • cffi 1.16.0 py311ha68e1ae_0 conda-forge Cad
  • cytoolz 0.12.2 py311ha68e1ae_1 conda-forge Cad
  • loguru 0.7.2 py311h1ea47a8_1 conda-forge Cad
  • fonttools 4.47.2 py311ha68e1ae_0 conda-forge Cad
  • sip 6.7.12 py311h12c1d0e_0 conda-forge Cad
  • pydantic 1.10.13 py311ha68e1ae_1 conda-forge Cad
  • jupyter_core 5.7.1 py311h1ea47a8_0 conda-forge Cad
  • gstreamer 1.22.8 hb4038d2_1 conda-forge Cad
  • ruamel.yaml 0.18.5 py311ha68e1ae_0 conda-forge 2B
  • slycot 0.5.4 py311h3fb5059_4 conda-forge B
  • numcodecs 0.12.1 py311h12c1d0e_0 conda-forge Cad
  • h5py 3.10.0 nompi_py311h7195302_101 conda-forge 9B
  • numba 0.58.1 py311h2c0921f_0 conda-forge Cad
  • pystackreg 0.2.7 py311hf63dbb6_2 conda-forge Cad
  • contourpy 1.2.0 py311h005e61a_0 conda-forge Cad
  • pywavelets 1.4.1 py311h59ca53f_1 conda-forge Cad
  • imagecodecs-lite 2019.12.3 py311h59ca53f_7 conda-forge Cad
  • imagecodecs 2024.1.1 py311h7346e2b_0 conda-forge B
  • scipy 1.11.4 py311h0b4df5a_0 conda-forge Cad
  • pandas 2.1.4 py311hf63dbb6_0 conda-forge Cad
  • vispy 0.12.2 py311h59ca53f_0 conda-forge Cad
  • argon2-cffi-bindings 21.2.0 py311ha68e1ae_4 conda-forge Cad
  • zstandard 0.22.0 py311he5d195f_0 conda-forge 3B
  • pyqt5-sip 12.12.2 py311h12c1d0e_5 conda-forge Cad
  • gst-plugins-base 1.22.8 h001b923_1 conda-forge Cad
  • matplotlib-base 3.8.2 py311h6e989c2_0 conda-forge Cad
  • scikit-learn 1.3.2 py311h142b183_2 conda-forge Cad
  • qt-main 5.15.8 h9e85ed6_18 conda-forge Cad
  • hdbscan 0.8.33 py311h59ca53f_4 conda-forge Cad
  • pyqt 5.15.9 py311h125bc19_5 conda-forge Cad
  • urllib3 2.1.0 pyhd8ed1ab_0 conda-forge Cad
  • send2trash 1.8.2 pyh08f2357_0 conda-forge Cad
  • referencing 0.32.1 pyhd8ed1ab_0 conda-forge Cad
  • jsonpatch 1.33 pyhd8ed1ab_0 conda-forge Cad
  • ypy-websocket 0.8.2 pyhd8ed1ab_0 conda-forge Cad
  • jupyter_ydoc 0.2.4 pyhd8ed1ab_0 conda-forge Cad
  • terminado 0.18.0 pyh5737063_0 conda-forge Cad
  • jinja2 3.1.3 pyhd8ed1ab_0 conda-forge Cad
  • mako 1.3.0 pyhd8ed1ab_0 conda-forge Cad
  • psygnal 0.9.5 pyhd8ed1ab_0 conda-forge Cad
  • deprecated 1.2.14 pyh1a96a4e_0 conda-forge Cad
  • dask-core 2024.1.0 pyhd8ed1ab_0 conda-forge Cad
  • ipycanvas 0.13.1 pyhd8ed1ab_0 conda-forge Cad
  • transforms3d 0.4.1 pyhd8ed1ab_0 conda-forge Cad
  • pyqtgraph 0.13.3 pyhd8ed1ab_0 conda-forge Cad
  • imageio 2.33.1 pyh8c1a49c_0 conda-forge Cad
  • pydantic-compat 0.1.1 pyhd8ed1ab_0 conda-forge Cad
  • jupyter_client 7.4.9 pyhd8ed1ab_0 conda-forge Cad
  • zarr 2.16.1 pyhd8ed1ab_0 conda-forge Cad
  • tifffile 2023.12.9 pyhd8ed1ab_0 conda-forge 1B
  • argon2-cffi 23.1.0 pyhd8ed1ab_0 conda-forge Cad
  • conda-package-streaming 0.9.0 pyhd8ed1ab_0 conda-forge Cad
  • control 0.9.4 pyhd8ed1ab_0 conda-forge 3B
  • pynndescent 0.5.11 pyhca7485f_0 conda-forge Cad
  • requests 2.31.0 pyhd8ed1ab_0 conda-forge Cad
  • jsonschema-specifications 2023.12.1 pyhd8ed1ab_0 conda-forge Cad
  • reikna 0.8.0 pyhd8ed1ab_0 conda-forge Cad
  • npe2 0.7.3 pyhd8ed1ab_0 conda-forge B
  • napari-svg 0.1.10 pyhd8ed1ab_0 conda-forge Cad
  • app-model 0.2.4 pyhd8ed1ab_0 conda-forge Cad
  • ipykernel 6.28.0 pyha63f2e9_0 conda-forge Cad
  • czifile 2019.7.2 pyh9f0ad1d_0 conda-forge Cad
  • conda-package-handling 2.2.0 pyh38be061_0 conda-forge Cad
  • sphinx 4.5.0 pyh6c4a22f_0 conda-forge Cad
  • pooch 1.8.0 pyhd8ed1ab_0 conda-forge Cad
  • pyconify 0.1.6 pyhd8ed1ab_0 conda-forge Cad
  • jsonschema 4.20.0 pyhd8ed1ab_0 conda-forge Cad
  • qtconsole-base 5.5.1 pyha770c72_0 conda-forge Cad
  • jupyter_console 6.6.3 pyhd8ed1ab_0 conda-forge Cad
  • numpydoc 1.5.0 pyhd8ed1ab_0 conda-forge Cad
  • superqt 0.6.1 pyh9208f05_0 conda-forge Cad
  • jsonschema-with-format-nongpl 4.20.0 pyhd8ed1ab_0 conda-forge Cad
  • nbformat 5.9.2 pyhd8ed1ab_0 conda-forge Cad
  • napari-console 0.0.9 pyh9208f05_0 conda-forge Cad
  • magicgui 0.8.1 pyhd8ed1ab_0 conda-forge Cad
  • jupyter_events 0.9.0 pyhd8ed1ab_0 conda-forge Cad
  • nbclient 0.8.0 pyhd8ed1ab_0 conda-forge Cad
  • jupytext 1.16.1 pyhd8ed1ab_0 conda-forge Cad
  • nbconvert-core 7.14.1 pyhd8ed1ab_0 conda-forge Cad
  • nbconvert-pandoc 7.14.1 pyhd8ed1ab_0 conda-forge Cad
  • jupyter_server 1.24.0 pyhd8ed1ab_0 conda-forge Cad
  • nbconvert 7.14.1 pyhd8ed1ab_0 conda-forge Cad
  • notebook-shim 0.2.3 pyhd8ed1ab_0 conda-forge Cad
  • jupyter_server_fileid 0.9.1 pyhd8ed1ab_0 conda-forge Cad
  • jupyterlab_server 2.25.2 pyhd8ed1ab_0 conda-forge Cad
  • nbclassic 1.0.0 pyhb4ecaf3_1 conda-forge Cad
  • jupyter_server_ydoc 0.8.0 pyhd8ed1ab_0 conda-forge Cad
  • notebook 6.5.6 pyha770c72_0 conda-forge Cad
  • jupyter 1.0.0 pyhd8ed1ab_10 conda-forge Cad
  • jupyterlab 3.6.6 pyhd8ed1ab_0 conda-forge Cad
  • pyopencl 2023.1.4 py311hce000fb_0 conda-forge Cad
  • scikit-image 0.22.0 py311hf63dbb6_2 conda-forge Cad
  • finesse 3.0a21 py311h3dab5b1_0 conda-forge B
  • umap-learn 0.5.5 py311h1ea47a8_0 conda-forge Cad
  • conda 23.11.0 py311h1ea47a8_1 conda-forge B
  • redlionfish 0.9 py311h1ea47a8_3 conda-forge Cad
  • stackview 0.7.4 pyhd8ed1ab_0 conda-forge Cad
  • pyclesperanto-prototype 0.24.2 pyhd8ed1ab_0 conda-forge Cad
  • napari 0.4.18 pyh9208f05_3 conda-forge Cad
  • conda-libmamba-solver 23.12.0 pyhd8ed1ab_0 conda-forge Cad
  • apoc-backend 0.12.0 pyhd8ed1ab_0 conda-forge Cad
  • napari-workflows 0.2.10 pyhd8ed1ab_0 conda-forge Cad
  • napari-tools-menu 0.1.19 pyhd8ed1ab_0 conda-forge Cad
  • napari-roi 0.1.8 pyhd8ed1ab_0 conda-forge Cad
  • napari-pystackreg 0.1.4 pyhd8ed1ab_0 conda-forge Cad
  • napari-czifile2 0.2.7 pyhd8ed1ab_0 conda-forge Cad
  • napari-animation 0.0.7 pyhd8ed1ab_0 conda-forge Cad
  • napari-3d-ortho-viewer 0.1.5 pyhd8ed1ab_0 conda-forge Cad
  • platymatch 0.0.3 pyhd8ed1ab_0 conda-forge Cad
  • napari-blob-detection 0.0.2 pyhd8ed1ab_0 conda-forge Cad
  • napari-workflow-inspector 0.2.2 pyhd8ed1ab_0 conda-forge Cad
  • napari-time-slicer 0.5.0 pyhd8ed1ab_0 conda-forge Cad
  • napari-skimage-regionprops 0.10.1 pyhd8ed1ab_0 conda-forge Cad
  • napari-layer-details-display 0.1.5 pyhd8ed1ab_0 conda-forge Cad
  • napari-crop 0.1.9 pyhd8ed1ab_0 conda-forge Cad
  • napari-brightness-contrast 0.1.8 pyhd8ed1ab_0 conda-forge Cad
  • napari-tabu 0.1.5 pyhd8ed1ab_0 conda-forge Cad
  • napari-plugin-search 0.1.3 pyhd8ed1ab_0 conda-forge Cad
  • napari-mouse-controls 0.1.3 pyhd8ed1ab_0 conda-forge Cad
  • napari-folder-browser 0.1.3 pyhd8ed1ab_0 conda-forge Cad
  • napari-curtain 0.1.1 pyhd8ed1ab_0 conda-forge Cad
  • napari-workflow-optimizer 0.1.4 pyhd8ed1ab_0 conda-forge Cad
  • napari-accelerated-pixel-and-object-classification 0.14.0 pyhd8ed1ab_0 conda-forge Cad
  • napari-assistant 0.4.4 pyhd8ed1ab_0 conda-forge Cad
  • the-segmentation-game 0.2.0 pyhd8ed1ab_0 conda-forge Cad
  • napari-plot-profile 0.2.2 pyhd8ed1ab_0 conda-forge Cad
  • napari-clusters-plotter 0.6.1 pyhd8ed1ab_0 conda-forge B
  • napari-simpleitk-image-processing 0.4.5 pyhd8ed1ab_0 conda-forge Cad
  • napari-segment-blobs-and-things-with-membranes 0.3.6 pyhd8ed1ab_0 conda-forge Cad
  • napari-pyclesperanto-assistant 0.22.1 pyhd8ed1ab_0 conda-forge Cad
  • devbio-napari 0.8.1 win_h08f2357_0 conda-forge B
  • mamba 1.5.6 py311h8cb466b_0 conda-forge B

Summary:

Install: 422 packages

Total download: 162MB


Confirm changes: [Y/n]