From 1b71bbdfa72f57444f63e440ca45009def568b37 Mon Sep 17 00:00:00 2001 From: jlaura <jlaura@asu.edu> Date: Sat, 13 Jan 2018 14:29:13 -0700 Subject: [PATCH] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 9424212..4bd002a 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -20,7 +20,7 @@ install: - cmd: conda config --set always_yes yes --set changeps1 no - cmd: conda update -q conda - cmd: conda config --add channels conda-forge - - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py + - cmd: conda install -c conda-forge pvl protobuf gdal numpy pandas sqlalchemy pyyaml networkx affine h5py scipy - cmd: conda install conda-build anaconda-client pytest-cov # https://pythonhosted.org/CodeChat/appveyor.yml.html - cmd: python -m pip install -U pip -- GitLab