From 7f8b98758c321285836e455cce0fde7c00400054 Mon Sep 17 00:00:00 2001 From: "Jeffrey Hokanson @ Thor" Date: Wed, 3 Apr 2019 11:58:52 -0600 Subject: [PATCH] Reverting back to older numpy --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 81c3040..227693b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ python: # https://stackoverflow.com/a/48185032 before_install: # Currently there is an issue with 1.16 and SCS - - pip install -U --only-binary=numpy, scipy numpy==1.16.2 + - pip install -U --only-binary=numpy, scipy numpy==1.15.4 install: - pip install pytest