Skip to content

Commit aa1c655

Browse files
committed
Fix environment solve failures
1 parent 28d637e commit aa1c655

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

ci/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ name: proplot-dev
1010
channels:
1111
- conda-forge
1212
dependencies:
13-
- python==3.6
13+
- python>=3.6
1414
- numpy
1515
- xarray
1616
- pandas
1717
- matplotlib==3.2.1
18-
- cartopy
18+
- cartopy==0.18.0
1919
- basemap
2020
- pandoc
2121
- ipykernel

docs/environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies:
1515
- xarray
1616
- pandas
1717
- matplotlib==3.2.1
18-
- cartopy
18+
- cartopy==0.18.0
1919
- basemap
2020
- pandoc
2121
- ipykernel

0 commit comments

Comments
 (0)