Skip to content

Commit

Permalink
temp
Browse files Browse the repository at this point in the history
  • Loading branch information
teuben committed Aug 22, 2023
1 parent 382b06d commit 28f684a
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions TODO.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,13 @@ The latest nuisance is the label_props= and radio_props= arguments to matplotlib
but also with a missing module pyparsing. Here's a summary of older versions of python that gave us
trouble:

ubuntu 22.04 3.10.12 ok
anaconda3 2023.07-2 3.11.4 ok
anaconda3 2023.03-1 3.10.12 No module named 'pyparsing'
anaconda3 2022.10 3.9.13 unexpected keyword argument 'label_props'

python -c 'import matplotlib; print(matplotlib.__version__)'

distro: python: mpl: comments
------------------- ------- ----- --------
ubuntu 22.04 3.10.12 3.7.2 ok
anaconda3 2023.07-2 3.11.4 ok
anaconda3 2023.03-1 3.10.12 No module named 'pyparsing'
? 3.10.9 3.7.2 ok
anaconda3 2022.10 3.9.13 unexpected keyword argument 'label_props'

0 comments on commit 28f684a

Please sign in to comment.