Skip to content

Commit

Permalink
Fix solph to for v0.0.4.dev1
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Aug 16, 2023
1 parent d3eb247 commit a89c6ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ def read(*names, **kwargs):

setup(
name="oemof.tabular",
version="0.0.4dev0",
version="0.0.4dev1",
license="BSD 3-Clause License",
description="Load oemof energy systems from tabular data sources.",
long_description="%s\n%s"
Expand Down Expand Up @@ -68,7 +68,7 @@ def read(*names, **kwargs):
"datapackage==1.5.1",
"tableschema==1.7.4", # newer versions (v1.8.0 and up) fail!
# "oemof.solph==0.5.1",
"oemof.solph @ git+https://github.com/oemof/oemof-solph.git@v0.5.1.dev2",
"oemof.solph @ git+https://github.com/oemof/oemof-solph.git@dev",
"pandas>=0.22",
"paramiko",
"toml",
Expand Down

0 comments on commit a89c6ac

Please sign in to comment.