Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Matplotlib and python dependencies issues #10

Open
kyriakosTapinou opened this issue Aug 23, 2024 · 1 comment
Open

Matplotlib and python dependencies issues #10

kyriakosTapinou opened this issue Aug 23, 2024 · 1 comment

Comments

@kyriakosTapinou
Copy link
Contributor

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

@bezmi
Copy link
Contributor

bezmi commented Aug 25, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants