File tree Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Expand file tree Collapse file tree 1 file changed +0
-28
lines changed Original file line number Diff line number Diff line change @@ -34,34 +34,6 @@ python_requires = >=3.8
3434include_package_data = True
3535package_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]
6739where = .
You can’t perform that action at this time.
0 commit comments