Skip to content

Commit 77773a4

Browse files
committed
Fix environment.yml bug
1 parent 06dd3ba commit 77773a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/environment.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ dependencies:
1111
- numpy
1212
- xarray
1313
- pandas
14-
- matplotlib=3.2.1
14+
- matplotlib==3.2.1
1515
- cartopy
1616
- basemap
1717
- pandoc
@@ -26,7 +26,7 @@ dependencies:
2626
- pytest-sugar
2727
- sphinx>=3.0
2828
- sphinx-copybutton
29-
- sphinx_rtd_theme=0.4.3
29+
- sphinx_rtd_theme==0.4.3
3030
- jupytext
3131
- nbsphinx
3232
- git+https://github.com/lukelbd/sphinx-automodapi@v0.8.proplot-mods

0 commit comments

Comments
 (0)