diff --git a/setup.py b/setup.py index b88ee956..4f4c3bb0 100644 --- a/setup.py +++ b/setup.py @@ -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==0.5.2dev0" + "oemof.solph==0.5.2dev0", "pandas>=0.22", "paramiko", "toml",