Skip to content

Commit e36bce8

Browse files
committed
bump min matplotlib version
This was already too low - previously was 3.3.1. With update of doubleclick we now need to require 3.4
1 parent 46716af commit e36bce8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
'pillow',
6565
'traitlets<6',
6666
'ipywidgets>=7.6.0,<8',
67-
'matplotlib>=2.0.0,<4',
67+
'matplotlib>=3.4.0,<4',
6868
],
6969
extras_require={
7070
"docs": [

0 commit comments

Comments
 (0)