update YML file to specify matplotlib and cftime versions
Created by: jpolton
I had to specify matplotlib
version (3.2) to avoid issues with basemap
. And cftime=1.4.1
to avoid issues with utime
.
This was tested on livljobs8 with module load anaconda/3-5.1.0
The utime
thing is a ticket
Created by: thopri
I remember having issues too, I tried to make the environment yml file as simple as possible to give conda more flexibility in solving issues like these. But its not perfect, I am wondering if we should put min of python 3.6? I know my development was done past that point and there was quite a big change from 3.5 to 3.6
Created by: jpolton
I remember having issues too, I tried to make the environment yml file as simple as possible to give conda more flexibility in solving issues like these. But its not perfect, I am wondering if we should put min of python 3.6? I know my development was done past that point and there was quite a big change from 3.5 to 3.6
I naively assumed it was forcing python3.7 but I see that that is not so. So yes. Specifying python version is probably a good idea. Hmm. I've added a note to the project board