Skip to content

Commit

Permalink
napari is now an optional dependency (install with [all])
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurmasson committed Oct 23, 2024
1 parent e3bb0f0 commit ce30c84
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,14 @@ package_dir =
# add your package requirements here
install_requires =
exodeepfinder>=0.3.11
napari[all]>=0.4.19
typing>=3.7.4.3
pandas>=2.2.2
pillow>=10.3.0

[options.extras_require]
all =
napari[all]>=0.4.19

testing =
tox
pytest # https://docs.pytest.org/en/latest/contents.html
Expand Down

0 comments on commit ce30c84

Please sign in to comment.