Hello. Running Pkg.add("NLreg") in a clean environment with Julia v1.11.5 results in the following error:
ERROR: Unsatisfiable requirements detected for package SortingAlgorithms [a2af1166]:
SortingAlgorithms [a2af1166] log:
├─possible versions are: 0.3.0 - 1.2.1 or uninstalled
├─restricted by julia compatibility requirements to versions: 1.1.0 - 1.2.1 or uninstalled
└─restricted by compatibility requirements with StatsBase [2913bbd2] to versions: 0.3.0 - 0.3.2 — no versions left
└─StatsBase [2913bbd2] log:
├─possible versions are: 0.24.0 - 0.34.5 or uninstalled
└─restricted by compatibility requirements with NLreg [6aa54777] to versions: 0.24.0 - 0.31.0
└─NLreg [6aa54777] log:
├─possible versions are: 0.2.0 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions: 0.2.0
Hello. Running
Pkg.add("NLreg")in a clean environment with Julia v1.11.5 results in the following error: