File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ install:
26
26
- conda install --yes --file requirements.txt;
27
27
- pip install libpysal
28
28
- if [[ PYSAL_PLUS ]]; then conda install --yes numba; fi
29
+ - conda install matplotlib
29
30
# We need geopandas master, the legend_kwds is not in 0.3.0
30
31
- pip install https://github.com/geopandas/geopandas/archive/master.zip
31
32
# We need splot master, since splot is not released yet
32
- - pip install https://github.com/pysal/splot/archive/master.zip
33
- - pip install matplotlib
33
+ - pip install -v https://github.com/pysal/splot/archive/master.zip
34
34
35
35
script :
36
36
- pwd
Original file line number Diff line number Diff line change 3
3
from distutils .command .build_py import build_py
4
4
5
5
setup (name = 'esda' , # name of package
6
- version = '1.0.1dev ' ,
6
+ version = '1.0.1.dev0 ' ,
7
7
description = 'Package with statistics for exploratory spatial data analysis' ,
8
8
url = 'https://github.com/pysal/esda' ,
9
9
maintainer = 'Sergio Rey' ,
You can’t perform that action at this time.
0 commit comments