Skip to content
Snippets Groups Projects
Commit 0345d6ac authored by Lloyd Carothers's avatar Lloyd Carothers
Browse files

constructor use caropy instead of basemap

parent b00134c7
No related branches found
No related tags found
No related merge requests found
name: nexus
version: 2018.247.b
version: 2018.278.a
install_in_dependency_order: False
......@@ -15,6 +15,7 @@ specs:
- nomkl [not win]
- nexus
- conda
- cartopy
post_install: reinstall_bad_packages.sh
......
......@@ -13,3 +13,6 @@ $PREFIX/bin/conda install pyparsing --no-deps --offline -y
echo 'Reinstalling cycler'
$PREFIX/bin/conda remove cycler --force -y
$PREFIX/bin/conda install cycler --no-deps --offline -y
echo 'Uninstalling basemap'
$PREFIX/bin/conda remove basemap --force -y
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment