napari / napari-tiff

A napari reader plugin for tiff images.
BSD 3-Clause "New" or "Revised" License
8 stars 4 forks source link

Update pyproject.toml, simplify optional dependencies #30

Closed GenevieveBuckley closed 2 months ago

GenevieveBuckley commented 3 months ago

For developers, it is now sufficient to do: pip install -e ".[testing]"

Previously, this required: pip install -e ".[testing, dev]", so it was easier to accidentally forget to add all required dependencies to your local development environments.