Skip to content

Commit

Permalink
Add comments for which packages are only available via conda-forge
Browse files Browse the repository at this point in the history
  • Loading branch information
GenevieveBuckley committed Aug 31, 2023
1 parent 0a4fd52 commit dbbd4ca
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,20 +39,20 @@ package_dir =
# install_requires =
# imageio
# magicgui
# nifty
# nifty # only available on conda-forge
# numpy
# pooch
# python-elf
# python-elf # depends on vigra, which is only available on conda-forge
# pytorch
# qtpy
# scikit-image
# scipy
# segment-anything
# segment-anything # depends on pytorch https://segment-anything.com/
# torchvision
# tqdm
# vigra
# vigra # only available on conda-forge
# zarr
# z5py
# z5py # only available on conda-forge

[options.extras_require]
testing =
Expand Down

0 comments on commit dbbd4ca

Please sign in to comment.