Skip to content

Commit

Permalink
Require newer version of numpy
Browse files Browse the repository at this point in the history
Recent versions of pandas need numpy>=1.16.5. However, they do not tell the dependency management but just check afterwards.
  • Loading branch information
p-snft committed Feb 25, 2021
1 parent 18ed902 commit 1c1fb8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Expand Up @@ -24,5 +24,5 @@ def read(fname):
install_requires=['oemof.solph',
'matplotlib',
'pvlib',
'numpy >= 1.7.0',
'numpy >= 1.16.5',
'pandas >= 0.18.0'])

0 comments on commit 1c1fb8f

Please sign in to comment.