Skip to content

Commit

Permalink
Fix basemap build
Browse files Browse the repository at this point in the history
  • Loading branch information
lukelbd committed Jan 23, 2022
1 parent d00bc13 commit ba1ffb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
import mpl_toolkits.basemap # noqa: F401
except ImportError:
subprocess.check_call(
['pip', 'install', 'git+https://github.com/matplotlib/basemap@v1.3.0']
['pip', 'install', 'git+https://github.com/matplotlib/basemap@v1.2.2rel']
)


Expand Down

0 comments on commit ba1ffb8

Please sign in to comment.