Skip to content

Commit 40d360b

Browse files
committed
Full SPEC-0
1 parent d9226c4 commit 40d360b

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@
66
[![tests](https://github.com/matplotlib/napari-matplotlib/workflows/tests/badge.svg)](https://github.com/matplotlib/napari-matplotlib/actions)
77
[![codecov](https://codecov.io/gh/matplotlib/napari-matplotlib/branch/main/graph/badge.svg)](https://codecov.io/gh/matplotlib/napari-matplotlib)
88
[![napari hub](https://img.shields.io/endpoint?url=https://api.napari-hub.org/shields/napari-matplotlib)](https://napari-hub.org/plugins/napari-matplotlib)
9+
[![SPEC 0 — Minimum Supported Dependencies](https://img.shields.io/badge/SPEC-0-green?labelColor=%23004811&color=%235CA038)](https://scientific-python.org/specs/spec-0000/)
910

1011
A plugin to create Matplotlib plots from napari layers
1112

12-
----------------------------------
13+
---
1314

1415
## Introduction
16+
1517
`napari-matplotlib` is a bridge between `napari` and `matplotlib`, making it easy to create publication quality `Matplotlib` plots based on the data loaded in `napari` layers.
1618

1719
Documentation can be found at https://napari-matplotlib.github.io/
@@ -32,9 +34,7 @@ If you encounter any problems, please [file an issue] along with a detailed desc
3234

3335
[@napari]: https://github.com/napari
3436
[BSD-3]: http://opensource.org/licenses/BSD-3-Clause
35-
3637
[file an issue]: https://github.com/dstansby/napari-matplotlib/issues
37-
3838
[napari]: https://github.com/napari/napari
3939
[tox]: https://tox.readthedocs.io/en/latest/
4040
[pip]: https://pypi.org/project/pip/

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ packages = find:
2929
install_requires =
3030
matplotlib
3131
napari>=0.5
32-
numpy>=2.1
32+
numpy>=2
3333
tinycss2
3434
python_requires = >=3.11
3535
include_package_data = True
@@ -56,6 +56,7 @@ docs =
5656
sphinx-gallery
5757
testing =
5858
napari[pyqt6_experimental]>=0.4.18
59+
numpy>=2.1
5960
pooch
6061
pyqt6
6162
pytest

0 commit comments

Comments
 (0)