We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8a92d6 commit e207c95Copy full SHA for e207c95
1 file changed
CHANGELOG.md
@@ -5,6 +5,14 @@
5
### Breaking changes
6
7
- Removed support for python 3.10 ([#156](https://github.com/mpytools/mplotutils/pull/156)).
8
+- The minimum versions of some dependencies were changed ([#159](https://github.com/mpytools/mplotutils/pull/159)).
9
+
10
+ | Package | Old | New |
11
+ | ---------- | ------- | ------ |
12
+ | cartopy | 0.22 | 0.23 |
13
+ | matplotlib | 3.8 | 3.9 |
14
+ | numpy | 1.24 | 1.26 |
15
+ | xarray | 2023.9 | 2024.7 |
16
17
### Enhancements
18
0 commit comments