aperezhortal / SkewTplus

Atmospheric Profile Plotting and Diagnostics
Other
10 stars 8 forks source link

Updates for matplotlib>3.=1 #10

Closed aperezhortal closed 3 years ago

aperezhortal commented 3 years ago
mhaberler commented 3 years ago

works for me using Python 3.8.6 and matplotlib 3.3.3

after a brew update/upgrade , gcc and g++ are now available as gcc-10 and g++-10 so I used

export CC=gcc-10
export CXX=g++-10

other than that, good to go

thanks a lot!