Skip to content

Commit

Permalink
Merge pull request #837 from openego/fixes/#829-temporary-set-geopand…
Browse files Browse the repository at this point in the history
…as-version-limit

Set upper version limit for geopandas until #829 is solved
  • Loading branch information
ClaraBuettner committed Sep 1, 2022
2 parents 46f26ad + 19370c0 commit 379f1a8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -569,6 +569,8 @@ Bug Fixes
`#781 <https://github.com/openego/eGon-data/issues/781>`_
* Add extendable batteries only to buses at substations
`#852 <https://github.com/openego/eGon-data/issues/852>`_
* Temporarily set upper version limit for pandas
`#829 <https://github.com/openego/eGon-data/issues/829>`_

.. _PR #692: https://github.com/openego/eGon-data/pull/692
.. _#343: https://github.com/openego/eGon-data/issues/343
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def read(*names, **kwargs):
"atlite==0.2.5",
"cdsapi",
"click",
"geopandas>=0.10.0",
"geopandas>=0.10.0,<0.11.0",
"geopy",
"geovoronoi==0.3.0",
"importlib-resources",
Expand Down

0 comments on commit 379f1a8

Please sign in to comment.