QuantLib.jl
QuantLib.jl copied to clipboard
ERROR: Unsatisfiable requirements detected for package StatsBase
Hi, I got an error when trying to install the most recent QuantLib version using Pkg (Julia 1.7.2, Win 11 64bit):
(@v1.7) pkg> add "https://github.com/pazzo83/QuantLib.jl"
Updating git-repo `https://github.com/pazzo83/QuantLib.jl`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package StatsBase [2913bbd2]:
StatsBase [2913bbd2] log:
├─possible versions are: 0.24.0-0.33.16 or uninstalled
├─restricted to versions 0.32 by QuantLib [96a2b5a2], leaving only versions 0.32.0-0.32.2
│ └─QuantLib [96a2b5a2] log:
│ ├─possible versions are: 0.1.1 or uninstalled
│ └─QuantLib [96a2b5a2] is fixed to version 0.1.1
└─restricted by compatibility requirements with ValueAtRisk [a6faba0b] to versions: 0.33.0-0.33.16 — no versions left
└─ValueAtRisk [a6faba0b] log:
├─possible versions are: 1.0.0 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions 1.0.0
Could you please check? Thanks!