Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit3cb0fe7

Browse files
committed
Pin max napari version
1 parent8f06b31 commit3cb0fe7

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

‎docs/changelog.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,17 @@
11
Changelog
22
=========
3+
34
2.0.2
45
-----
56
Dependencies
67
~~~~~~~~~~~~
78
napari-matplotlib now adheres to `SPEC 0<https://scientific-python.org/specs/spec-0000/>`_, and has:
9+
810
- Dropped support for Python 3.9
911
- Added support for Python 3.12
1012
- Added a minimum required numpy verison of 1.23
13+
- Pinned the maximum napari version to ``< 0.5``.
14+
Version 3.0 of ``napari-matplotlib`` will introduce support for ``napari`` version 0.5.
1115

1216
2.0.1
1317
-----

‎setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ project_urls =
2828
packages = find:
2929
install_requires =
3030
matplotlib
31-
napari
31+
napari<0.5
3232
numpy>=1.23
3333
tinycss2
3434
python_requires = >=3.10

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp