Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c80464 commit 891f4aaCopy full SHA for 891f4aa
pyproject.toml
@@ -12,6 +12,8 @@ filterwarnings = [
12
# Coming from vispy
13
"ignore:distutils Version classes are deprecated:DeprecationWarning",
14
"ignore:`np.bool8` is a deprecated alias for `np.bool_`:DeprecationWarning",
15
+ # Coming from pydantic via napari
16
+ "ignore:Pickle, copy, and deepcopy support will be removed from itertools in Python 3.14.:DeprecationWarning"
17
]
18
qt_api = "pyqt6"
19
addopts = "--mpl --mpl-baseline-relative"
0 commit comments