FYI, I added the check for unused dependencies in Aqua.jl (Auto QUality Assurance for Julia packages). Either Aqua.test_all(YourPackage; stale_deps = true)
or Aqua.test_stale_deps(YourPackage)
should work.
4 Likes