Skip to content

Commit

Permalink
Merge branch 'features/add-tsam-to-datapackage' of github.com:oemof/o…
Browse files Browse the repository at this point in the history
…emof-tabular into features/add-tsam-to-datapackage
  • Loading branch information
nailend committed Dec 11, 2023
2 parents 32dc918 + 054ade0 commit c6fddca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Features
* Improve reading error message `#134 <https://github.com/oemof/oemof-tabular/pull/134>`_
* Remove facade relicts `#135 <https://github.com/oemof/oemof-tabular/pull/135>`_
* Add tsam to datapackge `#141 <https://github.com/oemof/oemof-tabular/pull/141>`_

* Add dev install version `#147 <https://github.com/oemof/oemof-tabular/pull/147>`_

Fixes

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def read(*names, **kwargs):
],
extras_require={
"cli": ["click"],
"dev": ["pytest", "black", "isort", "flake8"],
"plots": ["plotly", "matplotlib"],
"aggregation": ["tsam"],
"geometry": ["shapely", "scipy", "pyproj", "geojson", "pyshp"],
Expand Down

0 comments on commit c6fddca

Please sign in to comment.