Skip to content

Commit

Permalink
add the missing dep
Browse files Browse the repository at this point in the history
  • Loading branch information
cheginit committed Jul 22, 2020
1 parent c85863c commit 2fcdcf1
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
History
=======

0.1.2 (2020-07-21)
0.1.3 (2020-07-21)
------------------

- Remove duplicate rows before returning the dataframe in the ``json2geodf`` function.
Expand Down
2 changes: 1 addition & 1 deletion ci/requirements/environment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ dependencies:
- python>=3.8
- setuptools
- pip
- xarray
- pygeoogc
- xarray
- geopandas
- rasterio
- shapely
Expand Down
1 change: 1 addition & 0 deletions ci/requirements/py3.6.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,4 @@ dependencies:
- rasterio
- shapely
- simplejson
- pygeoogc
1 change: 1 addition & 0 deletions ci/requirements/py3.7.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.7
- setuptools
- pygeoogc
- xarray
- pygeoogc
- geopandas
Expand Down
1 change: 1 addition & 0 deletions ci/requirements/py3.8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ channels:
dependencies:
- python=3.8
- setuptools
- pygeoogc
- xarray
- pygeoogc
- geopandas
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
geopandas
pygeoogc
rasterio
setuptools
shapely
Expand Down

0 comments on commit 2fcdcf1

Please sign in to comment.