Skip to content

Commit

Permalink
Merge pull request #3 from mrahnis/dev
Browse files Browse the repository at this point in the history
Update requirements to include adjusttext
  • Loading branch information
mrahnis committed Sep 30, 2018
2 parents 155630b + fa0690e commit 846e6bb
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 1 deletion.
3 changes: 2 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ install:
- conda install conda-build anaconda-client
- conda info -a
- conda config --add channels conda-forge
- conda config --add channels phlya
- conda config --add channels mrahnis
- "conda create -q -n test-environment python=%PYTHON_VERSION% fiona rasterio shapely click networkx drapery pytest"
- "conda create -q -n test-environment python=%PYTHON_VERSION% fiona rasterio shapely click networkx adjusttext drapery pytest"
- activate test-environment
- conda build .
- conda install surficial --use-local
Expand Down
1 change: 1 addition & 0 deletions conda-recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ requirements:
- rasterio
- fiona
- networkx
- adjusttext
- drapery

test:
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ descartes
rasterio
fiona
networkx
adjusttext
drapery
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
'rasterio',
'fiona',
'networkx',
'adjusttext',
'drapery'
],
entry_points='''
Expand Down

0 comments on commit 846e6bb

Please sign in to comment.