You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not a big fan of conda environments and especially having conda as a dependency. I think a reference python env stored in the util directory, activated via util/venv/bin/activate.sh is the best way to go.
Numpy >2. -> product removed in favour of prod
Matplotlib 3.5.9 > ax.images.append( im ) removed ---> replace with ax.add_images( im )
Python environment should solve this but I've had people use the env and default to new matplotlib install regardless
The text was updated successfully, but these errors were encountered: