Error: I am trying to use MPSDynamics (in Julia 1.12.1), but got an error

I didn’t use Julia for quite a long time. But I usually work in Python (qutip, etc). Here is the error I got during the installation of MPSDynamics.
(@v1.12) pkg> add MPSDynamics
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package LinearAlgebra [37e2e46d]:
LinearAlgebra [37e2e46d] log:
├─possible versions are: 1.12.0 or uninstalled (package in sysimage!)
├─restricted to versions * by project [ad223d06], leaving only versions: 1.12.0
│ └─project [ad223d06] log:
│ ├─possible versions are: 0.0.0 or uninstalled
│ └─project [ad223d06] is fixed to version 0.0.0
└─found to have no compatible versions left with MPSDynamics [8fc8f346]
└─MPSDynamics [8fc8f346] log:
├─possible versions are: 1.1.0 - 1.2.0 or uninstalled
└─restricted to versions * by an explicit requirement, leaving only versions: 1.1.0 - 1.2.0

Thanks in advance for any hints.

As you can see here: MPSDynamics.jl/Project.toml at master · shareloqs/MPSDynamics.jl · GitHub

MPSDynamics is not compatible with Julia 1.12 yet.

Please, create an issue at GitHub · Where software is built and use Julia 1.11 for now by typing:

juliaup add 1.11
juliaup default 1.11
1 Like