Allow newer versions of pandas
heikoklein opened this issue · 0 comments
heikoklein commented
Is your feature request related to a problem? Please describe.
pandas is currently restricted to pandas<=1.5.3. pyaerocom should work with latest releases of pandas.
This issue is related to #1066 .
Describe the solution you would like to see
A clear and concise description of what you want to happen.
- pandas should only depend on a minimum, but not on a maximum version, e.g.
pandas >= 1.2