Skip to content

Commit feb1a9b

Browse files
committed
Fix invalid numpy version numbers
1 parent b49d4e1 commit feb1a9b

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==0.19.5
9+
- numpy==1.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,7 +17,7 @@ channels:
1717
- conda-forge
1818
dependencies:
1919
- python==3.8
20-
- numpy==0.19.5
20+
- numpy==1.19.5
2121
- matplotlib==3.2.2
2222
- cartopy==0.20.2
2323
- pandas

0 commit comments

Comments
 (0)