JuliaLang / Pkg.jl

Pkg - Package manager for the Julia programming language
https://pkgdocs.julialang.org
Other
609 stars 251 forks source link

restrict package by version #3925

Open rveltz opened 2 weeks ago

rveltz commented 2 weeks ago

Hi,

I lost a manifest and I know when I ran some code. Say November 2022. I want to install packages at the latest version given the time uper bound November 2022.

Would it be possible to do so?

Best regards

KristofferC commented 2 weeks ago

You can clone the General registry (.julia/registires) and check it out at a commit at that time.

rveltz commented 2 weeks ago

Yes, I was told the same solution on discourse. I merely open this issue to see if there is an interest in a solution within Pkg