Skip to content

Commit ba1ffb8

Browse files
committed
Fix basemap build
1 parent d00bc13 commit ba1ffb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@
8484
import mpl_toolkits.basemap # noqa: F401
8585
except ImportError:
8686
subprocess.check_call(
87-
['pip', 'install', 'git+https://github.com/matplotlib/basemap@v1.3.0']
87+
['pip', 'install', 'git+https://github.com/matplotlib/basemap@v1.2.2rel']
8888
)
8989

9090

0 commit comments

Comments
 (0)