ESMValGroup / ESMValCore

ESMValCore: A community tool for pre-processing data from Earth system models in CMIP and running analysis scripts.
https://www.esmvaltool.org
Apache License 2.0
42 stars 38 forks source link

Relax environment back to Python=3.9 #881

Closed valeriupredoi closed 3 years ago

valeriupredoi commented 3 years ago

@schlunma kindly got us rid of numba in #880 and now I'll test the environment relaxed back with no pin on Python<3.9

valeriupredoi commented 3 years ago

this is not ready yet because the next troublesome package is fiona see https://github.com/Toblerity/Fiona/issues/978 EDIT the workaround is to install fiona from conda-forge which is fine; why they didn't allow support for python3.9 only for the PyPi package is beyond me :confused: EDIT2 I actually opened an issue on fiona GitHub https://github.com/Toblerity/Fiona/issues/983

valeriupredoi commented 3 years ago

OK with fiona from conda-forge I can actually install and run tests and only one test is dying - esmpy-related tests/unit/preprocessor/_regrid_esmpy/test_regrid_esmpy.py - will investigate more tomorrow