MIT-LAE / TASOPT.jl

Medium fidelity aircraft-propulsion system design and optimization.
https://mit-lae.github.io/TASOPT.jl/
MIT License
26 stars 12 forks source link

Fix CI tests and PyPlot failures #66

Closed askprash closed 2 months ago

askprash commented 2 months ago

CI seems to be giving issues repeatedly. Pinning matplotlib==3.8 worked for the docs earlier but somehow doesn't seem to work for this anymore.

I've tried to set the environment variables etc without much success so I think this might be the opportunity to explore using PythonCall and PythonPlot instead that seem to work better according to a variety of discourse posts. It seems like it will also allow us to manage the python dependencies with a nice CondaPkg.toml file which might be what we need.