henry2004y / TestParticle.jl

Test particle tracing in electromagnetic field
https://henry2004y.github.io/TestParticle.jl/dev/
MIT License
15 stars 3 forks source link

Dependency chaos caused by GLMakie #105

Closed henry2004y closed 10 months ago

henry2004y commented 10 months ago

I'm thinking that listing GLMakie in the dependency for testing purposes may not be a good idea. When I looked at the recent CI, GLMakie version was set to v0.2.9, which is far behind the latest version v0.9.0. It somehow restricted package version hardly.

Maybe we can switch to CairoMakie for testing purposes, since CI won't be able to check interactive UIs anyway.