IndEcol / pymrio

Multi-Regional Input-Output Analysis in Python.
http://pymrio.readthedocs.io/en/latest/
Other
158 stars 71 forks source link

Explicit python version - minimum requirement #41

Closed konstantinstadler closed 3 years ago

konstantinstadler commented 4 years ago

Pymrio requires python version 3.7 but can be installed (updated?) on 3.6. This causes issues when using the excel parser (probably connected to pandas).

The minimum python version should be stated in the install description/readme and be checked during runtime.

konstantinstadler commented 3 years ago

Changed in setup.py