iiasa / climate-assessment

https://climate-assessment.readthedocs.io/en/latest
MIT License
19 stars 18 forks source link

Update awscli to >= 1.29.4 for pyyaml 6.0 support #40

Closed phackstock closed 1 year ago

phackstock commented 1 year ago

This PR updates the awscli dependency to >=1.29.4. Reason for that is that at this version number pyyaml 6.0 is supported. This is important because after the most recent update of cython, pyyaml < 6.0 no longer works.

@jkikstra or @znicholls a quick review would me much appreciated since this is currently blocking me from updating our processing containers.

phackstock commented 1 year ago

God we really made a mess of our pinning the first time around, apologies

Working through it one failing docker build at a time...

Thanks for the quick review @znicholls.