Skip to content

Commit 3ae5be7

Browse files
authored
fix min-all-deps.yml (#118)
* fix min-all-deps.yml * changelog
1 parent e4a209e commit 3ae5be7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
### Breaking changes
66

7-
- The minimum versions of some dependencies were changed ([#117](https://github.com/mathause/mplotutils/pull/117)).
7+
- The minimum versions of some dependencies were changed ([#117](https://github.com/mathause/mplotutils/pull/117) and [#118](https://github.com/mathause/mplotutils/pull/118)).
88

99
| Package | Old | New |
1010
| ----------- | ---- | ------- |

ci/requirements/min-all-deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ channels:
55
dependencies:
66
- python=3.9
77
- cartopy=0.21
8-
- matplotlib-base=3.6
8+
- matplotlib-base=3.7
99
- numpy=1.22
1010
- seaborn=0.12
1111
- xarray=2022.12

0 commit comments

Comments
 (0)