Skip to content

Commit

Permalink
Merge pull request #341 from dhomeier/ignore-numpy-1.24-dep
Browse files Browse the repository at this point in the history
Update ipyvolume and scikit-image dependencies for numpy 1.24 compatibility
  • Loading branch information
dhomeier authored Dec 19, 2022
2 parents 7060472 + 54f62de commit 76eb469
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 @@ -19,7 +19,7 @@ install_requires =
notebook>=4.0
ipympl>=0.3.0
ipyvolume>=0.5.0
ipyvolume>=0.6.0a10; python_version > '3.9'
ipyvolume>=0.6.0a10; python_version >= '3.8'
ipywidgets>=7.4.0
ipyvue>=1.2.0,<2
ipyvuetify>=1.2.0,<2
Expand Down Expand Up @@ -98,6 +98,8 @@ filterwarnings =
ignore:Widget._widget_types is deprecated:DeprecationWarning
ignore:Widget.widget_types is deprecated:DeprecationWarning
ignore:Widget.widgets is deprecated:DeprecationWarning
# deprecated in numpy 1.24, to be fixed in scikit-image 0.20:
ignore:`np.bool8` is a deprecated alias for `np.bool_`.:DeprecationWarning:skimage.util.dtype.*:

[flake8]
max-line-length = 100

0 comments on commit 76eb469

Please sign in to comment.