This is on a windows 11 system for Julia 1.10.10:
(jl_zQXCQD) pkg> add Kaimon
Updating registry atC:\Users\chm\.julia\registries\HolyLabRegistry
Updating git-repohttps://github.com/HolyLab/HolyLabRegistry.git
Updating registry atC:\Users\chm\.julia\registries\General.toml
Resolving package versions…
ERROR: Unsatisfiable requirements detected for package Sockets [6462fe0b]:
Sockets [6462fe0b] log:
├─possible versions are: 1.10.11 or uninstalled (package in sysimage!)
└─found to have no compatible versions left with Kaimon [d3856c55]
└─Kaimon [d3856c55] log:
├─possible versions are: 1.2.1-1.3.1 or uninstalled
Is there specific code in Kaimon.jl that prevents use with the julia LTS?
I notice that the CI says 1.12+
–Chris