Unable to install MultilayerGraphs package with Julia 1.11.3 (win 11 x64) after clearing .julia/registries folder

(@v1.11) pkg> add MultilayerGraphs
Installing known registries into C:\Users\roger\.julia
Added General registry to C:\Users\roger.julia\registries
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package CUDA [052768ef]:
CUDA [052768ef] log:
├─possible versions are: 0.1.0 - 5.6.1 or uninstalled
├─restricted by julia compatibility requirements to versions: [2.3.0, 2.5.0 - 5.6.1] or uninstalled
├─restricted by compatibility requirements with GPUCompiler [61eb1bfa] to versions: 5.0.0 - 5.6.1 or uninstalled
│ └─GPUCompiler [61eb1bfa] log:
│ ├─possible versions are: 0.1.0 - 1.2.0 or uninstalled
│ └─restricted by julia compatibility requirements to versions: 0.23.0 - 1.2.0 or uninstalled
└─restricted by compatibility requirements with TensorOperations [6aa20fa7] to versions: 1.0.0 - 3.13.1 — no versions left
└─TensorOperations [6aa20fa7] log:
├─possible versions are: 0.6.1 - 5.1.4 or uninstalled
└─restricted by compatibility requirements with MultilayerGraphs [af984530] to versions: 3.2.0 - 3.2.5
└─MultilayerGraphs [af984530] log:
├─possible versions are: 0.1.1 - 1.1.4 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions:

No GPU on the laptop
thanks in advance,
roger

A solution to the difficulty can be found in the Project.toml file in the
MultilayerGraphs.jl at the github home of MultilayerGraphs.jl

which builds a Julia-1.8 configuration that doesn’t have all the
compatability issues – perhaps worth pointing out …
roger