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.