File tree Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Expand file tree Collapse file tree 4 files changed +14
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## v0.6.0 (unreleased)
4
+
5
+ ### Breaking changes
6
+
7
+ - The minimum versions of some dependencies were changed ([ #117 ] ( https://github.com/mathause/mplotutils/pull/117 ) ).
8
+
9
+ | Package | Old | New |
10
+ | ----------- | ---- | ------- |
11
+ | matplotlib* | 3.6 | 3.7 |
12
+
13
+
3
14
4
15
## v0.5.0 (27.03.2024)
5
16
Original file line number Diff line number Diff line change 4
4
5
5
- Python (3.9 or later)
6
6
- [ cartopy] ( http://scitools.org.uk/cartopy/ ) (0.21 or later)
7
- - [ matplotlib] ( http://matplotlib.org/ ) (3.6 or later)
7
+ - [ matplotlib] ( http://matplotlib.org/ ) (3.7 or later)
8
8
- [ numpy] ( http://www.numpy.org/ ) (1.22 or later)
9
9
10
10
## Optional dependencies
Original file line number Diff line number Diff line change 3
3
# https://help.github.com/en/github/visualizing-repository-data-with-graphs/listing-the-packages-that-a-repository-depends-on
4
4
5
5
cartopy >= 0.21
6
- matplotlib >= 3.6
6
+ matplotlib >= 3.7
7
7
numpy >= 1.22
8
8
xarray >= 2022.12
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ include_package_data = True
26
26
python_requires = >=3.9
27
27
install_requires =
28
28
cartopy >=0.21
29
- matplotlib >=3.6
29
+ matplotlib >=3.7
30
30
numpy >=1.22
31
31
xarray >=2022.12
32
32
You can’t perform that action at this time.
0 commit comments