Unsatisfiable requirements

I tried to add ApproxBayes to Julia@v1.11 and received an ERROR: Unsatisfiable requirements detected for package StatsBase [2913bbd2] message. I retrograded StatsBase to a version within the compatibility window 0.24.0 - 0.33.21 using
pkg> add StatsBase@0.33.21
but got the same error when I tried to add ApproxBayes again. Does anyone have additional information about how to handle this issue? Thanks and here is the whole command and error message:

(@v1.11) pkg> add ApproxBayes
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package StatsBase [2913bbd2]:
StatsBase [2913bbd2] log:
├─possible versions are: 0.24.0 - 0.34.4 or uninstalled
├─restricted by compatibility requirements with ApproxBayes [f5f396d3] to versions: 0.24.0 - 0.33.21
│ └─ApproxBayes [f5f396d3] log:
│ ├─possible versions are: 0.1.0 - 0.3.2 or uninstalled
│ ├─restricted to versions * by an explicit requirement, leaving only versions: 0.1.0 - 0.3.2
│ └─restricted by compatibility requirements with DataFrames [a93c6f00] to versions: 0.2.0 - 0.3.2 or uninstalled, leaving only versions: 0.2.0 - 0.3.2
│ └─DataFrames [a93c6f00] log:
│ ├─possible versions are: 0.11.7 - 1.7.0 or uninstalled
│ └─restricted by compatibility requirements with SortingAlgorithms [a2af1166] to versions: 1.0.0 - 1.7.0 or uninstalled
│ └─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 SortingAlgorithms [a2af1166] to versions: 0.33.7 - 0.34.4 or uninstalled, leaving only versions: 0.33.7 - 0.33.21
│ └─SortingAlgorithms [a2af1166] log: see above
└─restricted by compatibility requirements with Distributions [31c24e10] to versions: 0.24.0 - 0.32.2 — no versions left
└─Distributions [31c24e10] log:
├─possible versions are: 0.16.0 - 0.25.117 or uninstalled
├─restricted to versions * by project [fd7fef89], leaving only versions: 0.16.0 - 0.25.117
│ └─project [fd7fef89] log:
│ ├─possible versions are: 0.0.0 or uninstalled
│ └─project [fd7fef89] is fixed to version 0.0.0
├─restricted by compatibility requirements with ApproxBayes [f5f396d3] to versions: 0.16.0 - 0.23.12
│ └─ApproxBayes [f5f396d3] log: see above
└─restricted by compatibility requirements with FillArrays [1a297f60] to versions: [0.16.0 - 0.21.9, 0.25.49 - 0.25.117] or uninstalled, leaving only versions: 0.16.0 - 0.21.9
└─FillArrays [1a297f60] log:
├─possible versions are: 0.2.0 - 1.13.0 or uninstalled
└─restricted by julia compatibility requirements to versions: 0.13.8 - 1.13.0 or uninstalled