We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4fd52 commit dbbd4caCopy full SHA for dbbd4ca
1 file changed
setup.cfg
@@ -39,20 +39,20 @@ package_dir =
39
# install_requires =
40
# imageio
41
# magicgui
42
- # nifty
+ # nifty # only available on conda-forge
43
# numpy
44
# pooch
45
- # python-elf
+ # python-elf # depends on vigra, which is only available on conda-forge
46
# pytorch
47
# qtpy
48
# scikit-image
49
# scipy
50
- # segment-anything
+ # segment-anything # depends on pytorch https://segment-anything.com/
51
# torchvision
52
# tqdm
53
- # vigra
+ # vigra # only available on conda-forge
54
# zarr
55
- # z5py
+ # z5py # only available on conda-forge
56
57
[options.extras_require]
58
testing =
0 commit comments