Skip to content

Commit bb476e4

Browse files
Remove install requirements info from setup.cfg, we will use YAML env files as the single source of truth
1 parent 171dbf8 commit bb476e4

File tree

1 file changed

+0
-28
lines changed

1 file changed

+0
-28
lines changed

setup.cfg

Lines changed: 0 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -34,34 +34,6 @@ python_requires = >=3.8
3434
include_package_data = True
3535
package_dir =
3636
= .
37-
# The recommended installation method is with conda-forge, because
38-
# several required libraries depend on packages only available on conda-forge.
39-
# install_requires =
40-
# imageio
41-
# magicgui
42-
# nifty # only available on conda-forge
43-
# numpy
44-
# pooch
45-
# python-elf # depends on vigra, which is only available on conda-forge
46-
# pytorch
47-
# qtpy
48-
# scikit-image
49-
# scipy
50-
# segment-anything # depends on pytorch https://segment-anything.com/
51-
# torchvision
52-
# tqdm
53-
# vigra # only available on conda-forge
54-
# zarr
55-
# z5py # only available on conda-forge
56-
57-
[options.extras_require]
58-
testing =
59-
tox
60-
pytest # https://docs.pytest.org/en/latest/contents.html
61-
pytest-cov # https://pytest-cov.readthedocs.io/en/latest/
62-
pytest-qt # https://pytest-qt.readthedocs.io/en/latest/
63-
napari
64-
pyqt5
6537

6638
[options.packages.find]
6739
where = .

0 commit comments

Comments
 (0)