Skip to content

Commit

Permalink
Merge pull request #254 from jGaboardi/geopandas_req
Browse files Browse the repository at this point in the history
bumping geopandas req version to 0.4.1
  • Loading branch information
jGaboardi committed Mar 18, 2019
2 parents 46c1113 + 2ab494b commit fcab078
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ install:
fi;
- if [ "$PYSAL_PLUS" == true ]; then
echo 'plus testing'; conda install --yes --file requirements_plus.txt;
else conda install --yes --file requirements.txt;
fi;
- conda install --yes --file requirements.txt
- pip install -r requirements_dev.txt -r requirements_docs.txt

script:
Expand Down
2 changes: 1 addition & 1 deletion requirements_plus.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
geopandas>=0.2
geopandas>=0.4.1

0 comments on commit fcab078

Please sign in to comment.