Skip to content

Commit

Permalink
numpy 1.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jklenzing committed Mar 12, 2021
1 parent 03bd383 commit 69b32f0
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 @@ -46,7 +46,7 @@ install:
# - while read requirement; do conda install --yes $requirement; done < requirements.txt1
# Check for custom numpy version install
- if [ -z ${NUMPY_VER} ]; then
conda install numpy==1.19.1;
conda install numpy==1.18.5;
else
conda install numpy==$NUMPY_VER;
fi
Expand Down

0 comments on commit 69b32f0

Please sign in to comment.