File tree 5 files changed +7
-9
lines changed
5 files changed +7
-9
lines changed Original file line number Diff line number Diff line change @@ -66,9 +66,8 @@ Versions lookup table:
66
66
67
67
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
68
68
| ----------| ----------------------| --------------| --------------|
69
- | 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
70
- | 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
71
- | 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
69
+ | 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
70
+ | 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
72
71
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
73
72
| 0.8.8 | 0.10.x | >=2,<5 | 3.3.1>= <3.7|
74
73
| 0.8.0-7 | 0.10.x | >=2,<5 | 3.3.1>=, <3.6|
Original file line number Diff line number Diff line change @@ -49,9 +49,8 @@ Not all versions of `ipympl` are compatible with different version of Jupyterlab
49
49
50
50
| ` ipympl ` | ` jupyter-matplotlib ` | ` JupyterLab ` | ` Matplotlib ` |
51
51
| ----------| ----------------------| --------------| --------------|
52
- | 0.9.5 | 0.11.5 | >=2,<5 | >=3.5.0 |
53
- | 0.9.4 | 0.11.4 | >=2,<5 | 3.4.0>= |
54
- | 0.9.3 | 0.11.3 | >=2,<5 | 3.4.0>= |
52
+ | 0.9.5-6 | 0.11.5-6 | >=2,<5 | >=3.5.0 |
53
+ | 0.9.3-4 | 0.11.3-4 | >=2,<5 | 3.4.0>= |
55
54
| 0.9.0-2 | 0.11.0-2 | >=2,<5 | 3.4.0>= <3.7|
56
55
| 0.8.8 | 0.10.x | 3 or 2 | 3.3.1>= <3.7|
57
56
| 0.8.0-7 | 0.10.x | 3 or 2 | 3.3.1>=, <3.6|
Original file line number Diff line number Diff line change 1
- version_info = (0 , 9 , 5 )
1
+ version_info = (0 , 9 , 6 )
2
2
__version__ = '.' .join (map (str , version_info ))
3
3
js_semver = '^0.11'
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " jupyter-matplotlib" ,
3
- "version" : " 0.11.5 " ,
3
+ "version" : " 0.11.6 " ,
4
4
"description" : " Matplotlib Jupyter Interactive Widget" ,
5
5
"author" : " Matplotlib Development team" ,
6
6
"license" : " BSD-3-Clause" ,
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ classifiers = [
44
44
dependencies = [
45
45
" ipython<9" ,
46
46
" ipywidgets>=7.6.0,<9" ,
47
- " matplotlib>=3.4 .0,<4" ,
47
+ " matplotlib>=3.5 .0,<4" ,
48
48
" numpy" ,
49
49
" pillow" ,
50
50
" traitlets<6" ,
You can’t perform that action at this time.
0 commit comments