Dependencies #450
Closed
CommonClimate
started this conversation in
General
Replies: 1 comment
-
After some tests, I realize that Therefore, a quick fix on this issue is install |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Periodically we need to discuss issues surrounding dependencies, so this is the space to do it.
Latest installment: a recent failed CI test on github (but success on my machine) and some sleuthing by @alexkjames uncovered this uncomfortable truth: our environment got befouled by a conflict between the latest SciPy (>=1.11.0) and Cartopy. The conflict is known, but still awaiting resolution, and I don’t see any of us writing that fix.
Until it is done, my latest PR (#449, which now passes) has taken the drastic measure of forcing scipy=1.10.1. Needless to say, pinned versions are something we strive to avoid, but they are sometimes unavoidable, as in the present case. I encourage all of you to monitor the Cartopy issue and report back when you see a fix, so we can relax this pin. Thank you!
Beta Was this translation helpful? Give feedback.
All reactions