Skip to content

Commit

Permalink
Merge pull request #63 from oemof/feature/update_tableschema
Browse files Browse the repository at this point in the history
Updated tableschema to v1.7.4
  • Loading branch information
jnnr committed Nov 21, 2022
2 parents bbad23c + cef1177 commit b173f30
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 @@ -66,7 +66,7 @@ def read(*names, **kwargs):
],
install_requires=[
"datapackage==1.5.1",
"tableschema==1.3.0",
"tableschema==1.7.4", # newer versions (v1.8.0 and up) fail!
"oemof.solph @ git+https://git@github.com/oemof/oemof-solph@v0.4#egg=oemof.solph",
"pandas>=0.22",
"paramiko",
Expand Down

0 comments on commit b173f30

Please sign in to comment.