Skip to content

Commit dbbd4ca

Browse files
Add comments for which packages are only available via conda-forge
1 parent 0a4fd52 commit dbbd4ca

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

setup.cfg

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,20 +39,20 @@ package_dir =
3939
# install_requires =
4040
# imageio
4141
# magicgui
42-
# nifty
42+
# nifty # only available on conda-forge
4343
# numpy
4444
# pooch
45-
# python-elf
45+
# python-elf # depends on vigra, which is only available on conda-forge
4646
# pytorch
4747
# qtpy
4848
# scikit-image
4949
# scipy
50-
# segment-anything
50+
# segment-anything # depends on pytorch https://segment-anything.com/
5151
# torchvision
5252
# tqdm
53-
# vigra
53+
# vigra # only available on conda-forge
5454
# zarr
55-
# z5py
55+
# z5py # only available on conda-forge
5656

5757
[options.extras_require]
5858
testing =

0 commit comments

Comments
 (0)