You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think a recent change to EllipsisNotation broke some other installs? E.g., on Julia 1.1.0, where I had installed SpecialMatrices successfully before, I now get:
using Pkg
Pkg.add(Pkg.PackageSpec(url = "https://github.com/JuliaMatrices/SpecialMatrices.jl"))
Updating registry at `~/.julia/registries/General`
Updating git-repo `https://github.com/JuliaRegistries/General.git`
Updating git-repo `https://github.com/JuliaMatrices/SpecialMatrices.jl`
Resolving package versions...
ERROR: Unsatisfiable requirements detected for package EllipsisNotation [da5c29d0]:
EllipsisNotation [da5c29d0] log:
├─possible versions are: [0.0.1-0.0.2, 0.1.0, 0.2.0-0.2.2, 0.3.0, 0.4.0] or uninstalled
├─restricted to versions 0.3.0 by an explicit requirement, leaving only versions 0.3.0
└─restricted by julia compatibility requirements to versions: 0.4.0 or uninstalled — no versions left
The text was updated successfully, but these errors were encountered:
I think a recent change to EllipsisNotation broke some other installs? E.g., on Julia 1.1.0, where I had installed SpecialMatrices successfully before, I now get:
The text was updated successfully, but these errors were encountered: