COMPAT: implement visit_Constant for 3.8 compat by TomAugspurger · Pull Request #28101 · pandas-dev/pandas (original) (raw)

msci-jordancrawford added a commit to olivermarchand/climada_python that referenced this pull request

Sep 24, 2020

@msci-jordancrawford

All dependencies are changed to >= dependencies, rather than ==, which make climada suitable for use as a library. In addition, the following changes were made to ensure compatability with lab:

This change is not without impact. There are known test failures on the cannoncial lab setup (Ubuntu 20.04, Python 3.8, installed with rebuild-venv.sh), including:

Note that most of these errors could be resolved by bumping the pandas version to 0.25.2, a change which is pending further work in lab.