csdms / ivy

Course material on scientific software development for researchers in earth and planetary surface processes
https://csdms.colorado.edu
Other
75 stars 58 forks source link

Limit matplotlib version to <3.7.2 #113

Closed mdpiper closed 1 year ago

mdpiper commented 1 year ago

A recent update to matplotlib broke CI testing for the notebook lessons/landlab/landlab/bedrock_landslides_on_dems.ipynb. Rolling back the matplotlib version fixed the problem. This is a band-aid that should be removed when the upstream problem is fixed.

See also https://github.com/landlab/landlab/commit/5c5614b7beca4a8cbacc0d08a0269e895395516a.

mdpiper commented 1 year ago

See https://github.com/landlab/landlab/pull/1714 for a solution.