Skip to content

Commit

Permalink
fix(CI): change numpy version in MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Oct 5, 2018
1 parent 6158aad commit 176a4c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ before_install:
hdiutil attach -mountpoint "$HOME/chimera" chimerarw.dmg;
rm -rf $HOME/chimera/Chimera.app/Contents/Resources/lib/python2.7/site-packages/{AutoDockTools,MolKit,PyBabel,mglutil,mmLib,mslib};
rm -rf $HOME/chimera/Chimera.app/Contents/Resources/lib/python2.7/site-packages/setuptools*;
pip install -U setuptools numpy=1.11 -t $HOME/chimera/Chimera.app/Contents/Resources/lib/python2.7/site-packages;
pip install -U setuptools numpy=1.15 -t $HOME/chimera/Chimera.app/Contents/Resources/lib/python2.7/site-packages;
fi;
export CHIMERADIR="$HOME/chimera/Chimera.app/Contents/Resources";
fi
Expand Down

0 comments on commit 176a4c6

Please sign in to comment.