Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b49d4e1

Browse files
committed
Fix old matplotlib numpy dependency issues
1 parent 0ba0be9 commit b49d4e1

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎ci/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ channels:
66
- conda-forge
77
dependencies:
88
- python==3.8
9-
- numpy
9+
- numpy==0.19.5
1010
- pandas
1111
- xarray
1212
- matplotlib==3.2.2

‎docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ channels:
1717
- conda-forge
1818
dependencies:
1919
- python==3.8
20+
- numpy==0.19.5
2021
- matplotlib==3.2.2
2122
- cartopy==0.20.2
22-
- numpy
2323
- pandas
2424
- xarray
2525
- ipykernel

0 commit comments

Comments
 (0)