Bug in matplotlib 3.5.0
epsi-builds/msspec_python3/pipeline/head This commit looks good Details

There is presumably a bug when using pcolormesh
with msspec in matplotlib 3.5.0. The stereo projection
does not work properly and the CPU is rising at 100% as
well as the memory usage. Meanwhile, the event loop of Wx
is affected freezing the GUI. Reverting to last stable 3.4.3
version fixes the problem for now. A true fix should be found
asap.
This commit is contained in:
Sylvain Tricot 2021-12-02 12:20:40 +01:00
parent 75c599de95
commit 38023dcd52
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ ase
h5py
ipython
lxml
matplotlib
matplotlib==3.4.3
numpy
Pint
pandas