cjdoris/julia-downgrade-compat-action

Standard libraries?

Closed this issue · 1 comments

How can I get this to work with standard libraries?

For example, I have this in my compat:

Statistics = "1.7"
julia = "1.7"

But I get this error from this action:

ERROR: LoadError: Unsatisfiable requirements detected for package Statistics [10745b16]:
 Statistics [10745b16] log:
 ├─possible versions are: 1.10.0 or uninstalled
 └─restricted to versions 1.7 by RestrictedBoltzmannMachines [12e6b396] — no versions left
   └─RestrictedBoltzmannMachines [12e6b396] log:
     ├─possible versions are: 3.2.7 or uninstalled
     └─RestrictedBoltzmannMachines [12e6b396] is fixed to version 3.2.7-DEV

See https://github.com/cossio/RestrictedBoltzmannMachines.jl/actions/runs/7862238592/job/21451486203.

Ah found it in the readme!