Skip to content
Snippets Groups Projects
Commit 92183a40 authored by jay's avatar jay
Browse files

Added the affine dependency to appveyor

parent 7ccd07d9
No related branches found
No related tags found
No related merge requests found
...@@ -54,8 +54,9 @@ install: ...@@ -54,8 +54,9 @@ install:
- cmd: conda config --add channels conda-forge - cmd: conda config --add channels conda-forge
- cmd: conda config --add channels jlaura - cmd: conda config --add channels jlaura
- cmd: conda install --yes -c conda-forge gdal h5py - cmd: conda install --yes -c conda-forge gdal h5py
- cmd: conda install --yes pandas sqlalchemy pyyaml networkx - cmd: conda install --yes pandas sqlalchemy pyyaml networkx affine
- cmd: conda install --yes -c jlaura protobuf pvl - cmd: conda install --yes -c jlaura protobuf pvl
- cmd: pip install libpysal
# Development installation # Development installation
- cmd: conda install --yes nose coverage - cmd: conda install --yes nose coverage
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment