djsegal / JuliaPackages.jl

Explore the Julia Package ecosystem 🌲
https://juliapackages.com
7 stars 1 forks source link

Dependencies aren't correct for LightGraphs #3

Closed sbromberger closed 1 month ago

sbromberger commented 4 years ago

The list of direct (and transitive) dependencies for LightGraphs seems to include some from previous versions. Specifically, we no longer depend on CodecZlib. Arpack, or any of their dependencies.

Is there something I need to do to make sure the right info is displayed? Thanks.

djsegal commented 4 years ago

Working on it! Relevant lines are:

https://github.com/djsegal/JuliaPackages.jl/blob/a427744a5f6eb239e34fd19adbc19101c7646a6d/src/scrape_general_packages.jl#L55-L66

djsegal commented 1 year ago

Is this fixed?