Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nailend committed Oct 16, 2023
1 parent d3b59f0 commit f8f0dbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
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==0.5.2dev0"
"oemof.solph==0.5.2dev0",
"pandas>=0.22",
"paramiko",
"toml",
Expand Down

0 comments on commit f8f0dbe

Please sign in to comment.