Skip to content

Instantly share code, notes, and snippets.

@StefanKarpinski
Created September 9, 2026 23:14
Show Gist options
  • Select an option

  • Save StefanKarpinski/a196a5477ae0a4e3c2aff467830f7e03 to your computer and use it in GitHub Desktop.

Select an option

Save StefanKarpinski/a196a5477ae0a4e3c2aff467830f7e03 to your computer and use it in GitHub Desktop.
Resolver.jl upstream fixes — the 57 closure-pinned hard cases, reports before (main) and after

Resolver.jl upstream fixes — hard corpus, before and after

Reports for the 57 closure-pinned hard cases before and after upstream fixes. Before = main (d59bcd2); after = sk/upstream-fixes. General registry as of 2026-09-09.

57 cases; 32 changed, 25 byte-identical.

case before (lines) after (lines) changed
Agents 52 55 yes
AlphaZero 116 125 yes
ApproxFun 13 16 yes
Bloqade 213 225 yes
CSV 31 31
CairoMakie 92 99 yes
Catlab 41 41
ClimaCore 54 57 yes
Convex 1 1
DataFrames 37 40 yes
DiffEqFlux 66 72 yes
DifferentialEquations 28 28
Distributions 1 1
DynamicalSystems 169 175 yes
Ferrite 1 1
Flux 1 1
Franklin 30 30
GLMakie 81 87 yes
Gadfly 50 56 yes
Gen 12 12
Genie 1 1
GeoStats 50 53 yes
GeometricFlux 122 132 yes
Gridap 13 16 yes
ITensors 27 27
Images 66 69 yes
IntervalArithmetic 1 1
JuMP 1 1
Knet 52 55 yes
LazySets 13 16 yes
Lux 1 1
MLJ 43 46 yes
Makie 91 100 yes
Meshes 13 13
Metatheory 12 12
ModelingToolkit 54 57 yes
Molly 16 16
NeuralPDE 66 69 yes
Oceananigans 41 47 yes
Optim 1 1
POMDPs 1 1
Plots 61 67 yes
Pluto 27 33 yes
QuantumOptics 54 57 yes
Rasters 12 15 yes
Soss 118 133 yes
StaticArrays 1 1
StatsModels 1 1
Symbolics 36 39 yes
TensorKit 1 1
Transformers 218 230 yes
Trixi 82 85 yes
Turing 16 16
Unitful 1 1
VoronoiFVM 40 46 yes
Yao 76 85 yes
Zygote 1 1

Files: changed.md shows every changed case, before then after; before.md and after.md are the whole corpus.

Resolver.jl upstream fixes — hard corpus, before and after — after

Agents

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Agents and InlineStrings
  • your compat leaves Agents 7.0.3
  • Agents 7.0.3 requires InlineStrings ≤1.4.6 (through CSV)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: Agents 7.0.3, InlineStrings 1.4.6
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on PrettyTables, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.

Conflict 2: CSV
  • your compat leaves SortingAlgorithms 1.2.3
  • CSV and SortingAlgorithms 1.2.3 or absent together require Parsers
    1.0.0–2.8.8 (through DataFrames)
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, SortingAlgorithms 1.2.3
  Blocked fixes:
    • relaxing your compat on CSV does not help.
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement Parsers does not help.
    • dropping requirement CSV would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement Agents and dropped requirement WeakRefStrings.

Conflict 3: Agents and StringManipulation
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves Reexport 1.2.2
  • Agents, PrettyTables 3.4.8 or absent and Reexport 1.2.2 or absent together
    require StringManipulation 0.4.0–0.5.0 (through DataFrames)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Agents 7.0.3, PrettyTables 3.4.8, Reexport 1.2.2,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • relaxing your compat on Reexport does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on PrettyTables would not help unless you also
      relaxed your compat on DataFrames, relaxed your compat on InlineStrings
      and relaxed your compat on Parsers.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement CSV and dropped requirement WeakRefStrings.
    • dropping requirement PrettyTables would not help unless you also dropped
      requirement Agents, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.
  Upstream fix: a release of PrettyTables supporting StringManipulation 0.6.1
    would fix this; 3.4.8, its latest, supports only 0.4.0–0.5.0.
    → would allow: Agents 7.0.3, Reexport 1.2.2, StringManipulation 0.6.1

AlphaZero

Unsatisfiable — 9 conflicts, pick a fix for each:

Conflict 1: AlphaZero and FFMPEG_jll
  • AlphaZero requires FFMPEG ≥0.2.0 (through Plots)
  • your compat leaves FFMPEG 0.4.5
  • FFMPEG ≥0.3.0 requires FFMPEG_jll ≤8.1.2+0
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG 0.4.5, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on FFMPEG would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 11 other changes.
    • dropping requirement FFMPEG would not help without 9 other changes.
  Upstream fix: a release of FFMPEG supporting FFMPEG_jll 9.0.0+0 would fix
    this; 0.4.5, its latest, supports only 4.3.1+0–6.1.3+0, 7.1.1+0–8.1.2+0.
    → would allow: FFMPEG_jll 9.0.0+0

Conflict 2: AlphaZero and FixedPointNumbers
  • AlphaZero requires FixedPointNumbers 0.6.0–0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.

Conflict 3: AlphaZero and GettextRuntime_jll
  • your compat leaves GR 0.73.27
  • your compat leaves Glib_jll 2.88.3+0
  • AlphaZero, GR 0.73.27 or absent and Glib_jll 2.88.3+0 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Plots, Qt6Base_jll and
    Qt6Wayland_jll)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: GR 0.73.27, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on GR does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement GR does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: GR 0.73.27, GettextRuntime_jll 1.0.0+0

Conflict 4: AlphaZero and Libffi_jll
  • AlphaZero requires Plots
  • your compat leaves Plots 1.41.7
  • Plots ≥1.15.3 requires Libffi_jll ≤3.4.7+0 (through GR, Glib_jll,
    Cairo_jll and GR_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 5: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.
  Upstream fix: a release of JSON3 supporting Parsers 3.0.0 would fix this;
    1.14.3, its latest, supports only 0.3.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 6: CUDA
  • your compat leaves CUDA 6.3.1
  • CUDA 6.3.1 requires StringManipulation 0.4.0–0.5.0 (through CUDATools and
    PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CUDA 6.3.1, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on CUDA does not help.
    • dropping requirement StringManipulation does not help.
    • dropping requirement CUDA would not help without 9 other changes.

Conflict 7: AlphaZero and fzf_jll
  • your compat leaves Latexify 0.16.12
  • AlphaZero and Latexify 0.16.12 or absent together require fzf_jll
    0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0, 0.29.0+0–0.61.1+0 (through JLFzf
    and Plots)
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: Latexify 0.16.12, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Latexify does not help.
    • dropping requirement Latexify does not help.
    • dropping requirement fzf_jll does not help.

Conflict 8: AlphaZero and x264_jll
  • your compat leaves Contour 0.6.3
  • your compat leaves x264_jll 10165.0.0+0
  • incompatible constraints on Plots:
      — Plots ≤1.30.2 requires Contour ≤0.6.2
      — Plots ≥1.15.3 requires x264_jll ≤10164.0.1+0 (through FFMPEG_jll, GR
        and GR_jll)
      — AlphaZero requires Plots
  The only minimal fix: relax your compat on x264_jll
    → allows: Contour 0.6.3, Plots 1.41.7, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Contour does not help.
    • dropping requirement Contour does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 9: AlphaZero and CUDA
  • AlphaZero requires CUDA ≤5.11.3
  • your compat leaves CUDA 6.3.1
  The only minimal fix: drop requirement AlphaZero
    → allows: CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on CUDA does not help.
    • dropping requirement CUDA would not help without 9 other changes.

ApproxFun

Unsatisfiable — 1 conflict:

Conflict 1: ApproxFun
  • ApproxFun requires DomainSets 0.0.1, 0.1.0–0.7.18 (through BandedMatrices
    and BlockBandedMatrices)
  • your compat leaves DomainSets 0.8.1
  Fix it by any one of:
    1. relax your compat on DomainSets
       → allows: ApproxFun 0.13.28, DomainSets 0.7.18
    2. drop requirement ApproxFun
       → allows: DomainSets 0.8.1
  Blocked fixes:
    • relaxing your compat on ApproxFun does not help.
  Upstream fix: a release of ApproxFun supporting DomainSets 0.8.1 would fix
    this; 0.13.28, its latest, supports only 0.3.0–0.7.18.
    → would allow: DomainSets 0.8.1

Bloqade

Unsatisfiable — 19 conflicts, pick a fix for each:

Conflict 1: BloqadeLattices and EarCut_jll
  • your compat leaves BloqadeLattices 0.2.3
  • your compat leaves GeometryBasics 0.5.12
  • your compat leaves Luxor 4.5.0
  • BloqadeLattices 0.2.3, GeometryBasics 0.5.12 or absent and Luxor 4.5.0 or
    absent together require EarCut_jll ≤2.2.4+0 (through LuxorGraphPlot and
    MathTeXEngine)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: BloqadeLattices 0.2.3, EarCut_jll 2.2.4+0, GeometryBasics
      0.5.12, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on GeometryBasics does not help.
    • relaxing your compat on Luxor does not help.
    • dropping requirement BloqadeLattices does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: BloqadeLattices 0.2.3, EarCut_jll 3.2.3+0, Luxor 4.5.0

Conflict 2: BloqadeLattices and FFMPEG_jll
  • your compat leaves BloqadeLattices 0.2.3
  • BloqadeLattices 0.2.3 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0
    (through FFMPEG, LuxorGraphPlot and Luxor)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: BloqadeLattices 0.2.3, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: BloqadeLattices and GettextRuntime_jll
  • BloqadeLattices requires Glib_jll (through Cairo, LuxorGraphPlot, Rsvg and
    Luxor)
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: BloqadeLattices 0.2.3, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement BloqadeLattices does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: BloqadeLattices 0.2.3, GettextRuntime_jll 1.0.0+0

Conflict 5: CairoMakie
  • your compat leaves CairoMakie 0.15.14
  • your compat leaves ImageIO 0.6.10
  • CairoMakie 0.15.14 and ImageIO 0.6.10 or absent together require
    Giflib_jll 5.2.1+0–5.2.3+0 (through Makie, WebP and libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ImageIO does not help.
    • dropping requirement CairoMakie does not help.
    • dropping requirement ImageIO does not help.

Conflict 6: Bloqade and InlineStrings
  • Bloqade requires Intervals ≥1.0.0 (through BloqadeWaveforms)
  • your compat leaves Intervals 1.11.0
  • Intervals ≥1.6.0 requires InlineStrings ≤2.0.0 (through TimeZones)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: InlineStrings 1.4.6, Intervals 1.11.0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on Intervals does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Intervals would not help without 19 other changes.

Conflict 7: Bloqade and Libffi_jll
  • Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
    Glib_jll, HarfBuzz_jll, Cairo, LuxorGraphPlot, Pango_jll, Librsvg_jll and
    Luxor)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.

Conflict 8: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: Configurations 0.17.6, OrderedCollections 1.8.2
    2. drop requirement Configurations
       → allows: OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on Configurations does not help.
  Upstream fix: a release of Configurations supporting OrderedCollections
    2.0.1 would fix this; 0.17.6, its latest, supports only 1.3.0–1.8.2.
    → would allow: OrderedCollections 2.0.1

Conflict 9: OrdinaryDiffEq
  • your compat leaves OrdinaryDiffEq 7.8.1
  • OrdinaryDiffEq 7.8.1 requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on OrdinaryDiffEq does not help.
    • dropping requirement OrdinaryDiffEq does not help.

Conflict 10: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
  Upstream fix: a release of JSON3 supporting Parsers 3.0.0 would fix this;
    1.14.3, its latest, supports only 0.3.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 11: BloqadeLattices and XML2_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require XML2_jll
    2.9.14+0–2.13.9+0 (through Compose, Librsvg_jll, LuxorGraphPlot, Viznet,
    Luxor and Rsvg)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 12: BloqadeLattices and x264_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through Compose, FFMPEG_jll, LuxorGraphPlot,
    Viznet, FFMPEG and Luxor)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 13: Bloqade and DiffEqBase
  • Bloqade requires DiffEqBase ≤6.218.0 (through BloqadeODE)
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement Bloqade
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 14: BloqadeExpr
  • BloqadeExpr requires LuxurySparse 0.6.0–0.7.5
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeExpr
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeExpr does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 15: BloqadeKrylov
  • BloqadeKrylov requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
    (through BloqadeWaveforms)
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeKrylov
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeKrylov does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 16: BloqadeMIS
  • BloqadeMIS requires LuxurySparse 0.6.0–0.7.5 (through BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeMIS
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeMIS does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 17: BloqadeODE
  • BloqadeODE requires DiffEqBase ≤6.218.0
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement BloqadeODE
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on BloqadeODE does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 18: BloqadeWaveforms
  • BloqadeWaveforms requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeWaveforms
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeWaveforms does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 19: YaoSubspaceArrayReg
  • YaoSubspaceArrayReg requires LuxurySparse 0.6.0–0.7.5 (through
    BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement YaoSubspaceArrayReg
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on LuxurySparse does not help.
    • relaxing your compat on YaoSubspaceArrayReg does not help.

CSV

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: CSV and InlineStrings
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires InlineStrings ≤1.4.6
  • your compat leaves InlineStrings 2.0.1
  One fix: relax your compat on InlineStrings
    → allows: CSV 0.10.17, InlineStrings 1.4.6
  Blocked fixes:
    • dropping requirement InlineStrings does not help.
    • relaxing your compat on CSV would not help unless you also relaxed your
      compat on Parsers and relaxed your compat on WeakRefStrings.

Conflict 2: CSV and Parsers
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires Parsers 2.5.0–2.8.8
  • your compat leaves Parsers 3.0.0
  One fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8
  Blocked fixes:
    • dropping requirement Parsers does not help.
    • relaxing your compat on CSV would not help unless you also relaxed your
      compat on Parsers and relaxed your compat on WeakRefStrings.

Or, to fix without relaxing your compat on InlineStrings or relaxing your
compat on Parsers:
  drop requirement CSV, and one of:
    1. relax your compat on WeakRefStrings
       → allows: InlineStrings 2.0.1, Parsers 3.0.0
    2. drop requirement WeakRefStrings
       → allows: InlineStrings 2.0.1, Parsers 3.0.0

CairoMakie

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: CairoMakie and EarCut_jll
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • CairoMakie, FreeTypeAbstraction 0.10.8 or absent and GeometryBasics 0.5.12
    or absent together require EarCut_jll ≤2.2.4+0 (through AbstractPlotting)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: CairoMakie 0.15.14, EarCut_jll 2.2.4+0, FreeTypeAbstraction
      0.10.8, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: CairoMakie 0.15.14, EarCut_jll 3.2.3+0, FreeTypeAbstraction
      0.10.8

Conflict 2: CairoMakie and FFMPEG_jll
  • your compat leaves CairoMakie 0.15.14
  • CairoMakie 0.15.14 requires FFMPEG_jll 4.4.0+0–8.1.2+0 (through Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: CairoMakie 0.15.14, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Glib_jll 2.88.3+0
  • your compat leaves NaNMath 1.1.4
  • Cairo, Glib_jll 2.88.3+0 or absent and NaNMath 1.1.4 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Graphics)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0,
      NaNMath 1.1.4
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll does not help.
    • relaxing your compat on NaNMath does not help.
    • dropping requirement Cairo does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo 1.1.1, GettextRuntime_jll 1.0.0+0, NaNMath 1.1.4

Conflict 5: CairoMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • CairoMakie and ColorTypes 0.12.1 or absent together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Cairo, Colors, Makie,
    TiffImages, libwebp_jll, ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, ColorTypes 0.12.1, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Conflict 6: Cairo and Libffi_jll
  • your compat leaves Cairo 1.1.1
  • Cairo 1.1.1 requires Libffi_jll 3.2.2+0–3.2.2+2, 3.4.7+0 (through Glib_jll
    and Pango_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • dropping requirement Cairo does not help.

Conflict 7: CairoMakie and x264_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • CairoMakie and ColorVectorSpace 0.11.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through AbstractPlotting, Cairo, ColorTypes,
    FFMPEG_jll, FixedPointNumbers, FreeTypeAbstraction, Makie and Colors)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: CairoMakie 0.15.14, ColorVectorSpace 0.11.0, x264_jll
      10164.0.1+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorVectorSpace does not help.
    • dropping requirement x264_jll does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Catlab

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement ColorTypes would not help without 6 other changes.

Conflict 2: Catlab
  • Catlab requires JSON ≤0.21.4 (through Compose and GATlab)
  • your compat leaves JSON 1.8.0
  The only minimal fix: relax your compat on JSON
    → allows: Catlab 0.17.6, JSON 0.21.4
  Blocked fixes:
    • relaxing your compat on Catlab does not help.
    • dropping requirement JSON does not help.
    • dropping requirement Catlab would not help unless you also relaxed your
      compat on FixedPointNumbers, relaxed your compat on Parsers, relaxed
      your compat on StringManipulation and dropped requirement Compose.

Conflict 3: ACSets and Parsers
  • ACSets requires Parsers ≤2.8.8 (through JSON and JSON3)
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: ACSets 0.2.29, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on ACSets does not help.
    • dropping requirement ACSets would not help without 5 other changes.

Conflict 4: ACSets and StringManipulation
  • ACSets requires StringManipulation 0.3.0–0.5.0 (through PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: ACSets 0.2.29, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on ACSets does not help.
    • dropping requirement StringManipulation does not help.
    • dropping requirement ACSets would not help without 5 other changes.

ClimaCore

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 or dropping requirement HDF5_jll would only
      help if you do both and also relaxed your compat on TaylorSeries,
      relaxed your compat on XML2_jll and dropped requirement ClimaCore.

Conflict 2: ClimaCore and KrylovKit
  • your compat leaves ClimaCore 0.16.0
  • ClimaCore 0.16.0 requires KrylovKit 0.6.0–0.8.3
  • your compat leaves KrylovKit 0.10.4
  Fix it by any one of:
    1. relax your compat on KrylovKit
       → allows: ClimaCore 0.16.0, KrylovKit 0.6.1
    2. drop requirement ClimaCore
       → allows: KrylovKit 0.10.4
  Blocked fixes:
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement KrylovKit does not help.
  Upstream fix: a release of ClimaCore supporting KrylovKit 0.10.4 would fix
    this; 0.16.0, its latest, supports only 0.6.0–0.8.3.
    → would allow: KrylovKit 0.10.4

Conflict 3: ClimaCore and TaylorSeries
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and ClimaCore together require TaylorSeries
    0.10.0–0.20.10 (through CubedSphere)
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: Adapt 4.7.0, ClimaCore 0.16.0, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement Adapt does not help.
    • dropping requirement TaylorSeries does not help.

Conflict 4: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement ClimaCore and drop requirement CubedSphere
  → allows: Adapt 4.7.0, KrylovKit 0.10.4, TaylorSeries 0.22.4

Convex

SATISFIABLE

DataFrames

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: PrettyTables
  • your compat leaves PrettyTables 3.4.8
  • PrettyTables 3.4.8 requires StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  Fix it by any one of:
    1. relax your compat on PrettyTables
       → allows: PrettyTables 1.3.1, StringManipulation 0.6.1
    2. relax your compat on StringManipulation
       → allows: PrettyTables 3.4.8, StringManipulation 0.5.0
    3. drop requirement PrettyTables
       → allows: StringManipulation 0.6.1
  Blocked fixes:
    • dropping requirement StringManipulation does not help.
  Upstream fix: a release of PrettyTables supporting StringManipulation 0.6.1
    would fix this; 3.4.8, its latest, supports only 0.4.0–0.5.0.
    → would allow: StringManipulation 0.6.1

Conflict 2: DataFrames
  • your compat leaves DataFrames 1.8.2
  • DataFrames 1.8.2 requires InlineStrings 1.3.0–1.4.6
  • your compat leaves InlineStrings 2.0.1
  One fix: drop requirement DataFrames
    → allows: InlineStrings 2.0.1
  Blocked fixes:
    • dropping requirement InlineStrings does not help.

Or, to fix without dropping requirement DataFrames:
  relax your compat on DataFrames and relax your compat on PrettyTables
  → allows: DataFrames 1.3.6, InlineStrings 2.0.1, PrettyTables 1.3.1,
    StringManipulation 0.6.1

Or, to fix without dropping requirement DataFrames:
  relax your compat on InlineStrings and relax your compat on
  StringManipulation
  → allows: DataFrames 1.8.2, InlineStrings 1.4.6, PrettyTables 3.4.8,
    StringManipulation 0.5.0

Costlier fixes also exist.

DiffEqFlux

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: DiffEqFlux and Distributions
  • your compat leaves DiffEqFlux ≥4.10.2
  • DiffEqFlux ≥4.10.2 requires Distributions ≤0.25.126
  • your compat leaves Distributions 0.25.131
  Fix it by any one of:
    1. relax your compat on DiffEqFlux
       → allows: DiffEqFlux 4.8.0, Distributions 0.25.131
    2. relax your compat on Distributions
       → allows: DiffEqFlux 4.11.0, Distributions 0.25.126
    3. drop requirement DiffEqFlux
       → allows: Distributions 0.25.131
  Blocked fixes:
    • dropping requirement Distributions does not help.
  Upstream fix: a release of DiffEqFlux supporting Distributions 0.25.131
    would fix this; 4.11.0, its latest, supports only 0.25.88–0.25.126.
    → would allow: Distributions 0.25.131

Conflict 2: DiffEqFlux and Adapt
  • your compat leaves GPUCompiler ≥2.5.3
  • GPUCompiler ≥2.5.3 or absent constrains Enzyme 0.5.0–0.10.4
  • DiffEqFlux and Enzyme 0.5.0–0.10.4 or absent together require Adapt ≤4.6.1
    (through Flux and SciMLSensitivity)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: relax your compat on GPUCompiler
    → allows: Adapt 4.7.0, DiffEqFlux 4.8.0, Enzyme 0.13.202, GPUCompiler
      1.23.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on Enzyme does not help.
    • dropping requirement GPUCompiler does not help.
    • dropping requirement Enzyme would not help unless you also relaxed your
      compat on OrdinaryDiffEqCore, relaxed your compat on StringManipulation,
      dropped requirement DiffEqFlux and dropped requirement SciMLSensitivity.
  Upstream fix: a release of Enzyme supporting GPUCompiler 2.6.0 would fix
    this; 0.13.202, its latest, supports only 1.6.2–1.23.0.
    → would allow: Adapt 4.7.0, DiffEqFlux 4.8.0, GPUCompiler 2.6.0

Conflict 3: BracketingNonlinearSolve and DiffEqFlux
  • your compat leaves SciMLOperators 1.30.0
  • your compat leaves TimerOutputs 1.2.1
  • BracketingNonlinearSolve, DiffEqFlux, SciMLOperators 1.30.0 or absent and
    TimerOutputs 1.2.1 or absent together require OrdinaryDiffEqCore ≤4.17.0
    (through Adapt, Flux, NonlinearSolveBase, SciMLBase, SciMLLogging,
    SciMLSensitivity and FunctionProperties)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
      OrdinaryDiffEqCore 4.17.0, SciMLOperators 1.30.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on SciMLOperators does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement OrdinaryDiffEqCore would not help unless you also
      relaxed your compat on GPUCompiler, relaxed your compat on
      StringManipulation, dropped requirement DiffEqFlux and dropped
      requirement SciMLSensitivity.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

DifferentialEquations

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: DifferentialEquations
  • your compat leaves DifferentialEquations 8.1.1
  • DifferentialEquations 8.1.1 requires OrdinaryDiffEqCore ≤4.17.0 (through
    OrdinaryDiffEq and OrdinaryDiffEqBDF)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: DifferentialEquations 8.1.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on DifferentialEquations does not help.
    • dropping requirement DifferentialEquations does not help.

Conflict 2: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help unless you
      also relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
      TimerOutputs and dropped requirement PrettyTables.

Distributions

SATISFIABLE

DynamicalSystems

Unsatisfiable — 11 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: Attractors and Gamma
  • your compat leaves DelayEmbeddings 2.9.0
  • your compat leaves HypergeometricFunctions 0.3.30
  • Attractors, DelayEmbeddings 2.9.0 or absent and HypergeometricFunctions
    0.3.30 or absent together require Gamma 1.1.0 (through ComplexityMeasures,
    Distributions, StateSpaceSets and StatsFuns)
  • your compat leaves Gamma 1.2.0
  One fix: relax your compat on Gamma
    → allows: Attractors 2.0.3, DelayEmbeddings 2.9.0, Gamma 1.1.0,
      HypergeometricFunctions 0.3.30
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DelayEmbeddings does not help.
    • relaxing your compat on HypergeometricFunctions does not help.
    • dropping requirement DelayEmbeddings does not help.
    • dropping requirement Gamma would not help without 11 other changes.

Conflict 3: Attractors and LogExpFunctions
  • your compat leaves StatsFuns 2.2.1
  • Attractors and StatsFuns 2.2.1 or absent together require LogExpFunctions
    0.3.26–0.3.29 (through ComplexityMeasures, Distributions,
    DynamicalSystemsBase, ForwardDiff, SpecialFunctions and StateSpaceSets)
  • your compat leaves LogExpFunctions 1.0.1
  One fix: relax your compat on LogExpFunctions
    → allows: Attractors 2.0.3, LogExpFunctions 0.3.29, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 4: Attractors and StatsFuns
  • your compat leaves Attractors 2.0.3
  • Attractors 2.0.3 requires StatsFuns ≤1.5.3 (through ComplexityMeasures,
    Distributions and StateSpaceSets)
  • your compat leaves StatsFuns 2.2.1
  One fix: relax your compat on StatsFuns
    → allows: Attractors 2.0.3, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 5: LPVSpectral and OSQP_jll
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves OSQP 0.8.1
  • LPVSpectral 0.3.4 and OSQP 0.8.1 or absent together require OSQP_jll
    0.6.2+0–0.600.200+0 (through ProximalOperators)
  • your compat leaves OSQP_jll 100.0.0+0
  The only minimal fix: relax your compat on OSQP_jll
    → allows: LPVSpectral 0.3.4, OSQP 0.8.1, OSQP_jll 0.600.200+0
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on OSQP does not help.
    • dropping requirement OSQP_jll does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement OSQP would not help without 12 other changes.
  Upstream fix: a release of OSQP supporting OSQP_jll 100.0.0+0 would fix
    this; 0.8.1, its latest, supports only 0.6.2+0–0.600.200+0.
    → would allow: LPVSpectral 0.3.4, OSQP_jll 100.0.0+0

Conflict 6: Attractors and OrdinaryDiffEqCore
  • your compat leaves DiffEqBase ≥7.20.0
  • Attractors and DiffEqBase ≥7.20.0 or absent together require
    OrdinaryDiffEqCore ≤2.3.0, 4.2.1–4.17.0 (through DynamicalSystemsBase,
    ForwardDiff, OrdinaryDiffEq, OrdinaryDiffEqTsit5, OrdinaryDiffEqVerner,
    SciMLLogging and SimpleDiffEq)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: Attractors 2.0.3, DiffEqBase 7.20.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 7: LPVSpectral and ProximalCore
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves ProximalOperators 0.16.1
  • LPVSpectral 0.3.4 and ProximalOperators 0.16.1 or absent together require
    ProximalCore ≤0.1.2
  • your compat leaves ProximalCore 0.2.0
  The only minimal fix: relax your compat on ProximalCore
    → allows: LPVSpectral 0.3.4, ProximalCore 0.1.2, ProximalOperators 0.16.1
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on ProximalOperators does not help.
    • dropping requirement ProximalCore does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement ProximalOperators would not help without 12 other
      changes.
  Upstream fix: a release of ProximalOperators supporting ProximalCore 0.2.0
    would fix this; 0.16.1, its latest, supports only ≤0.1.2.
    → would allow: LPVSpectral 0.3.4, ProximalCore 0.2.0

Conflict 8: Attractors and StringManipulation
  • your compat leaves DocStringExtensions 0.9.5
  • your compat leaves FillArrays 1.17.0
  • your compat leaves OrdinaryDiffEqTsit5 2.1.4
  • your compat leaves SimpleNonlinearSolve ≥2.14.1
  • your compat leaves TimerOutputs 1.2.1
  • Attractors, DocStringExtensions 0.9.5 or absent, FillArrays 1.17.0 or
    absent, OrdinaryDiffEqTsit5 2.1.4 or absent, SimpleNonlinearSolve ≥2.14.1
    or absent and TimerOutputs 1.2.1 or absent together require
    StringManipulation 0.4.0–0.5.0 (through DiffEqBase, DynamicalSystemsBase,
    NonlinearSolveBase, OrdinaryDiffEq, OrdinaryDiffEqNonlinearSolve,
    PrettyTables, RecursiveArrayTools, SciMLBase, ArrayInterface,
    BracketingNonlinearSolve, OrdinaryDiffEqBDF, Polyester and
    StrideArraysCore)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Attractors 2.0.3, DocStringExtensions 0.9.5, FillArrays 1.17.0,
      OrdinaryDiffEqTsit5 2.1.4, SimpleNonlinearSolve 2.14.2,
      StringManipulation 0.5.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DocStringExtensions does not help.
    • relaxing your compat on FillArrays does not help.
    • relaxing your compat on OrdinaryDiffEqTsit5 does not help.
    • relaxing your compat on SimpleNonlinearSolve does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement StringManipulation does not help.

Conflict 9: ChaosTools
  • your compat leaves ChaosTools 3.5.4
  • ChaosTools 3.5.4 requires IntervalRootFinding 0.6.0–0.6.3
  • your compat leaves IntervalRootFinding 0.7.2
  The only minimal fix: drop requirement ChaosTools
    → allows: IntervalRootFinding 0.7.2
  Blocked fixes:
    • relaxing your compat on ChaosTools does not help.
    • dropping requirement IntervalRootFinding does not help.
    • relaxing your compat on IntervalRootFinding would not help without 11
      other changes.

Conflict 10: DynamicalSystems
  • your compat leaves DynamicalSystems 3.7.0
  • DynamicalSystems 3.7.0 requires HypothesisTests ≤0.12.0 (through
    FractalDimensions)
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement DynamicalSystems
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on DynamicalSystems does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Conflict 11: FractalDimensions
  • your compat leaves FractalDimensions 1.9.6
  • FractalDimensions 1.9.6 requires HypothesisTests 0.11.0–0.11.6
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement FractalDimensions
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on FractalDimensions does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Or, to fix without relaxing your compat on Gamma, relaxing your compat on
LogExpFunctions or relaxing your compat on StatsFuns:
  drop requirement Attractors and drop requirement ComplexityMeasures, and one
  of:
    1. relax your compat on RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1
    2. drop requirement RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1

Ferrite

SATISFIABLE

Flux

SATISFIABLE

Franklin

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: FranklinTemplates
  • your compat leaves FranklinTemplates 0.10.4
  • FranklinTemplates 0.10.4 requires HTTP 1.0.0–1.11.0 (through Franklin)
  • your compat leaves HTTP 2.6.7
  Fix it by any one of:
    1. relax your compat on FranklinTemplates
       → allows: FranklinTemplates 0.10.3, HTTP 2.6.7
    2. drop requirement FranklinTemplates
       → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on HTTP would not help unless you also relaxed your
      compat on LiveServer, relaxed your compat on MIMEs and relaxed your
      compat on OrderedCollections.

Conflict 2: Franklin
  • Franklin requires HTTP 0.8.0–1.11.0
  • your compat leaves HTTP 2.6.7
  The only minimal fix: drop requirement Franklin
    → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on Franklin would not help unless you also relaxed
      your compat on FranklinTemplates, relaxed your compat on HTTP, relaxed
      your compat on LiveServer and relaxed your compat on OrderedCollections.
    • relaxing your compat on HTTP would not help unless you also relaxed your
      compat on LiveServer, relaxed your compat on MIMEs and relaxed your
      compat on OrderedCollections.

GLMakie

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8

Conflict 2: GLMakie and FFMPEG_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • ColorVectorSpace 0.11.0 or absent and GLMakie together require FFMPEG_jll
    4.4.0+0–8.1.2+0 (through AbstractPlotting, ColorTypes, FreeTypeAbstraction
    and Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: ColorVectorSpace 0.11.0, FFMPEG_jll 8.1.2+0, GLMakie 0.13.14
  Blocked fixes:
    • relaxing your compat on ColorVectorSpace does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement FFMPEG_jll or dropping requirement GLMakie would
      only help if you do both and 6 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0

Conflict 5: GLMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and GLMakie together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Makie, TiffImages, libwebp_jll,
    ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: ColorTypes 0.12.1, GLMakie 0.13.14, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement GLMakie would not help without 7 other changes.

Conflict 6: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Gadfly

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement ColorTypes would not help without 5 other changes.
    • dropping requirement FixedPointNumbers would not help without 5 other
      changes.

Conflict 2: Compose
  • Compose requires JSON ≤0.21.4
  • your compat leaves JSON 1.8.0
  Fix it by any one of:
    1. relax your compat on JSON
       → allows: Compose 0.9.7, JSON 0.20.1
    2. drop requirement Compose
       → allows: JSON 1.8.0
  Blocked fixes:
    • relaxing your compat on Compose does not help.
    • dropping requirement JSON does not help.
  Upstream fix: a release of Compose supporting JSON 1.8.0 would fix this;
    0.9.7, its latest, supports only ≤0.21.4.
    → would allow: JSON 1.8.0

Conflict 3: CoupledFields
  • your compat leaves CoupledFields 0.3.0
  • CoupledFields 0.3.0 requires LazyGrids 0.4.0–0.5.0
  • your compat leaves LazyGrids 1.1.0
  Fix it by any one of:
    1. relax your compat on LazyGrids
       → allows: CoupledFields 0.3.0, LazyGrids 0.5.0
    2. drop requirement CoupledFields
       → allows: LazyGrids 1.1.0
  Blocked fixes:
    • relaxing your compat on CoupledFields does not help.
    • dropping requirement LazyGrids does not help.
  Upstream fix: a release of CoupledFields supporting LazyGrids 1.1.0 would
    fix this; 0.3.0, its latest, supports only 0.4.0–0.5.0.
    → would allow: LazyGrids 1.1.0

Conflict 4: Gadfly
  • Gadfly requires CategoricalArrays ≤0.10.9 (through Compat and DataFrames)
  • your compat leaves CategoricalArrays 1.1.1
  The only minimal fix: drop requirement Gadfly
    → allows: CategoricalArrays 1.1.1
  Blocked fixes:
    • relaxing your compat on Gadfly does not help.
    • dropping requirement CategoricalArrays does not help.
    • relaxing your compat on CategoricalArrays would not help unless you also
      relaxed your compat on DataStructures, relaxed your compat on
      FixedPointNumbers, relaxed your compat on JSON and relaxed your compat
      on LazyGrids.

Gen

Unsatisfiable — 1 conflict:

Conflict 1: Gen
  • Gen requires DataStructures 0.15.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Gen
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Gen does not help.

Costlier fixes also exist.

Genie

SATISFIABLE

GeoStats

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: CoordGridTransforms and DataDeps
  • CoordGridTransforms requires DataDeps 0.7.0–0.7.14
  • your compat leaves DataDeps 1.0.0
  One fix: relax your compat on DataDeps
    → allows: CoordGridTransforms 0.1.11, DataDeps 0.7.14
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement DataDeps does not help.
  Upstream fix: a release of CoordGridTransforms supporting DataDeps 1.0.0
    would fix this; 0.1.11, its latest, supports only 0.7.0–0.7.14.
    → would allow: DataDeps 1.0.0

Conflict 2: CoordGridTransforms and HTTP
  • CoordGridTransforms requires HTTP ≤1.11.0 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: CoordGridTransforms 0.1.11, HTTP 1.11.0
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement HTTP does not help.

Conflict 3: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 4: GeoStats
  • your compat leaves CategoricalArrays 1.1.1
  • CategoricalArrays 1.1.1 or absent and GeoStats together require
    StringManipulation 0.3.0–0.5.0 (through DataFrames, GaussianSimulation,
    GeoClustering, GeoStatsBase, GeoStatsDevTools, GeoStatsTransforms,
    GeoStatsValidation, GeoTables, Meshes, PrettyTables, RecipesBase and
    StaticArrays)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CategoricalArrays 1.1.1, GeoStats 0.90.0, StringManipulation
      0.5.0
  Blocked fixes:
    • relaxing your compat on CategoricalArrays does not help.
    • relaxing your compat on GeoStats does not help.

Or, to fix without relaxing your compat on DataDeps or relaxing your compat on
HTTP:
  drop requirement CoordGridTransforms and drop requirement GeoStats
  → allows: DataDeps 1.0.0, HTTP 2.6.7

Costlier fixes also exist.

GeometricFlux

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: GeometricFlux and HDF5_jll
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and GeometricFlux together require HDF5_jll ≤2.1.2+0
    (through Flux, HDF5 and MLDatasets)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Adapt 4.7.0, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on GeometricFlux does not help.
    • dropping requirement HDF5_jll would not help without 11 other changes.

Conflict 3: CSV and InlineStrings
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires InlineStrings ≤1.4.6
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: CSV 0.10.17, InlineStrings 1.4.6
  Blocked fixes:
    • dropping requirement InlineStrings does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • dropping requirement CSV would not help without 11 other changes.

Conflict 4: CSV and Parsers
  • your compat leaves WeakRefStrings 1.4.3
  • CSV and WeakRefStrings 1.4.3 or absent together require Parsers
    1.0.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, WeakRefStrings 1.4.3
  Blocked fixes:
    • dropping requirement Parsers does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • relaxing your compat on WeakRefStrings would not help without 11 other
      changes.
    • dropping requirement CSV would not help without 11 other changes.
    • dropping requirement WeakRefStrings would not help without 11 other
      changes.

Conflict 5: Pickle
  • your compat leaves Pickle 0.3.7
  • Pickle 0.3.7 requires StridedViews 0.2.0–0.4.6
  • your compat leaves StridedViews 0.5.2
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: StridedViews 0.5.2
  Blocked fixes:
    • relaxing your compat on Pickle does not help.
    • dropping requirement StridedViews does not help.
  Upstream fix: a release of Pickle supporting StridedViews 0.5.2 would fix
    this; 0.3.7, its latest, supports only 0.2.0–0.4.6.
    → would allow: StridedViews 0.5.2

Conflict 6: DataFrames
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves SortingAlgorithms 1.2.3
  • DataFrames, PrettyTables 3.4.8 or absent and SortingAlgorithms 1.2.3 or
    absent together require StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: DataFrames 1.8.2, PrettyTables 3.4.8, SortingAlgorithms 1.2.3,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on DataFrames or relaxing your compat on
      PrettyTables would only help if you do both and 9 other changes.
    • dropping requirement PrettyTables would not help without 10 other
      changes.
    • dropping requirement DataFrames would not help without 10 other changes.
  Upstream fix: a release of PrettyTables supporting StringManipulation 0.6.1
    would fix this; 3.4.8, its latest, supports only 0.4.0–0.5.0.
    → would allow: DataFrames 1.8.2, SortingAlgorithms 1.2.3,
      StringManipulation 0.6.1

Conflict 7: Hwloc_jll
  • your compat leaves Hwloc_jll 2.14.0+0
  • Hwloc_jll 2.14.0+0 requires XML2_jll 2.13.6+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Hwloc_jll 2.14.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Hwloc_jll does not help.
  Upstream fix: a release of Hwloc_jll supporting XML2_jll 2.15.3+0 would fix
    this; 2.14.0+0, its latest, supports only 2.13.6+0–2.13.9+0.
    → would allow: XML2_jll 2.15.3+0

Conflict 8: GeometricFlux and DataStructures
  • GeometricFlux requires DataStructures ≤0.18.22 (through LightGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeometricFlux
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeometricFlux does not help.

Conflict 9: GraphSignals
  • your compat leaves Functors 0.5.3
  • Functors 0.5.3 or absent and GraphSignals together require ArnoldiMethod
    ≤0.1.0 (through LightGraphs)
  • your compat leaves ArnoldiMethod 0.4.0
  The only minimal fix: drop requirement GraphSignals
    → allows: ArnoldiMethod 0.4.0, Functors 0.5.3
  Blocked fixes:
    • relaxing your compat on ArnoldiMethod does not help.
    • relaxing your compat on Functors does not help.
    • relaxing your compat on GraphSignals does not help.
    • dropping requirement ArnoldiMethod does not help.

Conflict 10: MLDatasets
  • MLDatasets requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  The only minimal fix: drop requirement MLDatasets
    → allows: DataDeps 1.0.0
  Blocked fixes:
    • relaxing your compat on DataDeps does not help.
    • relaxing your compat on MLDatasets does not help.
    • dropping requirement DataDeps does not help.

Gridap

Unsatisfiable — 1 conflict:

Conflict 1: Gridap
  • your compat leaves Gridap 0.20.9
  • Gridap 0.20.9 requires NLsolve 4.5.1
  • your compat leaves NLsolve 5.0.1
  The only minimal fix: drop requirement Gridap
    → allows: NLsolve 5.0.1
  Blocked fixes:
    • relaxing your compat on Gridap does not help.
    • dropping requirement NLsolve does not help.
    • relaxing your compat on NLsolve would not help unless you also relaxed
      your compat on LineSearches and relaxed your compat on NLSolversBase.
  Upstream fix: a release of Gridap supporting NLsolve 5.0.1 would fix this;
    0.20.9, its latest, supports only 4.5.1.
    → would allow: NLsolve 5.0.1

ITensors

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: ITensors and InlineStrings
  • your compat leaves ITensors 0.9.30
  • ITensors 0.9.30 requires InlineStrings ≤1.4.6 (through NDTensors)
  • your compat leaves InlineStrings 2.0.1
  One fix: relax your compat on InlineStrings
    → allows: ITensors 0.9.30, InlineStrings 1.4.6
  Blocked fixes:
    • relaxing your compat on ITensors does not help.
    • dropping requirement InlineStrings does not help.

Conflict 2: ITensors and TimerOutputs
  • ITensors requires TimerOutputs 0.5.5–0.5.29
  • your compat leaves TimerOutputs 1.2.1
  One fix: relax your compat on TimerOutputs
    → allows: ITensors 0.9.30, TimerOutputs 0.5.29
  Blocked fixes:
    • relaxing your compat on ITensors does not help.
    • dropping requirement TimerOutputs does not help.

Or, to fix without relaxing your compat on InlineStrings or relaxing your
compat on TimerOutputs:
  drop requirement ITensors and drop requirement NDTensors
  → allows: InlineStrings 2.0.1, TimerOutputs 1.2.1

Costlier fixes also exist.

Images

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement ImageIO does not help.

Conflict 3: ImageCorners and ImageSegmentation
  • ImageCorners and ImageSegmentation together require MetaGraphs 0.6.6–0.8.1
    (through ImageFiltering)
  • your compat leaves MetaGraphs 0.9.0
  The only minimal fix: relax your compat on MetaGraphs
    → allows: ImageCorners 0.1.3, ImageSegmentation 1.10.0, MetaGraphs 0.8.1
  Blocked fixes:
    • relaxing your compat on ImageCorners does not help.
    • relaxing your compat on ImageSegmentation does not help.
    • dropping requirement ImageCorners does not help.
    • dropping requirement MetaGraphs does not help.
    • dropping requirement ImageSegmentation would not help without 5 other
      changes.
  Upstream fix: a release of ImageSegmentation supporting MetaGraphs 0.9.0
    would fix this; 1.10.0, its latest, supports only 0.7.0–0.8.1.
    → would allow: ImageCorners 0.1.3, MetaGraphs 0.9.0

Conflict 4: ImageQualityIndexes and OrderedCollections
  • your compat leaves StatsBase 0.34.13
  • ImageQualityIndexes and StatsBase 0.34.13 or absent together require
    OrderedCollections 1.1.0–1.8.2 (through ColorVectorSpace, DataStructures,
    ImageContrastAdjustment, ImageCore, ImageFiltering and Parameters)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: ImageQualityIndexes 0.3.7, OrderedCollections 1.8.2, StatsBase
      0.34.13
  Blocked fixes:
    • relaxing your compat on ImageQualityIndexes does not help.
    • relaxing your compat on StatsBase does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

Conflict 5: ImageQualityIndexes and Parameters
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and ImageQualityIndexes together require
    Parameters 0.12.0–0.12.3 (through Colors, ImageContrastAdjustment and
    ImageCore)
  • your compat leaves Parameters 0.13.1
  The only minimal fix: relax your compat on Parameters
    → allows: ColorTypes 0.12.1, ImageQualityIndexes 0.3.7, Parameters 0.12.3
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on ImageQualityIndexes does not help.
    • dropping requirement Parameters does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

IntervalArithmetic

SATISFIABLE

JuMP

SATISFIABLE

Knet

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.

Conflict 2: ImageMagick
  • your compat leaves ImageMagick 1.4.2
  • your compat leaves ImageMagick_jll 7.1.2029+0
  • ImageMagick 1.4.2 and ImageMagick_jll 7.1.2029+0 or absent together
    require Giflib_jll 5.2.1+0–5.2.3+0 (through libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageMagick 1.4.2, ImageMagick_jll
      7.1.2029+0
  Blocked fixes:
    • relaxing your compat on ImageMagick does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageMagick does not help.
    • relaxing your compat on ImageMagick_jll would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement AutoGrad,
      dropped requirement Knet and dropped requirement libwebp_jll.
    • dropping requirement ImageMagick_jll would not help without 5 other
      changes.

Conflict 3: AutoGrad
  • your compat leaves AutoGrad 1.2.5
  • AutoGrad 1.2.5 requires TimerOutputs 0.5.0–0.5.29
  • your compat leaves TimerOutputs 1.2.1
  Fix it by any one of:
    1. relax your compat on TimerOutputs
       → allows: AutoGrad 1.2.5, TimerOutputs 0.5.29
    2. drop requirement AutoGrad
       → allows: TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on AutoGrad does not help.
    • dropping requirement TimerOutputs does not help.
  Upstream fix: a release of AutoGrad supporting TimerOutputs 1.2.1 would fix
    this; 1.2.5, its latest, supports only 0.5.0–0.5.29.
    → would allow: TimerOutputs 1.2.1

Conflict 4: CUDA and Knet
  • CUDA and Knet together require Adapt ≤4.6.1 (through AutoGrad)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement Knet
    → allows: Adapt 4.7.0, CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on CUDA does not help.
    • relaxing your compat on Knet does not help.
    • dropping requirement CUDA does not help.

LazySets

Unsatisfiable — 1 conflict:

Conflict 1: GLPK
  • your compat leaves GLPK 1.2.1
  • GLPK 1.2.1 requires GLPK_jll 5.0.0+0–5.0.1+1
  • your compat leaves GLPK_jll 5.0.2+0
  The only minimal fix: relax your compat on GLPK_jll
    → allows: GLPK 1.2.1, GLPK_jll 5.0.1+1
  Blocked fixes:
    • relaxing your compat on GLPK does not help.
    • dropping requirement GLPK_jll does not help.
    • dropping requirement GLPK would not help unless you also dropped
      requirement LazySets.
  Upstream fix: a release of GLPK supporting GLPK_jll 5.0.2+0 would fix this;
    1.2.1, its latest, supports only 5.0.0+0–5.0.1+1.
    → would allow: GLPK_jll 5.0.2+0

Lux

SATISFIABLE

MLJ

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: CategoricalDistributions
  • your compat leaves ScientificTypesBase 3.1.0
  • your compat leaves UnicodePlots 3.8.4
  • CategoricalDistributions, ScientificTypesBase 3.1.0 or absent and
    UnicodePlots 3.8.4 or absent together require FixedPointNumbers
    0.8.2–0.8.6 (through ColorSchemes and ColorTypes)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: CategoricalDistributions 0.2.2, FixedPointNumbers 0.8.6,
      ScientificTypesBase 3.1.0, UnicodePlots 3.8.4
  Blocked fixes:
    • relaxing your compat on CategoricalDistributions does not help.
    • relaxing your compat on ScientificTypesBase does not help.
    • relaxing your compat on UnicodePlots does not help.

Conflict 2: ARFFFiles
  • your compat leaves ARFFFiles 1.6.2
  • ARFFFiles 1.6.2 requires Parsers 2.8.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: ARFFFiles 1.6.2, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on ARFFFiles does not help.
    • dropping requirement ARFFFiles would not help unless you also relaxed
      your compat on FixedPointNumbers, relaxed your compat on
      StringManipulation, dropped requirement MLJ and dropped requirement
      OpenML.
  Upstream fix: a release of ARFFFiles supporting Parsers 3.0.0 would fix
    this; 1.6.2, its latest, supports only 2.8.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 3: MLJ
  • MLJ requires MLJBase
  • your compat leaves MLJBase ≥1.14.1
  • MLJBase ≥1.10.1 requires StringManipulation ≤0.6.0 (through PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: MLJ 0.23.3, MLJBase 1.14.2, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on MLJ does not help.
    • relaxing your compat on MLJBase does not help.
    • dropping requirement MLJ would not help unless you also relaxed your
      compat on FixedPointNumbers, relaxed your compat on StringManipulation,
      dropped requirement ARFFFiles and dropped requirement OpenML.

Makie

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8

Conflict 2: Makie
  • your compat leaves FFMPEG_jll 9.0.0+0
  • FFMPEG_jll 9.0.0+0 or absent and Makie together require ColorTypes ≤0.11.5
    (through AbstractPlotting)
  • your compat leaves ColorTypes 0.12.1
  Fix it by any one of:
    1. relax your compat on FFMPEG_jll
       → allows: ColorTypes 0.12.1, FFMPEG_jll 8.1.2+0, Makie 0.24.14
    2. drop requirement Makie
       → allows: ColorTypes 0.12.1, FFMPEG_jll 9.0.0+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on Makie does not help.
  Upstream fix: a release of Makie supporting FFMPEG_jll 9.0.0+0 would fix
    this; 0.24.14, its latest, supports only ≤8.1.2+0.
    → would allow: ColorTypes 0.12.1, FFMPEG_jll 9.0.0+0

Conflict 3: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  One fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.

Conflict 4: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 5: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  Fix it by any one of:
    1. relax your compat on GettextRuntime_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
         2.88.3+0
    2. relax your compat on Glib_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0, Glib_jll
         2.84.0+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement GettextRuntime_jll does not help.
    • dropping requirement Cairo_jll or dropping requirement Glib_jll would
      only help if you do both and 7 other changes.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0

Conflict 6: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageIO does not help.

Conflict 7: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement Libffi_jll does not help.
    • dropping requirement Cairo_jll would not help without 8 other changes.

Or, to fix without relaxing your compat on x264_jll:
  drop requirement FFMPEG_jll and drop requirement Makie
  → allows: ColorTypes 0.12.1, x264_jll 10165.0.0+0

Meshes

Unsatisfiable — 1 conflict:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Costlier fixes also exist.

Metatheory

Unsatisfiable — 1 conflict:

Conflict 1: Metatheory
  • Metatheory requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Metatheory
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • dropping requirement DataStructures does not help.
    • relaxing your compat on DataStructures or relaxing your compat on
      Metatheory would only help if you do both and also relaxed your compat
      on OrderedCollections.

ModelingToolkit

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.
  Upstream fix: a release of SymbolicUtils supporting Moshi 0.3.12 would fix
    this; 4.46.4, its latest, supports only 0.3.6–0.3.9.
    → would allow: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 5
      other changes.

Molly

Unsatisfiable — 1 conflict:

Conflict 1: Molly
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and Molly together require Parameters ≤0.12.3
    (through CUDA and CellListMap)
  • your compat leaves Parameters 0.13.1
  The only minimal fix: drop requirement Molly
    → allows: Adapt 4.7.0, Parameters 0.13.1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on Molly does not help.
    • dropping requirement Parameters does not help.
    • relaxing your compat on Parameters would not help unless you also
      relaxed your compat on CellListMap and relaxed your compat on
      OrderedCollections.

NeuralPDE

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.
  Upstream fix: a release of SymbolicUtils supporting Moshi 0.3.12 would fix
    this; 4.46.4, its latest, supports only 0.3.6–0.3.9.
    → would allow: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: Integrals
  • your compat leaves Integrals 5.5.0
  • Integrals 5.5.0 requires QuasiMonteCarlo 0.3.0–0.3.11 (through
    MonteCarloIntegration)
  • your compat leaves QuasiMonteCarlo 0.4.2
  The only minimal fix: relax your compat on QuasiMonteCarlo
    → allows: Integrals 5.5.0, QuasiMonteCarlo 0.3.11
  Blocked fixes:
    • relaxing your compat on Integrals does not help.
    • dropping requirement QuasiMonteCarlo does not help.
    • dropping requirement Integrals would not help without 6 other changes.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 6
      other changes.

Oceananigans

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Oceananigans
  • your compat leaves FFTW 1.10.0
  • FFTW 1.10.0 or absent and Oceananigans together require OrderedCollections
    ≤2.0.0 (through AbstractFFTs)
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: FFTW 1.10.0, Oceananigans 0.112.0, OrderedCollections 1.8.2
    2. drop requirement Oceananigans
       → allows: FFTW 1.10.0, OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on FFTW does not help.
    • relaxing your compat on Oceananigans does not help.
    • dropping requirement FFTW does not help.
    • dropping requirement OrderedCollections does not help.
  Upstream fix: a release of Oceananigans supporting OrderedCollections 2.0.1
    would fix this; 0.112.0, its latest, supports only 1.1.0–1.8.2.
    → would allow: FFTW 1.10.0, OrderedCollections 2.0.1

Conflict 2: CubedSphere
  • CubedSphere requires TaylorSeries 0.10.0–0.20.10
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: CubedSphere 0.3.4, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on CubedSphere does not help.
    • dropping requirement TaylorSeries does not help.
  Upstream fix: a release of CubedSphere supporting TaylorSeries 0.22.4 would
    fix this; 0.3.4, its latest, supports only 0.10.0–0.20.10.
    → would allow: TaylorSeries 0.22.4

Conflict 3: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement CubedSphere and drop requirement Oceananigans
  → allows: FFTW 1.10.0, OrderedCollections 2.0.1, TaylorSeries 0.22.4

Costlier fixes also exist.

Optim

SATISFIABLE

POMDPs

SATISFIABLE

Plots

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: Plots
  • your compat leaves Plots 1.41.7
  • Plots 1.41.7 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on Plots would not help without 6 other changes.
    • dropping requirement Plots would not help without 6 other changes.
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 3: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0

Conflict 4: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 5: JLFzf
  • JLFzf requires fzf_jll 0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0,
    0.29.0+0–0.61.1+0
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: JLFzf 0.1.11, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on JLFzf does not help.
    • dropping requirement fzf_jll does not help.
    • dropping requirement JLFzf would not help without 6 other changes.
  Upstream fix: a release of JLFzf supporting fzf_jll 0.74.2+0 would fix this;
    0.1.11, its latest, supports only 0.29.0+0–0.61.1+0.
    → would allow: fzf_jll 0.74.2+0

Conflict 6: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Pluto

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Pluto
  • Pluto requires HTTP ≤0.9.17, 1.0.2–1.11.0
  • your compat leaves HTTP 2.6.7
  Fix it by any one of:
    1. relax your compat on HTTP
       → allows: HTTP 1.11.0, Pluto 1.0.3
    2. drop requirement Pluto
       → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on Pluto would not help unless you also relaxed
      your compat on HTTP and dropped requirement Configurations.
  Upstream fix: a release of Pluto supporting HTTP 2.6.7 would fix this;
    1.0.3, its latest, supports only 1.10.17–1.11.0.
    → would allow: HTTP 2.6.7

Conflict 2: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  One fix: relax your compat on OrderedCollections
    → allows: Configurations 0.17.6, OrderedCollections 1.8.2
  Blocked fixes:
    • relaxing your compat on Configurations does not help.
    • dropping requirement OrderedCollections does not help.
  Upstream fix: a release of Configurations supporting OrderedCollections
    2.0.1 would fix this; 0.17.6, its latest, supports only 1.3.0–1.8.2.
    → would allow: OrderedCollections 2.0.1

Or, to fix without relaxing your compat on OrderedCollections:
  drop requirement Configurations and drop requirement Pluto
  → allows: HTTP 2.6.7, OrderedCollections 2.0.1

QuantumOptics

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: Arpack
  • your compat leaves Arpack 0.5.4
  • Arpack 0.5.4 requires Arpack_jll ≤3.5.2+0
  • your compat leaves Arpack_jll 3.9.2+0
  Fix it by any one of:
    1. relax your compat on Arpack
       → allows: Arpack 0.5.0, Arpack_jll 3.9.2+0
    2. relax your compat on Arpack_jll
       → allows: Arpack 0.5.4, Arpack_jll 3.5.2+0
    3. drop requirement Arpack
       → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • dropping requirement Arpack_jll does not help.
  Upstream fix: a release of Arpack supporting Arpack_jll 3.9.2+0 would fix
    this; 0.5.4, its latest, supports only ≤3.5.2+0.
    → would allow: Arpack_jll 3.9.2+0

Conflict 2: QuantumOptics
  • your compat leaves QuantumOptics 1.2.9
  • QuantumOptics 1.2.9 requires Arpack_jll ≤3.5.2+0 (through Arpack)
  • your compat leaves Arpack_jll 3.9.2+0
  One fix: drop requirement QuantumOptics
    → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • relaxing your compat on QuantumOptics does not help.
    • dropping requirement Arpack_jll does not help.

Conflict 3: OrdinaryDiffEqCore
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  • OrdinaryDiffEqCore 5.0.0 requires SciMLLogging 1.9.1–1.10.1
  • your compat leaves SciMLLogging 2.1.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEqCore 4.17.0, SciMLLogging 2.1.0
  Blocked fixes:
    • relaxing your compat on SciMLLogging does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

Or, to fix without dropping requirement QuantumOptics:
  relax your compat on Arpack and relax your compat on Arpack_jll
  → allows: Arpack 0.5.3, Arpack_jll 3.5.2+0, QuantumOptics 1.2.9

Costlier fixes also exist.

Rasters

Unsatisfiable — 1 conflict:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement FixedPointNumbers does not help.
    • dropping requirement ColorTypes would not help unless you also dropped
      requirement Rasters.
  Upstream fix: a release of ColorTypes supporting FixedPointNumbers 0.9.1
    would fix this; 0.12.1, its latest, supports only 0.8.0–0.8.6.
    → would allow: FixedPointNumbers 0.9.1

Soss

Unsatisfiable — 12 conflicts, pick a fix for each:

Conflict 1: SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Combinatorics 1.0.0–1.0.2
  • your compat leaves Combinatorics 1.1.0
  Fix it by any one of:
    1. relax your compat on Combinatorics
       → allows: Combinatorics 1.0.2, SymbolicUtils 4.46.4
    2. drop requirement SymbolicUtils
       → allows: Combinatorics 1.1.0
  Blocked fixes:
    • relaxing your compat on SymbolicUtils does not help.
  Upstream fix: a release of SymbolicUtils supporting Combinatorics 1.1.0
    would fix this; 4.46.4, its latest, supports only 1.0.0–1.0.2.
    → would allow: Combinatorics 1.1.0

Conflict 2: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.
  Upstream fix: a release of JSON3 supporting Parsers 3.0.0 would fix this;
    1.14.3, its latest, supports only 0.3.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 3: ArrayInterfaceStaticArrays
  • ArrayInterfaceStaticArrays requires Adapt 3.0.0–3.7.2
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement ArrayInterfaceStaticArrays
    → allows: Adapt 4.7.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ArrayInterfaceStaticArrays does not help.

Conflict 4: GeneralizedGenerated
  • GeneralizedGenerated requires DataStructures ≤0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeneralizedGenerated
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeneralizedGenerated does not help.
  Upstream fix: a release of GeneralizedGenerated supporting DataStructures
    0.19.6 would fix this; 0.3.3, its latest, supports only 0.17.0–0.18.22.
    → would allow: DataStructures 0.19.6

Conflict 5: MCMCDiagnostics
  • MCMCDiagnostics requires StatsBase ≤0.33.22
  • your compat leaves StatsBase 0.34.13
  The only minimal fix: drop requirement MCMCDiagnostics
    → allows: StatsBase 0.34.13
  Blocked fixes:
    • relaxing your compat on MCMCDiagnostics does not help.
    • relaxing your compat on StatsBase does not help.
  Upstream fix: a release of MCMCDiagnostics supporting StatsBase 0.34.13
    would fix this; 0.4.0, its latest, supports only 0.33.0–0.33.22.
    → would allow: StatsBase 0.34.13

Conflict 6: MeasureBase
  • your compat leaves MeasureBase 0.14.13
  • MeasureBase 0.14.13 requires LogExpFunctions 0.3.0–0.3.29
  • your compat leaves LogExpFunctions 1.0.1
  The only minimal fix: drop requirement MeasureBase
    → allows: LogExpFunctions 1.0.1
  Blocked fixes:
    • relaxing your compat on MeasureBase does not help.
    • relaxing your compat on LogExpFunctions would not help without 12 other
      changes.
  Upstream fix: a release of MeasureBase supporting LogExpFunctions 1.0.1
    would fix this; 0.14.13, its latest, supports only 0.3.0–0.3.29.
    → would allow: LogExpFunctions 1.0.1

Conflict 7: MeasureTheory
  • MeasureTheory requires StatsFuns ≤1.5.3 (through Distributions)
  • your compat leaves StatsFuns 2.2.1
  The only minimal fix: drop requirement MeasureTheory
    → allows: StatsFuns 2.2.1
  Blocked fixes:
    • relaxing your compat on MeasureTheory does not help.
    • relaxing your compat on StatsFuns does not help.

Conflict 8: Metatheory
  • Metatheory requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Metatheory
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Metatheory does not help.

Conflict 9: NestedTuples
  • NestedTuples requires BangBang 0.3.0–0.3.40
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement NestedTuples
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on NestedTuples does not help.

Conflict 10: SampleChains
  • SampleChains requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement SampleChains
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on SampleChains does not help.

Conflict 11: Soss
  • Soss requires DataStructures ≤0.18.22 (through GeneralizedGenerated and
    SimpleGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Soss
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Soss does not help.

Conflict 12: TupleVectors
  • TupleVectors requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement TupleVectors
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on TupleVectors does not help.

StaticArrays

SATISFIABLE

StatsModels

SATISFIABLE

Symbolics

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Symbolics
  • your compat leaves LabelledArrays ≥1.20.3
  • LabelledArrays ≥1.20.3 or absent and Symbolics together require
    Combinatorics 1.0.0–1.0.2 (through ForwardDiff, NaNMath,
    PreallocationTools, RecursiveArrayTools, SciMLBase and SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, LabelledArrays 1.20.4, Symbolics 7.39.2
  Blocked fixes:
    • relaxing your compat on LabelledArrays does not help.
    • relaxing your compat on Symbolics does not help.
    • dropping requirement Combinatorics does not help.
    • dropping requirement LabelledArrays does not help.
    • dropping requirement Symbolics would not help unless you also dropped
      requirement SymbolicLimits and dropped requirement SymbolicUtils.

Conflict 2: SymbolicLimits
  • SymbolicLimits requires SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Moshi ≤0.3.11
  • your compat leaves Moshi 0.3.12
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: Moshi 0.3.9, SymbolicLimits 1.2.1, SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: Moshi 0.3.12, SymbolicLimits 1.2.1, SymbolicUtils 4.46.1
  Blocked fixes:
    • dropping requirement Moshi does not help.
    • relaxing your compat on SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicUtils would not help unless you also
      dropped requirement SymbolicLimits and dropped requirement Symbolics.
  Upstream fix: a release of SymbolicUtils supporting Moshi 0.3.12 would fix
    this; 4.46.4, its latest, supports only 0.3.6–0.3.9.
    → would allow: Moshi 0.3.12, SymbolicLimits 1.2.1

TensorKit

SATISFIABLE

Transformers

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: BytePairEncoding and DataStructures
  • your compat leaves BytePairEncoding 0.5.2
  • BytePairEncoding 0.5.2 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on BytePairEncoding
       → allows: BytePairEncoding 0.3.2, DataStructures 0.19.6
    2. drop requirement BytePairEncoding
       → allows: DataStructures 0.19.6

Conflict 2: BytePairEncoding and DataDeps
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  Fix it by any one of:
    1. relax your compat on DataDeps
       → allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, WordTokenizers 0.5.6
    2. relax your compat on WordTokenizers
       → allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, WordTokenizers 0.5.4
  Blocked fixes:
    • dropping requirement DataDeps does not help.
  Upstream fix: a release of WordTokenizers supporting DataDeps 1.0.0 would
    fix this; 0.5.6, its latest, supports only 0.6.5–0.7.14.
    → would allow: BytePairEncoding 0.3.2, DataDeps 1.0.0

Conflict 3: BytePairEncoding and HTTP
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires HTTP ≤2.6.6 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: BytePairEncoding 0.3.2, HTTP 1.11.0, WordTokenizers 0.5.6
  Blocked fixes:
    • dropping requirement HTTP does not help.

Conflict 4: Pickle
  • your compat leaves StridedViews 0.5.2
  • Pickle and StridedViews 0.5.2 or absent together require DataStructures
    0.17.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: DataStructures 0.19.6, Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: DataStructures 0.19.6, StridedViews 0.5.2
  Blocked fixes:
    • dropping requirement StridedViews does not help.
  Upstream fix: a release of Pickle supporting StridedViews 0.5.2 would fix
    this; 0.3.7, its latest, supports only 0.2.0–0.4.6.
    → would allow: DataStructures 0.19.6, StridedViews 0.5.2

Conflict 5: DoubleArrayTries
  • DoubleArrayTries requires StringViews 1.0.0–1.3.7
  • your compat leaves StringViews 2.0.1
  Fix it by any one of:
    1. relax your compat on StringViews
       → allows: DoubleArrayTries 0.1.1, StringViews 1.3.7
    2. drop requirement DoubleArrayTries
       → allows: StringViews 2.0.1
  Blocked fixes:
    • relaxing your compat on DoubleArrayTries does not help.
    • dropping requirement StringViews does not help.
  Upstream fix: a release of DoubleArrayTries supporting StringViews 2.0.1
    would fix this; 0.1.1, its latest, supports only 1.0.0–1.3.7.
    → would allow: StringViews 2.0.1

Conflict 6: TextEncodeBase
  • your compat leaves TextEncodeBase 0.8.3
  • TextEncodeBase 0.8.3 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on TextEncodeBase
       → allows: DataStructures 0.19.6, TextEncodeBase 0.6.0
    2. drop requirement TextEncodeBase
       → allows: DataStructures 0.19.6
  Upstream fix: a release of TextEncodeBase supporting DataStructures 0.19.6
    would fix this; 0.8.3, its latest, supports only 0.18.0–0.18.22.
    → would allow: DataStructures 0.19.6

Conflict 7: Fetch
  • Fetch requires Parsers 0.3.0–2.8.8 (through JSON3)
  • your compat leaves Parsers 3.0.0
  One fix: relax your compat on Parsers
    → allows: Fetch 0.1.4, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on Fetch does not help.
    • dropping requirement Parsers does not help.

Conflict 8: PrimitiveOneHot
  • your compat leaves PrimitiveOneHot 0.2.1
  • PrimitiveOneHot 0.2.1 requires GPUArraysCore ≤0.1.6
  • your compat leaves GPUArraysCore 0.2.0
  One fix: relax your compat on PrimitiveOneHot
    → allows: GPUArraysCore 0.2.0, PrimitiveOneHot 0.1.4
  Blocked fixes:
    • relaxing your compat on GPUArraysCore does not help.
    • dropping requirement PrimitiveOneHot would not help without 9 other
      changes.

Conflict 9: Flux and NeuralAttentionlib
  • NeuralAttentionlib constrains Flux ≤0.16.10 (through MLDataDevices and
    Zygote)
  • your compat leaves Flux 0.16.11
  One fix: drop requirement NeuralAttentionlib
    → allows: Flux 0.16.11
  Blocked fixes:
    • relaxing your compat on Flux does not help.
    • relaxing your compat on NeuralAttentionlib does not help.
    • dropping requirement Flux would not help without 10 other changes.

Conflict 10: Transformers
  • your compat leaves Transformers 0.3.1
  • Transformers 0.3.1 requires StridedViews 0.2.1–0.4.6 (through Pickle)
  • your compat leaves StridedViews 0.5.2
  One fix: drop requirement Transformers
    → allows: StridedViews 0.4.6
  Blocked fixes:
    • relaxing your compat on Transformers does not help.
    • dropping requirement StridedViews does not help.

Or, to fix another way:
  settle each of these:
  • relax your compat on BytePairEncoding, relax your compat on
    TextEncodeBase, relax your compat on WordTokenizers and drop requirement
    Fetch; relax your compat on HTTP, drop requirement BytePairEncoding, drop
    requirement TextEncodeBase and drop requirement WordTokenizers; relax your
    compat on TextEncodeBase, relax your compat on WordTokenizers, drop
    requirement BytePairEncoding and drop requirement Fetch; relax your compat
    on WordTokenizers, drop requirement BytePairEncoding, drop requirement
    Fetch and drop requirement TextEncodeBase; or drop requirement
    BytePairEncoding, drop requirement Fetch, drop requirement TextEncodeBase
    and drop requirement WordTokenizers
    → relaxing your compat on BytePairEncoding, relaxing your compat on
      TextEncodeBase, relaxing your compat on WordTokenizers and dropping
      requirement Fetch allows: BytePairEncoding 0.3.2, DataDeps 1.0.0,
      DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
    → relaxing your compat on HTTP, dropping requirement BytePairEncoding,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
    → relaxing your compat on TextEncodeBase, relaxing your compat on
      WordTokenizers, dropping requirement BytePairEncoding and dropping
      requirement Fetch allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, TextEncodeBase 0.7.0, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers, dropping requirement
      BytePairEncoding, dropping requirement Fetch and dropping requirement
      TextEncodeBase allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, WordTokenizers 0.5.4
    → dropping requirement BytePairEncoding, dropping requirement Fetch,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
  • relax your compat on StridedViews, or drop requirement Pickle
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement Pickle allows: BytePairEncoding 0.3.2, DataDeps
      1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
  • relax your compat on StringViews, or drop requirement DoubleArrayTries
    → relaxing your compat on StringViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement DoubleArrayTries allows: BytePairEncoding 0.3.1,
      DataDeps 1.0.0, DataStructures 0.19.6, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 2.0.1, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4

Or, to fix without any of the fixes for Conflicts 1 and 6:
  relax your compat on DataStructures, relax your compat on OrderedCollections
  and relax your compat on StringViews, and settle each of these:
  • relax your compat on DataDeps and relax your compat on HTTP; relax your
    compat on HTTP and relax your compat on WordTokenizers; or relax your
    compat on WordTokenizers and drop requirement Fetch
    → relaxing your compat on DataDeps and relaxing your compat on HTTP
      allows: BytePairEncoding 0.5.2, DataDeps 0.7.14, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on HTTP and relaxing your compat on WordTokenizers
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers and dropping requirement Fetch
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
  • relax your compat on Pickle, relax your compat on StridedViews, or drop
    requirement Pickle
    → relaxing your compat on Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      Pickle 0.3.2, StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase
      0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.5.2,
      DataDeps 0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP
      1.11.0, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → dropping requirement Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.8.3,
      WordTokenizers 0.5.6

Or, to fix without relaxing your compat on HTTP:
  relax your compat on BytePairEncoding, relax your compat on WordTokenizers,
  drop requirement Fetch and drop requirement TextEncodeBase, and one of:
    1. relax your compat on StridedViews and relax your compat on StringViews
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
         StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
    2. relax your compat on StridedViews and drop requirement DoubleArrayTries
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews
         2.0.1, WordTokenizers 0.5.4
    3. relax your compat on StringViews and drop requirement Pickle
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, StridedViews 0.5.2,
         StringViews 1.3.7, WordTokenizers 0.5.4

There are more minimal fixes than are shown.

Trixi

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 would not help without 8 other changes.
    • dropping requirement HDF5_jll would not help without 8 other changes.

Conflict 2: P4est
  • your compat leaves P4est 0.4.13
  • P4est 0.4.13 requires P4est_jll 2.8.1+0–2.8.1+3
  • your compat leaves P4est_jll 2.8.9+0
  Fix it by any one of:
    1. relax your compat on P4est
       → allows: P4est 0.4.11, P4est_jll 2.8.9+0
    2. relax your compat on P4est_jll
       → allows: P4est 0.4.13, P4est_jll 2.8.1+3
    3. drop requirement P4est
       → allows: P4est_jll 2.8.9+0
  Blocked fixes:
    • dropping requirement P4est_jll does not help.
  Upstream fix: a release of P4est supporting P4est_jll 2.8.9+0 would fix
    this; 0.4.13, its latest, supports only 2.8.1+0–2.8.1+3.
    → would allow: P4est_jll 2.8.9+0

Conflict 3: T8code
  • your compat leaves T8code 0.9.2
  • T8code 0.9.2 requires t8code_jll 4.0.7+0
  • your compat leaves t8code_jll 4.0.8+0
  Fix it by any one of:
    1. relax your compat on T8code and relax your compat on t8code_jll
       → allows: T8code 0.6.0, t8code_jll 2.0.0+0
    2. relax your compat on t8code_jll and drop requirement T8code
       → allows: t8code_jll 2.0.0+0
    3. drop requirement T8code and drop requirement t8code_jll

Conflict 4: Trixi
  • your compat leaves Trixi 0.17.6
  • Trixi 0.17.6 requires MPIABI_jll 0.1.3+0–0.1.5+0 (through T8code and
    t8code_jll)
  • your compat leaves MPIABI_jll 1.0.0+0
  One fix: drop requirement Trixi
    → allows: MPIABI_jll 1.0.0+0
  Blocked fixes:
    • relaxing your compat on Trixi does not help.
    • dropping requirement MPIABI_jll does not help.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement BracketingNonlinearSolve does not help.

Conflict 6: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • dropping requirement MPIABI_jll does not help.

Or, to fix without dropping requirement Trixi:
  relax your compat on MPIABI_jll, relax your compat on P4est_jll and relax
  your compat on t8code_jll, and one of:
    1. relax your compat on mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0
    2. drop requirement mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0

Turing

Unsatisfiable — 1 conflict:

Conflict 1: DynamicPPL
  • your compat leaves AbstractMCMC 5.16.0
  • AbstractMCMC 5.16.0 or absent and DynamicPPL together require
    OrderedCollections 1.0.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: AbstractMCMC 5.16.0, DynamicPPL 0.42.11, OrderedCollections
      1.8.2
  Blocked fixes:
    • relaxing your compat on AbstractMCMC does not help.
    • relaxing your compat on DynamicPPL does not help.
    • dropping requirement DynamicPPL does not help.

Costlier fixes also exist.

Unitful

SATISFIABLE

VoronoiFVM

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: GeometryBasics
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics 0.5.12 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement EarCut_jll does not help.
    • dropping requirement GeometryBasics would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GridVisualize and dropped requirement VoronoiFVM.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 3: GridVisualize
  • your compat leaves AbstractTrees 0.4.5
  • AbstractTrees 0.4.5 or absent and GridVisualize together require
    OrderedCollections 1.0.0–1.8.2 (through ExtendableGrids)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: AbstractTrees 0.4.5, GridVisualize 1.20.0, OrderedCollections
      1.8.2
  Blocked fixes:
    • relaxing your compat on AbstractTrees does not help.
    • relaxing your compat on GridVisualize does not help.
    • dropping requirement AbstractTrees does not help.
    • dropping requirement GridVisualize would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GeometryBasics and dropped requirement VoronoiFVM.
  Upstream fix: a release of GridVisualize supporting OrderedCollections 2.0.1
    would fix this; 1.20.0, its latest, supports only 1.0.0–1.8.2.
    → would allow: AbstractTrees 0.4.5, OrderedCollections 2.0.1

Yao

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • FreeTypeAbstraction 0.10.8 requires GeometryBasics ≥0.4.1
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics ≥0.4.3 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  Fix it by any one of:
    1. relax your compat on EarCut_jll
       → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.5.12
    2. relax your compat on GeometryBasics
       → allows: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.4.2
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8

Conflict 2: Luxor
  • your compat leaves Luxor 4.5.0
  • Luxor 4.5.0 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on Luxor would not help without 9 other changes.
    • dropping requirement Luxor would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

Conflict 3: Cairo and FixedPointNumbers
  • Cairo requires FixedPointNumbers ≤0.8.6 (through ColorTypes and Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Cairo 1.1.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Cairo does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Cairo 1.1.1
  • your compat leaves Glib_jll 2.88.3+0
  • Cairo 1.1.1 and Glib_jll 2.88.3+0 or absent together require
    GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll would not help without 9 other changes.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo 1.1.1, GettextRuntime_jll 1.0.0+0

Conflict 5: Cairo and Libffi_jll
  • your compat leaves Graphics 1.1.3
  • Cairo and Graphics 1.1.3 or absent together require Libffi_jll ≤3.2.2+2,
    3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Graphics 1.1.3, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Graphics does not help.

Conflict 6: Librsvg_jll
  • Librsvg_jll requires XML2_jll 2.9.14+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Librsvg_jll 2.58.5+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Librsvg_jll does not help.
  Upstream fix: a release of Librsvg_jll supporting XML2_jll 2.15.3+0 would
    fix this; 2.58.5+0, its latest, supports only 2.9.14+0–2.13.9+0.
    → would allow: XML2_jll 2.15.3+0

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

Zygote

SATISFIABLE

Resolver.jl upstream fixes — hard corpus, before and after — before

Agents

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Agents and InlineStrings
  • your compat leaves Agents 7.0.3
  • Agents 7.0.3 requires InlineStrings ≤1.4.6 (through CSV)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: Agents 7.0.3, InlineStrings 1.4.6
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on PrettyTables, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.

Conflict 2: CSV
  • your compat leaves SortingAlgorithms 1.2.3
  • CSV and SortingAlgorithms 1.2.3 or absent together require Parsers
    1.0.0–2.8.8 (through DataFrames)
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, SortingAlgorithms 1.2.3
  Blocked fixes:
    • relaxing your compat on CSV does not help.
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement Parsers does not help.
    • dropping requirement CSV would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement Agents and dropped requirement WeakRefStrings.

Conflict 3: Agents and StringManipulation
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves Reexport 1.2.2
  • Agents, PrettyTables 3.4.8 or absent and Reexport 1.2.2 or absent together
    require StringManipulation 0.4.0–0.5.0 (through DataFrames)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Agents 7.0.3, PrettyTables 3.4.8, Reexport 1.2.2,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • relaxing your compat on Reexport does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on PrettyTables would not help unless you also
      relaxed your compat on DataFrames, relaxed your compat on InlineStrings
      and relaxed your compat on Parsers.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement CSV and dropped requirement WeakRefStrings.
    • dropping requirement PrettyTables would not help unless you also dropped
      requirement Agents, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.

AlphaZero

Unsatisfiable — 9 conflicts, pick a fix for each:

Conflict 1: AlphaZero and FFMPEG_jll
  • AlphaZero requires FFMPEG ≥0.2.0 (through Plots)
  • your compat leaves FFMPEG 0.4.5
  • FFMPEG ≥0.3.0 requires FFMPEG_jll ≤8.1.2+0
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG 0.4.5, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on FFMPEG would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 11 other changes.
    • dropping requirement FFMPEG would not help without 9 other changes.

Conflict 2: AlphaZero and FixedPointNumbers
  • AlphaZero requires FixedPointNumbers 0.6.0–0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.

Conflict 3: AlphaZero and GettextRuntime_jll
  • your compat leaves GR 0.73.27
  • your compat leaves Glib_jll 2.88.3+0
  • AlphaZero, GR 0.73.27 or absent and Glib_jll 2.88.3+0 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Plots, Qt6Base_jll and
    Qt6Wayland_jll)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: GR 0.73.27, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on GR does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement GR does not help.

Conflict 4: AlphaZero and Libffi_jll
  • AlphaZero requires Plots
  • your compat leaves Plots 1.41.7
  • Plots ≥1.15.3 requires Libffi_jll ≤3.4.7+0 (through GR, Glib_jll,
    Cairo_jll and GR_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 5: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.

Conflict 6: CUDA
  • your compat leaves CUDA 6.3.1
  • CUDA 6.3.1 requires StringManipulation 0.4.0–0.5.0 (through CUDATools and
    PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CUDA 6.3.1, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on CUDA does not help.
    • dropping requirement StringManipulation does not help.
    • dropping requirement CUDA would not help without 9 other changes.

Conflict 7: AlphaZero and fzf_jll
  • your compat leaves Latexify 0.16.12
  • AlphaZero and Latexify 0.16.12 or absent together require fzf_jll
    0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0, 0.29.0+0–0.61.1+0 (through JLFzf
    and Plots)
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: Latexify 0.16.12, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Latexify does not help.
    • dropping requirement Latexify does not help.
    • dropping requirement fzf_jll does not help.

Conflict 8: AlphaZero and x264_jll
  • your compat leaves Contour 0.6.3
  • your compat leaves x264_jll 10165.0.0+0
  • incompatible constraints on Plots:
      — Plots ≤1.30.2 requires Contour ≤0.6.2
      — Plots ≥1.15.3 requires x264_jll ≤10164.0.1+0 (through FFMPEG_jll, GR
        and GR_jll)
      — AlphaZero requires Plots
  The only minimal fix: relax your compat on x264_jll
    → allows: Contour 0.6.3, Plots 1.41.7, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Contour does not help.
    • dropping requirement Contour does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 9: AlphaZero and CUDA
  • AlphaZero requires CUDA ≤5.11.3
  • your compat leaves CUDA 6.3.1
  The only minimal fix: drop requirement AlphaZero
    → allows: CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on CUDA does not help.
    • dropping requirement CUDA would not help without 9 other changes.

ApproxFun

Unsatisfiable — 1 conflict:

Conflict 1: ApproxFun
  • ApproxFun requires DomainSets 0.0.1, 0.1.0–0.7.18 (through BandedMatrices
    and BlockBandedMatrices)
  • your compat leaves DomainSets 0.8.1
  Fix it by any one of:
    1. relax your compat on DomainSets
       → allows: ApproxFun 0.13.28, DomainSets 0.7.18
    2. drop requirement ApproxFun
       → allows: DomainSets 0.8.1
  Blocked fixes:
    • relaxing your compat on ApproxFun does not help.

Bloqade

Unsatisfiable — 19 conflicts, pick a fix for each:

Conflict 1: BloqadeLattices and EarCut_jll
  • your compat leaves BloqadeLattices 0.2.3
  • your compat leaves GeometryBasics 0.5.12
  • your compat leaves Luxor 4.5.0
  • BloqadeLattices 0.2.3, GeometryBasics 0.5.12 or absent and Luxor 4.5.0 or
    absent together require EarCut_jll ≤2.2.4+0 (through LuxorGraphPlot and
    MathTeXEngine)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: BloqadeLattices 0.2.3, EarCut_jll 2.2.4+0, GeometryBasics
      0.5.12, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on GeometryBasics does not help.
    • relaxing your compat on Luxor does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 2: BloqadeLattices and FFMPEG_jll
  • your compat leaves BloqadeLattices 0.2.3
  • BloqadeLattices 0.2.3 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0
    (through FFMPEG, LuxorGraphPlot and Luxor)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: BloqadeLattices 0.2.3, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: BloqadeLattices and GettextRuntime_jll
  • BloqadeLattices requires Glib_jll (through Cairo, LuxorGraphPlot, Rsvg and
    Luxor)
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: BloqadeLattices 0.2.3, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 5: CairoMakie
  • your compat leaves CairoMakie 0.15.14
  • your compat leaves ImageIO 0.6.10
  • CairoMakie 0.15.14 and ImageIO 0.6.10 or absent together require
    Giflib_jll 5.2.1+0–5.2.3+0 (through Makie, WebP and libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ImageIO does not help.
    • dropping requirement CairoMakie does not help.
    • dropping requirement ImageIO does not help.

Conflict 6: Bloqade and InlineStrings
  • Bloqade requires Intervals ≥1.0.0 (through BloqadeWaveforms)
  • your compat leaves Intervals 1.11.0
  • Intervals ≥1.6.0 requires InlineStrings ≤2.0.0 (through TimeZones)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: InlineStrings 1.4.6, Intervals 1.11.0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on Intervals does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Intervals would not help without 19 other changes.

Conflict 7: Bloqade and Libffi_jll
  • Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
    Glib_jll, HarfBuzz_jll, Cairo, LuxorGraphPlot, Pango_jll, Librsvg_jll and
    Luxor)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.

Conflict 8: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: Configurations 0.17.6, OrderedCollections 1.8.2
    2. drop requirement Configurations
       → allows: OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on Configurations does not help.

Conflict 9: OrdinaryDiffEq
  • your compat leaves OrdinaryDiffEq 7.8.1
  • OrdinaryDiffEq 7.8.1 requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on OrdinaryDiffEq does not help.
    • dropping requirement OrdinaryDiffEq does not help.

Conflict 10: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.

Conflict 11: BloqadeLattices and XML2_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require XML2_jll
    2.9.14+0–2.13.9+0 (through Compose, Librsvg_jll, LuxorGraphPlot, Viznet,
    Luxor and Rsvg)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 12: BloqadeLattices and x264_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through Compose, FFMPEG_jll, LuxorGraphPlot,
    Viznet, FFMPEG and Luxor)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 13: Bloqade and DiffEqBase
  • Bloqade requires DiffEqBase ≤6.218.0 (through BloqadeODE)
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement Bloqade
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 14: BloqadeExpr
  • BloqadeExpr requires LuxurySparse 0.6.0–0.7.5
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeExpr
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeExpr does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 15: BloqadeKrylov
  • BloqadeKrylov requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
    (through BloqadeWaveforms)
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeKrylov
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeKrylov does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 16: BloqadeMIS
  • BloqadeMIS requires LuxurySparse 0.6.0–0.7.5 (through BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeMIS
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeMIS does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 17: BloqadeODE
  • BloqadeODE requires DiffEqBase ≤6.218.0
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement BloqadeODE
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on BloqadeODE does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 18: BloqadeWaveforms
  • BloqadeWaveforms requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeWaveforms
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeWaveforms does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 19: YaoSubspaceArrayReg
  • YaoSubspaceArrayReg requires LuxurySparse 0.6.0–0.7.5 (through
    BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement YaoSubspaceArrayReg
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on LuxurySparse does not help.
    • relaxing your compat on YaoSubspaceArrayReg does not help.

CSV

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: CSV and InlineStrings
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires InlineStrings ≤1.4.6
  • your compat leaves InlineStrings 2.0.1
  One fix: relax your compat on InlineStrings
    → allows: CSV 0.10.17, InlineStrings 1.4.6
  Blocked fixes:
    • dropping requirement InlineStrings does not help.
    • relaxing your compat on CSV would not help unless you also relaxed your
      compat on Parsers and relaxed your compat on WeakRefStrings.

Conflict 2: CSV and Parsers
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires Parsers 2.5.0–2.8.8
  • your compat leaves Parsers 3.0.0
  One fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8
  Blocked fixes:
    • dropping requirement Parsers does not help.
    • relaxing your compat on CSV would not help unless you also relaxed your
      compat on Parsers and relaxed your compat on WeakRefStrings.

Or, to fix without relaxing your compat on InlineStrings or relaxing your
compat on Parsers:
  drop requirement CSV, and one of:
    1. relax your compat on WeakRefStrings
       → allows: InlineStrings 2.0.1, Parsers 3.0.0
    2. drop requirement WeakRefStrings
       → allows: InlineStrings 2.0.1, Parsers 3.0.0

CairoMakie

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: CairoMakie and EarCut_jll
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • CairoMakie, FreeTypeAbstraction 0.10.8 or absent and GeometryBasics 0.5.12
    or absent together require EarCut_jll ≤2.2.4+0 (through AbstractPlotting)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: CairoMakie 0.15.14, EarCut_jll 2.2.4+0, FreeTypeAbstraction
      0.10.8, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Conflict 2: CairoMakie and FFMPEG_jll
  • your compat leaves CairoMakie 0.15.14
  • CairoMakie 0.15.14 requires FFMPEG_jll 4.4.0+0–8.1.2+0 (through Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: CairoMakie 0.15.14, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Glib_jll 2.88.3+0
  • your compat leaves NaNMath 1.1.4
  • Cairo, Glib_jll 2.88.3+0 or absent and NaNMath 1.1.4 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Graphics)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0,
      NaNMath 1.1.4
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll does not help.
    • relaxing your compat on NaNMath does not help.
    • dropping requirement Cairo does not help.

Conflict 5: CairoMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • CairoMakie and ColorTypes 0.12.1 or absent together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Cairo, Colors, Makie,
    TiffImages, libwebp_jll, ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, ColorTypes 0.12.1, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Conflict 6: Cairo and Libffi_jll
  • your compat leaves Cairo 1.1.1
  • Cairo 1.1.1 requires Libffi_jll 3.2.2+0–3.2.2+2, 3.4.7+0 (through Glib_jll
    and Pango_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • dropping requirement Cairo does not help.

Conflict 7: CairoMakie and x264_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • CairoMakie and ColorVectorSpace 0.11.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through AbstractPlotting, Cairo, ColorTypes,
    FFMPEG_jll, FixedPointNumbers, FreeTypeAbstraction, Makie and Colors)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: CairoMakie 0.15.14, ColorVectorSpace 0.11.0, x264_jll
      10164.0.1+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorVectorSpace does not help.
    • dropping requirement x264_jll does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Catlab

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement ColorTypes would not help without 6 other changes.

Conflict 2: Catlab
  • Catlab requires JSON ≤0.21.4 (through Compose and GATlab)
  • your compat leaves JSON 1.8.0
  The only minimal fix: relax your compat on JSON
    → allows: Catlab 0.17.6, JSON 0.21.4
  Blocked fixes:
    • relaxing your compat on Catlab does not help.
    • dropping requirement JSON does not help.
    • dropping requirement Catlab would not help unless you also relaxed your
      compat on FixedPointNumbers, relaxed your compat on Parsers, relaxed
      your compat on StringManipulation and dropped requirement Compose.

Conflict 3: ACSets and Parsers
  • ACSets requires Parsers ≤2.8.8 (through JSON and JSON3)
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: ACSets 0.2.29, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on ACSets does not help.
    • dropping requirement ACSets would not help without 5 other changes.

Conflict 4: ACSets and StringManipulation
  • ACSets requires StringManipulation 0.3.0–0.5.0 (through PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: ACSets 0.2.29, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on ACSets does not help.
    • dropping requirement StringManipulation does not help.
    • dropping requirement ACSets would not help without 5 other changes.

ClimaCore

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 or dropping requirement HDF5_jll would only
      help if you do both and also relaxed your compat on TaylorSeries,
      relaxed your compat on XML2_jll and dropped requirement ClimaCore.

Conflict 2: ClimaCore and KrylovKit
  • your compat leaves ClimaCore 0.16.0
  • ClimaCore 0.16.0 requires KrylovKit 0.6.0–0.8.3
  • your compat leaves KrylovKit 0.10.4
  Fix it by any one of:
    1. relax your compat on KrylovKit
       → allows: ClimaCore 0.16.0, KrylovKit 0.6.1
    2. drop requirement ClimaCore
       → allows: KrylovKit 0.10.4
  Blocked fixes:
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement KrylovKit does not help.

Conflict 3: ClimaCore and TaylorSeries
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and ClimaCore together require TaylorSeries
    0.10.0–0.20.10 (through CubedSphere)
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: Adapt 4.7.0, ClimaCore 0.16.0, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement Adapt does not help.
    • dropping requirement TaylorSeries does not help.

Conflict 4: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement ClimaCore and drop requirement CubedSphere
  → allows: Adapt 4.7.0, KrylovKit 0.10.4, TaylorSeries 0.22.4

Convex

SATISFIABLE

DataFrames

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: PrettyTables
  • your compat leaves PrettyTables 3.4.8
  • PrettyTables 3.4.8 requires StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  Fix it by any one of:
    1. relax your compat on PrettyTables
       → allows: PrettyTables 1.3.1, StringManipulation 0.6.1
    2. relax your compat on StringManipulation
       → allows: PrettyTables 3.4.8, StringManipulation 0.5.0
    3. drop requirement PrettyTables
       → allows: StringManipulation 0.6.1
  Blocked fixes:
    • dropping requirement StringManipulation does not help.

Conflict 2: DataFrames
  • your compat leaves DataFrames 1.8.2
  • DataFrames 1.8.2 requires InlineStrings 1.3.0–1.4.6
  • your compat leaves InlineStrings 2.0.1
  One fix: drop requirement DataFrames
    → allows: InlineStrings 2.0.1
  Blocked fixes:
    • dropping requirement InlineStrings does not help.

Or, to fix without dropping requirement DataFrames:
  relax your compat on DataFrames and relax your compat on PrettyTables
  → allows: DataFrames 1.3.6, InlineStrings 2.0.1, PrettyTables 1.3.1,
    StringManipulation 0.6.1

Or, to fix without dropping requirement DataFrames:
  relax your compat on InlineStrings and relax your compat on
  StringManipulation
  → allows: DataFrames 1.8.2, InlineStrings 1.4.6, PrettyTables 3.4.8,
    StringManipulation 0.5.0

Costlier fixes also exist.

DiffEqFlux

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: DiffEqFlux and Distributions
  • your compat leaves DiffEqFlux ≥4.10.2
  • DiffEqFlux ≥4.10.2 requires Distributions ≤0.25.126
  • your compat leaves Distributions 0.25.131
  Fix it by any one of:
    1. relax your compat on DiffEqFlux
       → allows: DiffEqFlux 4.8.0, Distributions 0.25.131
    2. relax your compat on Distributions
       → allows: DiffEqFlux 4.11.0, Distributions 0.25.126
    3. drop requirement DiffEqFlux
       → allows: Distributions 0.25.131
  Blocked fixes:
    • dropping requirement Distributions does not help.

Conflict 2: DiffEqFlux and Adapt
  • your compat leaves GPUCompiler ≥2.5.3
  • GPUCompiler ≥2.5.3 or absent constrains Enzyme 0.5.0–0.10.4
  • DiffEqFlux and Enzyme 0.5.0–0.10.4 or absent together require Adapt ≤4.6.1
    (through Flux and SciMLSensitivity)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: relax your compat on GPUCompiler
    → allows: Adapt 4.7.0, DiffEqFlux 4.8.0, Enzyme 0.13.202, GPUCompiler
      1.23.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on Enzyme does not help.
    • dropping requirement GPUCompiler does not help.
    • dropping requirement Enzyme would not help unless you also relaxed your
      compat on OrdinaryDiffEqCore, relaxed your compat on StringManipulation,
      dropped requirement DiffEqFlux and dropped requirement SciMLSensitivity.

Conflict 3: BracketingNonlinearSolve and DiffEqFlux
  • your compat leaves SciMLOperators 1.30.0
  • your compat leaves TimerOutputs 1.2.1
  • BracketingNonlinearSolve, DiffEqFlux, SciMLOperators 1.30.0 or absent and
    TimerOutputs 1.2.1 or absent together require OrdinaryDiffEqCore ≤4.17.0
    (through Adapt, Flux, NonlinearSolveBase, SciMLBase, SciMLLogging,
    SciMLSensitivity and FunctionProperties)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
      OrdinaryDiffEqCore 4.17.0, SciMLOperators 1.30.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on SciMLOperators does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement OrdinaryDiffEqCore would not help unless you also
      relaxed your compat on GPUCompiler, relaxed your compat on
      StringManipulation, dropped requirement DiffEqFlux and dropped
      requirement SciMLSensitivity.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

DifferentialEquations

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: DifferentialEquations
  • your compat leaves DifferentialEquations 8.1.1
  • DifferentialEquations 8.1.1 requires OrdinaryDiffEqCore ≤4.17.0 (through
    OrdinaryDiffEq and OrdinaryDiffEqBDF)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: DifferentialEquations 8.1.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on DifferentialEquations does not help.
    • dropping requirement DifferentialEquations does not help.

Conflict 2: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help unless you
      also relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
      TimerOutputs and dropped requirement PrettyTables.

Distributions

SATISFIABLE

DynamicalSystems

Unsatisfiable — 11 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: Attractors and Gamma
  • your compat leaves DelayEmbeddings 2.9.0
  • your compat leaves HypergeometricFunctions 0.3.30
  • Attractors, DelayEmbeddings 2.9.0 or absent and HypergeometricFunctions
    0.3.30 or absent together require Gamma 1.1.0 (through ComplexityMeasures,
    Distributions, StateSpaceSets and StatsFuns)
  • your compat leaves Gamma 1.2.0
  One fix: relax your compat on Gamma
    → allows: Attractors 2.0.3, DelayEmbeddings 2.9.0, Gamma 1.1.0,
      HypergeometricFunctions 0.3.30
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DelayEmbeddings does not help.
    • relaxing your compat on HypergeometricFunctions does not help.
    • dropping requirement DelayEmbeddings does not help.
    • dropping requirement Gamma would not help without 11 other changes.

Conflict 3: Attractors and LogExpFunctions
  • your compat leaves StatsFuns 2.2.1
  • Attractors and StatsFuns 2.2.1 or absent together require LogExpFunctions
    0.3.26–0.3.29 (through ComplexityMeasures, Distributions,
    DynamicalSystemsBase, ForwardDiff, SpecialFunctions and StateSpaceSets)
  • your compat leaves LogExpFunctions 1.0.1
  One fix: relax your compat on LogExpFunctions
    → allows: Attractors 2.0.3, LogExpFunctions 0.3.29, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 4: Attractors and StatsFuns
  • your compat leaves Attractors 2.0.3
  • Attractors 2.0.3 requires StatsFuns ≤1.5.3 (through ComplexityMeasures,
    Distributions and StateSpaceSets)
  • your compat leaves StatsFuns 2.2.1
  One fix: relax your compat on StatsFuns
    → allows: Attractors 2.0.3, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 5: LPVSpectral and OSQP_jll
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves OSQP 0.8.1
  • LPVSpectral 0.3.4 and OSQP 0.8.1 or absent together require OSQP_jll
    0.6.2+0–0.600.200+0 (through ProximalOperators)
  • your compat leaves OSQP_jll 100.0.0+0
  The only minimal fix: relax your compat on OSQP_jll
    → allows: LPVSpectral 0.3.4, OSQP 0.8.1, OSQP_jll 0.600.200+0
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on OSQP does not help.
    • dropping requirement OSQP_jll does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement OSQP would not help without 12 other changes.

Conflict 6: Attractors and OrdinaryDiffEqCore
  • your compat leaves DiffEqBase ≥7.20.0
  • Attractors and DiffEqBase ≥7.20.0 or absent together require
    OrdinaryDiffEqCore ≤2.3.0, 4.2.1–4.17.0 (through DynamicalSystemsBase,
    ForwardDiff, OrdinaryDiffEq, OrdinaryDiffEqTsit5, OrdinaryDiffEqVerner,
    SciMLLogging and SimpleDiffEq)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: Attractors 2.0.3, DiffEqBase 7.20.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 7: LPVSpectral and ProximalCore
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves ProximalOperators 0.16.1
  • LPVSpectral 0.3.4 and ProximalOperators 0.16.1 or absent together require
    ProximalCore ≤0.1.2
  • your compat leaves ProximalCore 0.2.0
  The only minimal fix: relax your compat on ProximalCore
    → allows: LPVSpectral 0.3.4, ProximalCore 0.1.2, ProximalOperators 0.16.1
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on ProximalOperators does not help.
    • dropping requirement ProximalCore does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement ProximalOperators would not help without 12 other
      changes.

Conflict 8: Attractors and StringManipulation
  • your compat leaves DocStringExtensions 0.9.5
  • your compat leaves FillArrays 1.17.0
  • your compat leaves OrdinaryDiffEqTsit5 2.1.4
  • your compat leaves SimpleNonlinearSolve ≥2.14.1
  • your compat leaves TimerOutputs 1.2.1
  • Attractors, DocStringExtensions 0.9.5 or absent, FillArrays 1.17.0 or
    absent, OrdinaryDiffEqTsit5 2.1.4 or absent, SimpleNonlinearSolve ≥2.14.1
    or absent and TimerOutputs 1.2.1 or absent together require
    StringManipulation 0.4.0–0.5.0 (through DiffEqBase, DynamicalSystemsBase,
    NonlinearSolveBase, OrdinaryDiffEq, OrdinaryDiffEqNonlinearSolve,
    PrettyTables, RecursiveArrayTools, SciMLBase, ArrayInterface,
    BracketingNonlinearSolve, OrdinaryDiffEqBDF, Polyester and
    StrideArraysCore)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Attractors 2.0.3, DocStringExtensions 0.9.5, FillArrays 1.17.0,
      OrdinaryDiffEqTsit5 2.1.4, SimpleNonlinearSolve 2.14.2,
      StringManipulation 0.5.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DocStringExtensions does not help.
    • relaxing your compat on FillArrays does not help.
    • relaxing your compat on OrdinaryDiffEqTsit5 does not help.
    • relaxing your compat on SimpleNonlinearSolve does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement StringManipulation does not help.

Conflict 9: ChaosTools
  • your compat leaves ChaosTools 3.5.4
  • ChaosTools 3.5.4 requires IntervalRootFinding 0.6.0–0.6.3
  • your compat leaves IntervalRootFinding 0.7.2
  The only minimal fix: drop requirement ChaosTools
    → allows: IntervalRootFinding 0.7.2
  Blocked fixes:
    • relaxing your compat on ChaosTools does not help.
    • dropping requirement IntervalRootFinding does not help.
    • relaxing your compat on IntervalRootFinding would not help without 11
      other changes.

Conflict 10: DynamicalSystems
  • your compat leaves DynamicalSystems 3.7.0
  • DynamicalSystems 3.7.0 requires HypothesisTests ≤0.12.0 (through
    FractalDimensions)
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement DynamicalSystems
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on DynamicalSystems does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Conflict 11: FractalDimensions
  • your compat leaves FractalDimensions 1.9.6
  • FractalDimensions 1.9.6 requires HypothesisTests 0.11.0–0.11.6
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement FractalDimensions
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on FractalDimensions does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Or, to fix without relaxing your compat on Gamma, relaxing your compat on
LogExpFunctions or relaxing your compat on StatsFuns:
  drop requirement Attractors and drop requirement ComplexityMeasures, and one
  of:
    1. relax your compat on RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1
    2. drop requirement RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1

Ferrite

SATISFIABLE

Flux

SATISFIABLE

Franklin

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: FranklinTemplates
  • your compat leaves FranklinTemplates 0.10.4
  • FranklinTemplates 0.10.4 requires HTTP 1.0.0–1.11.0 (through Franklin)
  • your compat leaves HTTP 2.6.7
  Fix it by any one of:
    1. relax your compat on FranklinTemplates
       → allows: FranklinTemplates 0.10.3, HTTP 2.6.7
    2. drop requirement FranklinTemplates
       → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on HTTP would not help unless you also relaxed your
      compat on LiveServer, relaxed your compat on MIMEs and relaxed your
      compat on OrderedCollections.

Conflict 2: Franklin
  • Franklin requires HTTP 0.8.0–1.11.0
  • your compat leaves HTTP 2.6.7
  The only minimal fix: drop requirement Franklin
    → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on Franklin would not help unless you also relaxed
      your compat on FranklinTemplates, relaxed your compat on HTTP, relaxed
      your compat on LiveServer and relaxed your compat on OrderedCollections.
    • relaxing your compat on HTTP would not help unless you also relaxed your
      compat on LiveServer, relaxed your compat on MIMEs and relaxed your
      compat on OrderedCollections.

GLMakie

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.

Conflict 2: GLMakie and FFMPEG_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • ColorVectorSpace 0.11.0 or absent and GLMakie together require FFMPEG_jll
    4.4.0+0–8.1.2+0 (through AbstractPlotting, ColorTypes, FreeTypeAbstraction
    and Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: ColorVectorSpace 0.11.0, FFMPEG_jll 8.1.2+0, GLMakie 0.13.14
  Blocked fixes:
    • relaxing your compat on ColorVectorSpace does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement FFMPEG_jll or dropping requirement GLMakie would
      only help if you do both and 6 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.

Conflict 5: GLMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and GLMakie together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Makie, TiffImages, libwebp_jll,
    ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: ColorTypes 0.12.1, GLMakie 0.13.14, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement GLMakie would not help without 7 other changes.

Conflict 6: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Gadfly

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement ColorTypes would not help without 5 other changes.
    • dropping requirement FixedPointNumbers would not help without 5 other
      changes.

Conflict 2: Compose
  • Compose requires JSON ≤0.21.4
  • your compat leaves JSON 1.8.0
  Fix it by any one of:
    1. relax your compat on JSON
       → allows: Compose 0.9.7, JSON 0.20.1
    2. drop requirement Compose
       → allows: JSON 1.8.0
  Blocked fixes:
    • relaxing your compat on Compose does not help.
    • dropping requirement JSON does not help.

Conflict 3: CoupledFields
  • your compat leaves CoupledFields 0.3.0
  • CoupledFields 0.3.0 requires LazyGrids 0.4.0–0.5.0
  • your compat leaves LazyGrids 1.1.0
  Fix it by any one of:
    1. relax your compat on LazyGrids
       → allows: CoupledFields 0.3.0, LazyGrids 0.5.0
    2. drop requirement CoupledFields
       → allows: LazyGrids 1.1.0
  Blocked fixes:
    • relaxing your compat on CoupledFields does not help.
    • dropping requirement LazyGrids does not help.

Conflict 4: Gadfly
  • Gadfly requires CategoricalArrays ≤0.10.9 (through Compat and DataFrames)
  • your compat leaves CategoricalArrays 1.1.1
  The only minimal fix: drop requirement Gadfly
    → allows: CategoricalArrays 1.1.1
  Blocked fixes:
    • relaxing your compat on Gadfly does not help.
    • dropping requirement CategoricalArrays does not help.
    • relaxing your compat on CategoricalArrays would not help unless you also
      relaxed your compat on DataStructures, relaxed your compat on
      FixedPointNumbers, relaxed your compat on JSON and relaxed your compat
      on LazyGrids.

Gen

Unsatisfiable — 1 conflict:

Conflict 1: Gen
  • Gen requires DataStructures 0.15.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Gen
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Gen does not help.

Costlier fixes also exist.

Genie

SATISFIABLE

GeoStats

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: CoordGridTransforms and DataDeps
  • CoordGridTransforms requires DataDeps 0.7.0–0.7.14
  • your compat leaves DataDeps 1.0.0
  One fix: relax your compat on DataDeps
    → allows: CoordGridTransforms 0.1.11, DataDeps 0.7.14
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement DataDeps does not help.

Conflict 2: CoordGridTransforms and HTTP
  • CoordGridTransforms requires HTTP ≤1.11.0 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: CoordGridTransforms 0.1.11, HTTP 1.11.0
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement HTTP does not help.

Conflict 3: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 4: GeoStats
  • your compat leaves CategoricalArrays 1.1.1
  • CategoricalArrays 1.1.1 or absent and GeoStats together require
    StringManipulation 0.3.0–0.5.0 (through DataFrames, GaussianSimulation,
    GeoClustering, GeoStatsBase, GeoStatsDevTools, GeoStatsTransforms,
    GeoStatsValidation, GeoTables, Meshes, PrettyTables, RecipesBase and
    StaticArrays)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CategoricalArrays 1.1.1, GeoStats 0.90.0, StringManipulation
      0.5.0
  Blocked fixes:
    • relaxing your compat on CategoricalArrays does not help.
    • relaxing your compat on GeoStats does not help.

Or, to fix without relaxing your compat on DataDeps or relaxing your compat on
HTTP:
  drop requirement CoordGridTransforms and drop requirement GeoStats
  → allows: DataDeps 1.0.0, HTTP 2.6.7

Costlier fixes also exist.

GeometricFlux

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: GeometricFlux and HDF5_jll
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and GeometricFlux together require HDF5_jll ≤2.1.2+0
    (through Flux, HDF5 and MLDatasets)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Adapt 4.7.0, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on GeometricFlux does not help.
    • dropping requirement HDF5_jll would not help without 11 other changes.

Conflict 3: CSV and InlineStrings
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires InlineStrings ≤1.4.6
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: CSV 0.10.17, InlineStrings 1.4.6
  Blocked fixes:
    • dropping requirement InlineStrings does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • dropping requirement CSV would not help without 11 other changes.

Conflict 4: CSV and Parsers
  • your compat leaves WeakRefStrings 1.4.3
  • CSV and WeakRefStrings 1.4.3 or absent together require Parsers
    1.0.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, WeakRefStrings 1.4.3
  Blocked fixes:
    • dropping requirement Parsers does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • relaxing your compat on WeakRefStrings would not help without 11 other
      changes.
    • dropping requirement CSV would not help without 11 other changes.
    • dropping requirement WeakRefStrings would not help without 11 other
      changes.

Conflict 5: Pickle
  • your compat leaves Pickle 0.3.7
  • Pickle 0.3.7 requires StridedViews 0.2.0–0.4.6
  • your compat leaves StridedViews 0.5.2
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: StridedViews 0.5.2
  Blocked fixes:
    • relaxing your compat on Pickle does not help.
    • dropping requirement StridedViews does not help.

Conflict 6: DataFrames
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves SortingAlgorithms 1.2.3
  • DataFrames, PrettyTables 3.4.8 or absent and SortingAlgorithms 1.2.3 or
    absent together require StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: DataFrames 1.8.2, PrettyTables 3.4.8, SortingAlgorithms 1.2.3,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on DataFrames or relaxing your compat on
      PrettyTables would only help if you do both and 9 other changes.
    • dropping requirement PrettyTables would not help without 10 other
      changes.
    • dropping requirement DataFrames would not help without 10 other changes.

Conflict 7: Hwloc_jll
  • your compat leaves Hwloc_jll 2.14.0+0
  • Hwloc_jll 2.14.0+0 requires XML2_jll 2.13.6+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Hwloc_jll 2.14.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Hwloc_jll does not help.

Conflict 8: GeometricFlux and DataStructures
  • GeometricFlux requires DataStructures ≤0.18.22 (through LightGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeometricFlux
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeometricFlux does not help.

Conflict 9: GraphSignals
  • your compat leaves Functors 0.5.3
  • Functors 0.5.3 or absent and GraphSignals together require ArnoldiMethod
    ≤0.1.0 (through LightGraphs)
  • your compat leaves ArnoldiMethod 0.4.0
  The only minimal fix: drop requirement GraphSignals
    → allows: ArnoldiMethod 0.4.0, Functors 0.5.3
  Blocked fixes:
    • relaxing your compat on ArnoldiMethod does not help.
    • relaxing your compat on Functors does not help.
    • relaxing your compat on GraphSignals does not help.
    • dropping requirement ArnoldiMethod does not help.

Conflict 10: MLDatasets
  • MLDatasets requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  The only minimal fix: drop requirement MLDatasets
    → allows: DataDeps 1.0.0
  Blocked fixes:
    • relaxing your compat on DataDeps does not help.
    • relaxing your compat on MLDatasets does not help.
    • dropping requirement DataDeps does not help.

Gridap

Unsatisfiable — 1 conflict:

Conflict 1: Gridap
  • your compat leaves Gridap 0.20.9
  • Gridap 0.20.9 requires NLsolve 4.5.1
  • your compat leaves NLsolve 5.0.1
  The only minimal fix: drop requirement Gridap
    → allows: NLsolve 5.0.1
  Blocked fixes:
    • relaxing your compat on Gridap does not help.
    • dropping requirement NLsolve does not help.
    • relaxing your compat on NLsolve would not help unless you also relaxed
      your compat on LineSearches and relaxed your compat on NLSolversBase.

ITensors

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: ITensors and InlineStrings
  • your compat leaves ITensors 0.9.30
  • ITensors 0.9.30 requires InlineStrings ≤1.4.6 (through NDTensors)
  • your compat leaves InlineStrings 2.0.1
  One fix: relax your compat on InlineStrings
    → allows: ITensors 0.9.30, InlineStrings 1.4.6
  Blocked fixes:
    • relaxing your compat on ITensors does not help.
    • dropping requirement InlineStrings does not help.

Conflict 2: ITensors and TimerOutputs
  • ITensors requires TimerOutputs 0.5.5–0.5.29
  • your compat leaves TimerOutputs 1.2.1
  One fix: relax your compat on TimerOutputs
    → allows: ITensors 0.9.30, TimerOutputs 0.5.29
  Blocked fixes:
    • relaxing your compat on ITensors does not help.
    • dropping requirement TimerOutputs does not help.

Or, to fix without relaxing your compat on InlineStrings or relaxing your
compat on TimerOutputs:
  drop requirement ITensors and drop requirement NDTensors
  → allows: InlineStrings 2.0.1, TimerOutputs 1.2.1

Costlier fixes also exist.

Images

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement ImageIO does not help.

Conflict 3: ImageCorners and ImageSegmentation
  • ImageCorners and ImageSegmentation together require MetaGraphs 0.6.6–0.8.1
    (through ImageFiltering)
  • your compat leaves MetaGraphs 0.9.0
  The only minimal fix: relax your compat on MetaGraphs
    → allows: ImageCorners 0.1.3, ImageSegmentation 1.10.0, MetaGraphs 0.8.1
  Blocked fixes:
    • relaxing your compat on ImageCorners does not help.
    • relaxing your compat on ImageSegmentation does not help.
    • dropping requirement ImageCorners does not help.
    • dropping requirement MetaGraphs does not help.
    • dropping requirement ImageSegmentation would not help without 5 other
      changes.

Conflict 4: ImageQualityIndexes and OrderedCollections
  • your compat leaves StatsBase 0.34.13
  • ImageQualityIndexes and StatsBase 0.34.13 or absent together require
    OrderedCollections 1.1.0–1.8.2 (through ColorVectorSpace, DataStructures,
    ImageContrastAdjustment, ImageCore, ImageFiltering and Parameters)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: ImageQualityIndexes 0.3.7, OrderedCollections 1.8.2, StatsBase
      0.34.13
  Blocked fixes:
    • relaxing your compat on ImageQualityIndexes does not help.
    • relaxing your compat on StatsBase does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

Conflict 5: ImageQualityIndexes and Parameters
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and ImageQualityIndexes together require
    Parameters 0.12.0–0.12.3 (through Colors, ImageContrastAdjustment and
    ImageCore)
  • your compat leaves Parameters 0.13.1
  The only minimal fix: relax your compat on Parameters
    → allows: ColorTypes 0.12.1, ImageQualityIndexes 0.3.7, Parameters 0.12.3
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on ImageQualityIndexes does not help.
    • dropping requirement Parameters does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

IntervalArithmetic

SATISFIABLE

JuMP

SATISFIABLE

Knet

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.

Conflict 2: ImageMagick
  • your compat leaves ImageMagick 1.4.2
  • your compat leaves ImageMagick_jll 7.1.2029+0
  • ImageMagick 1.4.2 and ImageMagick_jll 7.1.2029+0 or absent together
    require Giflib_jll 5.2.1+0–5.2.3+0 (through libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageMagick 1.4.2, ImageMagick_jll
      7.1.2029+0
  Blocked fixes:
    • relaxing your compat on ImageMagick does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageMagick does not help.
    • relaxing your compat on ImageMagick_jll would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement AutoGrad,
      dropped requirement Knet and dropped requirement libwebp_jll.
    • dropping requirement ImageMagick_jll would not help without 5 other
      changes.

Conflict 3: AutoGrad
  • your compat leaves AutoGrad 1.2.5
  • AutoGrad 1.2.5 requires TimerOutputs 0.5.0–0.5.29
  • your compat leaves TimerOutputs 1.2.1
  Fix it by any one of:
    1. relax your compat on TimerOutputs
       → allows: AutoGrad 1.2.5, TimerOutputs 0.5.29
    2. drop requirement AutoGrad
       → allows: TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on AutoGrad does not help.
    • dropping requirement TimerOutputs does not help.

Conflict 4: CUDA and Knet
  • CUDA and Knet together require Adapt ≤4.6.1 (through AutoGrad)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement Knet
    → allows: Adapt 4.7.0, CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on CUDA does not help.
    • relaxing your compat on Knet does not help.
    • dropping requirement CUDA does not help.

LazySets

Unsatisfiable — 1 conflict:

Conflict 1: GLPK
  • your compat leaves GLPK 1.2.1
  • GLPK 1.2.1 requires GLPK_jll 5.0.0+0–5.0.1+1
  • your compat leaves GLPK_jll 5.0.2+0
  The only minimal fix: relax your compat on GLPK_jll
    → allows: GLPK 1.2.1, GLPK_jll 5.0.1+1
  Blocked fixes:
    • relaxing your compat on GLPK does not help.
    • dropping requirement GLPK_jll does not help.
    • dropping requirement GLPK would not help unless you also dropped
      requirement LazySets.

Lux

SATISFIABLE

MLJ

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: CategoricalDistributions
  • your compat leaves ScientificTypesBase 3.1.0
  • your compat leaves UnicodePlots 3.8.4
  • CategoricalDistributions, ScientificTypesBase 3.1.0 or absent and
    UnicodePlots 3.8.4 or absent together require FixedPointNumbers
    0.8.2–0.8.6 (through ColorSchemes and ColorTypes)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: CategoricalDistributions 0.2.2, FixedPointNumbers 0.8.6,
      ScientificTypesBase 3.1.0, UnicodePlots 3.8.4
  Blocked fixes:
    • relaxing your compat on CategoricalDistributions does not help.
    • relaxing your compat on ScientificTypesBase does not help.
    • relaxing your compat on UnicodePlots does not help.

Conflict 2: ARFFFiles
  • your compat leaves ARFFFiles 1.6.2
  • ARFFFiles 1.6.2 requires Parsers 2.8.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: ARFFFiles 1.6.2, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on ARFFFiles does not help.
    • dropping requirement ARFFFiles would not help unless you also relaxed
      your compat on FixedPointNumbers, relaxed your compat on
      StringManipulation, dropped requirement MLJ and dropped requirement
      OpenML.

Conflict 3: MLJ
  • MLJ requires MLJBase
  • your compat leaves MLJBase ≥1.14.1
  • MLJBase ≥1.10.1 requires StringManipulation ≤0.6.0 (through PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: MLJ 0.23.3, MLJBase 1.14.2, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on MLJ does not help.
    • relaxing your compat on MLJBase does not help.
    • dropping requirement MLJ would not help unless you also relaxed your
      compat on FixedPointNumbers, relaxed your compat on StringManipulation,
      dropped requirement ARFFFiles and dropped requirement OpenML.

Makie

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.

Conflict 2: Makie
  • your compat leaves FFMPEG_jll 9.0.0+0
  • FFMPEG_jll 9.0.0+0 or absent and Makie together require ColorTypes ≤0.11.5
    (through AbstractPlotting)
  • your compat leaves ColorTypes 0.12.1
  Fix it by any one of:
    1. relax your compat on FFMPEG_jll
       → allows: ColorTypes 0.12.1, FFMPEG_jll 8.1.2+0, Makie 0.24.14
    2. drop requirement Makie
       → allows: ColorTypes 0.12.1, FFMPEG_jll 9.0.0+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on Makie does not help.

Conflict 3: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  One fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.

Conflict 4: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 5: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  Fix it by any one of:
    1. relax your compat on GettextRuntime_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
         2.88.3+0
    2. relax your compat on Glib_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0, Glib_jll
         2.84.0+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement GettextRuntime_jll does not help.
    • dropping requirement Cairo_jll or dropping requirement Glib_jll would
      only help if you do both and 7 other changes.

Conflict 6: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageIO does not help.

Conflict 7: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement Libffi_jll does not help.
    • dropping requirement Cairo_jll would not help without 8 other changes.

Or, to fix without relaxing your compat on x264_jll:
  drop requirement FFMPEG_jll and drop requirement Makie
  → allows: ColorTypes 0.12.1, x264_jll 10165.0.0+0

Meshes

Unsatisfiable — 1 conflict:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Costlier fixes also exist.

Metatheory

Unsatisfiable — 1 conflict:

Conflict 1: Metatheory
  • Metatheory requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Metatheory
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • dropping requirement DataStructures does not help.
    • relaxing your compat on DataStructures or relaxing your compat on
      Metatheory would only help if you do both and also relaxed your compat
      on OrderedCollections.

ModelingToolkit

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 5
      other changes.

Molly

Unsatisfiable — 1 conflict:

Conflict 1: Molly
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and Molly together require Parameters ≤0.12.3
    (through CUDA and CellListMap)
  • your compat leaves Parameters 0.13.1
  The only minimal fix: drop requirement Molly
    → allows: Adapt 4.7.0, Parameters 0.13.1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on Molly does not help.
    • dropping requirement Parameters does not help.
    • relaxing your compat on Parameters would not help unless you also
      relaxed your compat on CellListMap and relaxed your compat on
      OrderedCollections.

NeuralPDE

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: Integrals
  • your compat leaves Integrals 5.5.0
  • Integrals 5.5.0 requires QuasiMonteCarlo 0.3.0–0.3.11 (through
    MonteCarloIntegration)
  • your compat leaves QuasiMonteCarlo 0.4.2
  The only minimal fix: relax your compat on QuasiMonteCarlo
    → allows: Integrals 5.5.0, QuasiMonteCarlo 0.3.11
  Blocked fixes:
    • relaxing your compat on Integrals does not help.
    • dropping requirement QuasiMonteCarlo does not help.
    • dropping requirement Integrals would not help without 6 other changes.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 6
      other changes.

Oceananigans

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Oceananigans
  • your compat leaves FFTW 1.10.0
  • FFTW 1.10.0 or absent and Oceananigans together require OrderedCollections
    ≤2.0.0 (through AbstractFFTs)
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: FFTW 1.10.0, Oceananigans 0.112.0, OrderedCollections 1.8.2
    2. drop requirement Oceananigans
       → allows: FFTW 1.10.0, OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on FFTW does not help.
    • relaxing your compat on Oceananigans does not help.
    • dropping requirement FFTW does not help.
    • dropping requirement OrderedCollections does not help.

Conflict 2: CubedSphere
  • CubedSphere requires TaylorSeries 0.10.0–0.20.10
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: CubedSphere 0.3.4, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on CubedSphere does not help.
    • dropping requirement TaylorSeries does not help.

Conflict 3: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement CubedSphere and drop requirement Oceananigans
  → allows: FFTW 1.10.0, OrderedCollections 2.0.1, TaylorSeries 0.22.4

Costlier fixes also exist.

Optim

SATISFIABLE

POMDPs

SATISFIABLE

Plots

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: Plots
  • your compat leaves Plots 1.41.7
  • Plots 1.41.7 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on Plots would not help without 6 other changes.
    • dropping requirement Plots would not help without 6 other changes.
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 3: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.

Conflict 4: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 5: JLFzf
  • JLFzf requires fzf_jll 0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0,
    0.29.0+0–0.61.1+0
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: JLFzf 0.1.11, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on JLFzf does not help.
    • dropping requirement fzf_jll does not help.
    • dropping requirement JLFzf would not help without 6 other changes.

Conflict 6: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Pluto

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Pluto
  • Pluto requires HTTP ≤0.9.17, 1.0.2–1.11.0
  • your compat leaves HTTP 2.6.7
  Fix it by any one of:
    1. relax your compat on HTTP
       → allows: HTTP 1.11.0, Pluto 1.0.3
    2. drop requirement Pluto
       → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on Pluto would not help unless you also relaxed
      your compat on HTTP and dropped requirement Configurations.

Conflict 2: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  One fix: relax your compat on OrderedCollections
    → allows: Configurations 0.17.6, OrderedCollections 1.8.2
  Blocked fixes:
    • relaxing your compat on Configurations does not help.
    • dropping requirement OrderedCollections does not help.

Or, to fix without relaxing your compat on OrderedCollections:
  drop requirement Configurations and drop requirement Pluto
  → allows: HTTP 2.6.7, OrderedCollections 2.0.1

QuantumOptics

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: Arpack
  • your compat leaves Arpack 0.5.4
  • Arpack 0.5.4 requires Arpack_jll ≤3.5.2+0
  • your compat leaves Arpack_jll 3.9.2+0
  Fix it by any one of:
    1. relax your compat on Arpack
       → allows: Arpack 0.5.0, Arpack_jll 3.9.2+0
    2. relax your compat on Arpack_jll
       → allows: Arpack 0.5.4, Arpack_jll 3.5.2+0
    3. drop requirement Arpack
       → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • dropping requirement Arpack_jll does not help.

Conflict 2: QuantumOptics
  • your compat leaves QuantumOptics 1.2.9
  • QuantumOptics 1.2.9 requires Arpack_jll ≤3.5.2+0 (through Arpack)
  • your compat leaves Arpack_jll 3.9.2+0
  One fix: drop requirement QuantumOptics
    → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • relaxing your compat on QuantumOptics does not help.
    • dropping requirement Arpack_jll does not help.

Conflict 3: OrdinaryDiffEqCore
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  • OrdinaryDiffEqCore 5.0.0 requires SciMLLogging 1.9.1–1.10.1
  • your compat leaves SciMLLogging 2.1.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEqCore 4.17.0, SciMLLogging 2.1.0
  Blocked fixes:
    • relaxing your compat on SciMLLogging does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

Or, to fix without dropping requirement QuantumOptics:
  relax your compat on Arpack and relax your compat on Arpack_jll
  → allows: Arpack 0.5.3, Arpack_jll 3.5.2+0, QuantumOptics 1.2.9

Costlier fixes also exist.

Rasters

Unsatisfiable — 1 conflict:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement FixedPointNumbers does not help.
    • dropping requirement ColorTypes would not help unless you also dropped
      requirement Rasters.

Soss

Unsatisfiable — 12 conflicts, pick a fix for each:

Conflict 1: SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Combinatorics 1.0.0–1.0.2
  • your compat leaves Combinatorics 1.1.0
  Fix it by any one of:
    1. relax your compat on Combinatorics
       → allows: Combinatorics 1.0.2, SymbolicUtils 4.46.4
    2. drop requirement SymbolicUtils
       → allows: Combinatorics 1.1.0
  Blocked fixes:
    • relaxing your compat on SymbolicUtils does not help.

Conflict 2: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.

Conflict 3: ArrayInterfaceStaticArrays
  • ArrayInterfaceStaticArrays requires Adapt 3.0.0–3.7.2
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement ArrayInterfaceStaticArrays
    → allows: Adapt 4.7.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ArrayInterfaceStaticArrays does not help.

Conflict 4: GeneralizedGenerated
  • GeneralizedGenerated requires DataStructures ≤0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeneralizedGenerated
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeneralizedGenerated does not help.

Conflict 5: MCMCDiagnostics
  • MCMCDiagnostics requires StatsBase ≤0.33.22
  • your compat leaves StatsBase 0.34.13
  The only minimal fix: drop requirement MCMCDiagnostics
    → allows: StatsBase 0.34.13
  Blocked fixes:
    • relaxing your compat on MCMCDiagnostics does not help.
    • relaxing your compat on StatsBase does not help.

Conflict 6: MeasureBase
  • your compat leaves MeasureBase 0.14.13
  • MeasureBase 0.14.13 requires LogExpFunctions 0.3.0–0.3.29
  • your compat leaves LogExpFunctions 1.0.1
  The only minimal fix: drop requirement MeasureBase
    → allows: LogExpFunctions 1.0.1
  Blocked fixes:
    • relaxing your compat on MeasureBase does not help.
    • relaxing your compat on LogExpFunctions would not help without 12 other
      changes.

Conflict 7: MeasureTheory
  • MeasureTheory requires StatsFuns ≤1.5.3 (through Distributions)
  • your compat leaves StatsFuns 2.2.1
  The only minimal fix: drop requirement MeasureTheory
    → allows: StatsFuns 2.2.1
  Blocked fixes:
    • relaxing your compat on MeasureTheory does not help.
    • relaxing your compat on StatsFuns does not help.

Conflict 8: Metatheory
  • Metatheory requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Metatheory
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Metatheory does not help.

Conflict 9: NestedTuples
  • NestedTuples requires BangBang 0.3.0–0.3.40
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement NestedTuples
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on NestedTuples does not help.

Conflict 10: SampleChains
  • SampleChains requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement SampleChains
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on SampleChains does not help.

Conflict 11: Soss
  • Soss requires DataStructures ≤0.18.22 (through GeneralizedGenerated and
    SimpleGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Soss
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Soss does not help.

Conflict 12: TupleVectors
  • TupleVectors requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement TupleVectors
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on TupleVectors does not help.

StaticArrays

SATISFIABLE

StatsModels

SATISFIABLE

Symbolics

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Symbolics
  • your compat leaves LabelledArrays ≥1.20.3
  • LabelledArrays ≥1.20.3 or absent and Symbolics together require
    Combinatorics 1.0.0–1.0.2 (through ForwardDiff, NaNMath,
    PreallocationTools, RecursiveArrayTools, SciMLBase and SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, LabelledArrays 1.20.4, Symbolics 7.39.2
  Blocked fixes:
    • relaxing your compat on LabelledArrays does not help.
    • relaxing your compat on Symbolics does not help.
    • dropping requirement Combinatorics does not help.
    • dropping requirement LabelledArrays does not help.
    • dropping requirement Symbolics would not help unless you also dropped
      requirement SymbolicLimits and dropped requirement SymbolicUtils.

Conflict 2: SymbolicLimits
  • SymbolicLimits requires SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Moshi ≤0.3.11
  • your compat leaves Moshi 0.3.12
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: Moshi 0.3.9, SymbolicLimits 1.2.1, SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: Moshi 0.3.12, SymbolicLimits 1.2.1, SymbolicUtils 4.46.1
  Blocked fixes:
    • dropping requirement Moshi does not help.
    • relaxing your compat on SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicUtils would not help unless you also
      dropped requirement SymbolicLimits and dropped requirement Symbolics.

TensorKit

SATISFIABLE

Transformers

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: BytePairEncoding and DataStructures
  • your compat leaves BytePairEncoding 0.5.2
  • BytePairEncoding 0.5.2 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on BytePairEncoding
       → allows: BytePairEncoding 0.3.2, DataStructures 0.19.6
    2. drop requirement BytePairEncoding
       → allows: DataStructures 0.19.6

Conflict 2: BytePairEncoding and DataDeps
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  Fix it by any one of:
    1. relax your compat on DataDeps
       → allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, WordTokenizers 0.5.6
    2. relax your compat on WordTokenizers
       → allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, WordTokenizers 0.5.4
  Blocked fixes:
    • dropping requirement DataDeps does not help.

Conflict 3: BytePairEncoding and HTTP
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires HTTP ≤2.6.6 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: BytePairEncoding 0.3.2, HTTP 1.11.0, WordTokenizers 0.5.6
  Blocked fixes:
    • dropping requirement HTTP does not help.

Conflict 4: Pickle
  • your compat leaves StridedViews 0.5.2
  • Pickle and StridedViews 0.5.2 or absent together require DataStructures
    0.17.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: DataStructures 0.19.6, Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: DataStructures 0.19.6, StridedViews 0.5.2
  Blocked fixes:
    • dropping requirement StridedViews does not help.

Conflict 5: DoubleArrayTries
  • DoubleArrayTries requires StringViews 1.0.0–1.3.7
  • your compat leaves StringViews 2.0.1
  Fix it by any one of:
    1. relax your compat on StringViews
       → allows: DoubleArrayTries 0.1.1, StringViews 1.3.7
    2. drop requirement DoubleArrayTries
       → allows: StringViews 2.0.1
  Blocked fixes:
    • relaxing your compat on DoubleArrayTries does not help.
    • dropping requirement StringViews does not help.

Conflict 6: TextEncodeBase
  • your compat leaves TextEncodeBase 0.8.3
  • TextEncodeBase 0.8.3 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on TextEncodeBase
       → allows: DataStructures 0.19.6, TextEncodeBase 0.6.0
    2. drop requirement TextEncodeBase
       → allows: DataStructures 0.19.6

Conflict 7: Fetch
  • Fetch requires Parsers 0.3.0–2.8.8 (through JSON3)
  • your compat leaves Parsers 3.0.0
  One fix: relax your compat on Parsers
    → allows: Fetch 0.1.4, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on Fetch does not help.
    • dropping requirement Parsers does not help.

Conflict 8: PrimitiveOneHot
  • your compat leaves PrimitiveOneHot 0.2.1
  • PrimitiveOneHot 0.2.1 requires GPUArraysCore ≤0.1.6
  • your compat leaves GPUArraysCore 0.2.0
  One fix: relax your compat on PrimitiveOneHot
    → allows: GPUArraysCore 0.2.0, PrimitiveOneHot 0.1.4
  Blocked fixes:
    • relaxing your compat on GPUArraysCore does not help.
    • dropping requirement PrimitiveOneHot would not help without 9 other
      changes.

Conflict 9: Flux and NeuralAttentionlib
  • NeuralAttentionlib constrains Flux ≤0.16.10 (through MLDataDevices and
    Zygote)
  • your compat leaves Flux 0.16.11
  One fix: drop requirement NeuralAttentionlib
    → allows: Flux 0.16.11
  Blocked fixes:
    • relaxing your compat on Flux does not help.
    • relaxing your compat on NeuralAttentionlib does not help.
    • dropping requirement Flux would not help without 10 other changes.

Conflict 10: Transformers
  • your compat leaves Transformers 0.3.1
  • Transformers 0.3.1 requires StridedViews 0.2.1–0.4.6 (through Pickle)
  • your compat leaves StridedViews 0.5.2
  One fix: drop requirement Transformers
    → allows: StridedViews 0.4.6
  Blocked fixes:
    • relaxing your compat on Transformers does not help.
    • dropping requirement StridedViews does not help.

Or, to fix another way:
  settle each of these:
  • relax your compat on BytePairEncoding, relax your compat on
    TextEncodeBase, relax your compat on WordTokenizers and drop requirement
    Fetch; relax your compat on HTTP, drop requirement BytePairEncoding, drop
    requirement TextEncodeBase and drop requirement WordTokenizers; relax your
    compat on TextEncodeBase, relax your compat on WordTokenizers, drop
    requirement BytePairEncoding and drop requirement Fetch; relax your compat
    on WordTokenizers, drop requirement BytePairEncoding, drop requirement
    Fetch and drop requirement TextEncodeBase; or drop requirement
    BytePairEncoding, drop requirement Fetch, drop requirement TextEncodeBase
    and drop requirement WordTokenizers
    → relaxing your compat on BytePairEncoding, relaxing your compat on
      TextEncodeBase, relaxing your compat on WordTokenizers and dropping
      requirement Fetch allows: BytePairEncoding 0.3.2, DataDeps 1.0.0,
      DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
    → relaxing your compat on HTTP, dropping requirement BytePairEncoding,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
    → relaxing your compat on TextEncodeBase, relaxing your compat on
      WordTokenizers, dropping requirement BytePairEncoding and dropping
      requirement Fetch allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, TextEncodeBase 0.7.0, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers, dropping requirement
      BytePairEncoding, dropping requirement Fetch and dropping requirement
      TextEncodeBase allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, WordTokenizers 0.5.4
    → dropping requirement BytePairEncoding, dropping requirement Fetch,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
  • relax your compat on StridedViews, or drop requirement Pickle
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement Pickle allows: BytePairEncoding 0.3.2, DataDeps
      1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
  • relax your compat on StringViews, or drop requirement DoubleArrayTries
    → relaxing your compat on StringViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement DoubleArrayTries allows: BytePairEncoding 0.3.1,
      DataDeps 1.0.0, DataStructures 0.19.6, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 2.0.1, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4

Or, to fix without any of the fixes for Conflicts 1 and 6:
  relax your compat on DataStructures, relax your compat on OrderedCollections
  and relax your compat on StringViews, and settle each of these:
  • relax your compat on DataDeps and relax your compat on HTTP; relax your
    compat on HTTP and relax your compat on WordTokenizers; or relax your
    compat on WordTokenizers and drop requirement Fetch
    → relaxing your compat on DataDeps and relaxing your compat on HTTP
      allows: BytePairEncoding 0.5.2, DataDeps 0.7.14, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on HTTP and relaxing your compat on WordTokenizers
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers and dropping requirement Fetch
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
  • relax your compat on Pickle, relax your compat on StridedViews, or drop
    requirement Pickle
    → relaxing your compat on Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      Pickle 0.3.2, StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase
      0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.5.2,
      DataDeps 0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP
      1.11.0, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → dropping requirement Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.8.3,
      WordTokenizers 0.5.6

Or, to fix without relaxing your compat on HTTP:
  relax your compat on BytePairEncoding, relax your compat on WordTokenizers,
  drop requirement Fetch and drop requirement TextEncodeBase, and one of:
    1. relax your compat on StridedViews and relax your compat on StringViews
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
         StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
    2. relax your compat on StridedViews and drop requirement DoubleArrayTries
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews
         2.0.1, WordTokenizers 0.5.4
    3. relax your compat on StringViews and drop requirement Pickle
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, StridedViews 0.5.2,
         StringViews 1.3.7, WordTokenizers 0.5.4

There are more minimal fixes than are shown.

Trixi

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 would not help without 8 other changes.
    • dropping requirement HDF5_jll would not help without 8 other changes.

Conflict 2: P4est
  • your compat leaves P4est 0.4.13
  • P4est 0.4.13 requires P4est_jll 2.8.1+0–2.8.1+3
  • your compat leaves P4est_jll 2.8.9+0
  Fix it by any one of:
    1. relax your compat on P4est
       → allows: P4est 0.4.11, P4est_jll 2.8.9+0
    2. relax your compat on P4est_jll
       → allows: P4est 0.4.13, P4est_jll 2.8.1+3
    3. drop requirement P4est
       → allows: P4est_jll 2.8.9+0
  Blocked fixes:
    • dropping requirement P4est_jll does not help.

Conflict 3: T8code
  • your compat leaves T8code 0.9.2
  • T8code 0.9.2 requires t8code_jll 4.0.7+0
  • your compat leaves t8code_jll 4.0.8+0
  Fix it by any one of:
    1. relax your compat on T8code and relax your compat on t8code_jll
       → allows: T8code 0.6.0, t8code_jll 2.0.0+0
    2. relax your compat on t8code_jll and drop requirement T8code
       → allows: t8code_jll 2.0.0+0
    3. drop requirement T8code and drop requirement t8code_jll

Conflict 4: Trixi
  • your compat leaves Trixi 0.17.6
  • Trixi 0.17.6 requires MPIABI_jll 0.1.3+0–0.1.5+0 (through T8code and
    t8code_jll)
  • your compat leaves MPIABI_jll 1.0.0+0
  One fix: drop requirement Trixi
    → allows: MPIABI_jll 1.0.0+0
  Blocked fixes:
    • relaxing your compat on Trixi does not help.
    • dropping requirement MPIABI_jll does not help.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement BracketingNonlinearSolve does not help.

Conflict 6: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • dropping requirement MPIABI_jll does not help.

Or, to fix without dropping requirement Trixi:
  relax your compat on MPIABI_jll, relax your compat on P4est_jll and relax
  your compat on t8code_jll, and one of:
    1. relax your compat on mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0
    2. drop requirement mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0

Turing

Unsatisfiable — 1 conflict:

Conflict 1: DynamicPPL
  • your compat leaves AbstractMCMC 5.16.0
  • AbstractMCMC 5.16.0 or absent and DynamicPPL together require
    OrderedCollections 1.0.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: AbstractMCMC 5.16.0, DynamicPPL 0.42.11, OrderedCollections
      1.8.2
  Blocked fixes:
    • relaxing your compat on AbstractMCMC does not help.
    • relaxing your compat on DynamicPPL does not help.
    • dropping requirement DynamicPPL does not help.

Costlier fixes also exist.

Unitful

SATISFIABLE

VoronoiFVM

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: GeometryBasics
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics 0.5.12 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement EarCut_jll does not help.
    • dropping requirement GeometryBasics would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GridVisualize and dropped requirement VoronoiFVM.

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 3: GridVisualize
  • your compat leaves AbstractTrees 0.4.5
  • AbstractTrees 0.4.5 or absent and GridVisualize together require
    OrderedCollections 1.0.0–1.8.2 (through ExtendableGrids)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: AbstractTrees 0.4.5, GridVisualize 1.20.0, OrderedCollections
      1.8.2
  Blocked fixes:
    • relaxing your compat on AbstractTrees does not help.
    • relaxing your compat on GridVisualize does not help.
    • dropping requirement AbstractTrees does not help.
    • dropping requirement GridVisualize would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GeometryBasics and dropped requirement VoronoiFVM.

Yao

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • FreeTypeAbstraction 0.10.8 requires GeometryBasics ≥0.4.1
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics ≥0.4.3 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  Fix it by any one of:
    1. relax your compat on EarCut_jll
       → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.5.12
    2. relax your compat on GeometryBasics
       → allows: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.4.2
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.

Conflict 2: Luxor
  • your compat leaves Luxor 4.5.0
  • Luxor 4.5.0 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on Luxor would not help without 9 other changes.
    • dropping requirement Luxor would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

Conflict 3: Cairo and FixedPointNumbers
  • Cairo requires FixedPointNumbers ≤0.8.6 (through ColorTypes and Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Cairo 1.1.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Cairo does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Cairo 1.1.1
  • your compat leaves Glib_jll 2.88.3+0
  • Cairo 1.1.1 and Glib_jll 2.88.3+0 or absent together require
    GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll would not help without 9 other changes.

Conflict 5: Cairo and Libffi_jll
  • your compat leaves Graphics 1.1.3
  • Cairo and Graphics 1.1.3 or absent together require Libffi_jll ≤3.2.2+2,
    3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Graphics 1.1.3, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Graphics does not help.

Conflict 6: Librsvg_jll
  • Librsvg_jll requires XML2_jll 2.9.14+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Librsvg_jll 2.58.5+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Librsvg_jll does not help.

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

Zygote

SATISFIABLE

Resolver.jl upstream fixes — hard corpus, before and after — changed cases, before and after

Agents

before

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Agents and InlineStrings
  • your compat leaves Agents 7.0.3
  • Agents 7.0.3 requires InlineStrings ≤1.4.6 (through CSV)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: Agents 7.0.3, InlineStrings 1.4.6
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on PrettyTables, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.

Conflict 2: CSV
  • your compat leaves SortingAlgorithms 1.2.3
  • CSV and SortingAlgorithms 1.2.3 or absent together require Parsers
    1.0.0–2.8.8 (through DataFrames)
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, SortingAlgorithms 1.2.3
  Blocked fixes:
    • relaxing your compat on CSV does not help.
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement Parsers does not help.
    • dropping requirement CSV would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement Agents and dropped requirement WeakRefStrings.

Conflict 3: Agents and StringManipulation
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves Reexport 1.2.2
  • Agents, PrettyTables 3.4.8 or absent and Reexport 1.2.2 or absent together
    require StringManipulation 0.4.0–0.5.0 (through DataFrames)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Agents 7.0.3, PrettyTables 3.4.8, Reexport 1.2.2,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • relaxing your compat on Reexport does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on PrettyTables would not help unless you also
      relaxed your compat on DataFrames, relaxed your compat on InlineStrings
      and relaxed your compat on Parsers.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement CSV and dropped requirement WeakRefStrings.
    • dropping requirement PrettyTables would not help unless you also dropped
      requirement Agents, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.

after

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Agents and InlineStrings
  • your compat leaves Agents 7.0.3
  • Agents 7.0.3 requires InlineStrings ≤1.4.6 (through CSV)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: Agents 7.0.3, InlineStrings 1.4.6
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on PrettyTables, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.

Conflict 2: CSV
  • your compat leaves SortingAlgorithms 1.2.3
  • CSV and SortingAlgorithms 1.2.3 or absent together require Parsers
    1.0.0–2.8.8 (through DataFrames)
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, SortingAlgorithms 1.2.3
  Blocked fixes:
    • relaxing your compat on CSV does not help.
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement Parsers does not help.
    • dropping requirement CSV would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement Agents and dropped requirement WeakRefStrings.

Conflict 3: Agents and StringManipulation
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves Reexport 1.2.2
  • Agents, PrettyTables 3.4.8 or absent and Reexport 1.2.2 or absent together
    require StringManipulation 0.4.0–0.5.0 (through DataFrames)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Agents 7.0.3, PrettyTables 3.4.8, Reexport 1.2.2,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on Agents does not help.
    • relaxing your compat on Reexport does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on PrettyTables would not help unless you also
      relaxed your compat on DataFrames, relaxed your compat on InlineStrings
      and relaxed your compat on Parsers.
    • dropping requirement Agents would not help unless you also relaxed your
      compat on DataFrames, relaxed your compat on PrettyTables, dropped
      requirement CSV and dropped requirement WeakRefStrings.
    • dropping requirement PrettyTables would not help unless you also dropped
      requirement Agents, dropped requirement CSV, dropped requirement
      DataFrames and dropped requirement WeakRefStrings.
  Upstream fix: a release of PrettyTables supporting StringManipulation 0.6.1
    would fix this; 3.4.8, its latest, supports only 0.4.0–0.5.0.
    → would allow: Agents 7.0.3, Reexport 1.2.2, StringManipulation 0.6.1

AlphaZero

before

Unsatisfiable — 9 conflicts, pick a fix for each:

Conflict 1: AlphaZero and FFMPEG_jll
  • AlphaZero requires FFMPEG ≥0.2.0 (through Plots)
  • your compat leaves FFMPEG 0.4.5
  • FFMPEG ≥0.3.0 requires FFMPEG_jll ≤8.1.2+0
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG 0.4.5, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on FFMPEG would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 11 other changes.
    • dropping requirement FFMPEG would not help without 9 other changes.

Conflict 2: AlphaZero and FixedPointNumbers
  • AlphaZero requires FixedPointNumbers 0.6.0–0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.

Conflict 3: AlphaZero and GettextRuntime_jll
  • your compat leaves GR 0.73.27
  • your compat leaves Glib_jll 2.88.3+0
  • AlphaZero, GR 0.73.27 or absent and Glib_jll 2.88.3+0 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Plots, Qt6Base_jll and
    Qt6Wayland_jll)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: GR 0.73.27, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on GR does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement GR does not help.

Conflict 4: AlphaZero and Libffi_jll
  • AlphaZero requires Plots
  • your compat leaves Plots 1.41.7
  • Plots ≥1.15.3 requires Libffi_jll ≤3.4.7+0 (through GR, Glib_jll,
    Cairo_jll and GR_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 5: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.

Conflict 6: CUDA
  • your compat leaves CUDA 6.3.1
  • CUDA 6.3.1 requires StringManipulation 0.4.0–0.5.0 (through CUDATools and
    PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CUDA 6.3.1, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on CUDA does not help.
    • dropping requirement StringManipulation does not help.
    • dropping requirement CUDA would not help without 9 other changes.

Conflict 7: AlphaZero and fzf_jll
  • your compat leaves Latexify 0.16.12
  • AlphaZero and Latexify 0.16.12 or absent together require fzf_jll
    0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0, 0.29.0+0–0.61.1+0 (through JLFzf
    and Plots)
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: Latexify 0.16.12, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Latexify does not help.
    • dropping requirement Latexify does not help.
    • dropping requirement fzf_jll does not help.

Conflict 8: AlphaZero and x264_jll
  • your compat leaves Contour 0.6.3
  • your compat leaves x264_jll 10165.0.0+0
  • incompatible constraints on Plots:
      — Plots ≤1.30.2 requires Contour ≤0.6.2
      — Plots ≥1.15.3 requires x264_jll ≤10164.0.1+0 (through FFMPEG_jll, GR
        and GR_jll)
      — AlphaZero requires Plots
  The only minimal fix: relax your compat on x264_jll
    → allows: Contour 0.6.3, Plots 1.41.7, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Contour does not help.
    • dropping requirement Contour does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 9: AlphaZero and CUDA
  • AlphaZero requires CUDA ≤5.11.3
  • your compat leaves CUDA 6.3.1
  The only minimal fix: drop requirement AlphaZero
    → allows: CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on CUDA does not help.
    • dropping requirement CUDA would not help without 9 other changes.

after

Unsatisfiable — 9 conflicts, pick a fix for each:

Conflict 1: AlphaZero and FFMPEG_jll
  • AlphaZero requires FFMPEG ≥0.2.0 (through Plots)
  • your compat leaves FFMPEG 0.4.5
  • FFMPEG ≥0.3.0 requires FFMPEG_jll ≤8.1.2+0
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG 0.4.5, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on FFMPEG would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 11 other changes.
    • dropping requirement FFMPEG would not help without 9 other changes.
  Upstream fix: a release of FFMPEG supporting FFMPEG_jll 9.0.0+0 would fix
    this; 0.4.5, its latest, supports only 4.3.1+0–6.1.3+0, 7.1.1+0–8.1.2+0.
    → would allow: FFMPEG_jll 9.0.0+0

Conflict 2: AlphaZero and FixedPointNumbers
  • AlphaZero requires FixedPointNumbers 0.6.0–0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.

Conflict 3: AlphaZero and GettextRuntime_jll
  • your compat leaves GR 0.73.27
  • your compat leaves Glib_jll 2.88.3+0
  • AlphaZero, GR 0.73.27 or absent and Glib_jll 2.88.3+0 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Plots, Qt6Base_jll and
    Qt6Wayland_jll)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: GR 0.73.27, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on GR does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement GR does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: GR 0.73.27, GettextRuntime_jll 1.0.0+0

Conflict 4: AlphaZero and Libffi_jll
  • AlphaZero requires Plots
  • your compat leaves Plots 1.41.7
  • Plots ≥1.15.3 requires Libffi_jll ≤3.4.7+0 (through GR, Glib_jll,
    Cairo_jll and GR_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 5: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.
  Upstream fix: a release of JSON3 supporting Parsers 3.0.0 would fix this;
    1.14.3, its latest, supports only 0.3.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 6: CUDA
  • your compat leaves CUDA 6.3.1
  • CUDA 6.3.1 requires StringManipulation 0.4.0–0.5.0 (through CUDATools and
    PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CUDA 6.3.1, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on CUDA does not help.
    • dropping requirement StringManipulation does not help.
    • dropping requirement CUDA would not help without 9 other changes.

Conflict 7: AlphaZero and fzf_jll
  • your compat leaves Latexify 0.16.12
  • AlphaZero and Latexify 0.16.12 or absent together require fzf_jll
    0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0, 0.29.0+0–0.61.1+0 (through JLFzf
    and Plots)
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: Latexify 0.16.12, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Latexify does not help.
    • dropping requirement Latexify does not help.
    • dropping requirement fzf_jll does not help.

Conflict 8: AlphaZero and x264_jll
  • your compat leaves Contour 0.6.3
  • your compat leaves x264_jll 10165.0.0+0
  • incompatible constraints on Plots:
      — Plots ≤1.30.2 requires Contour ≤0.6.2
      — Plots ≥1.15.3 requires x264_jll ≤10164.0.1+0 (through FFMPEG_jll, GR
        and GR_jll)
      — AlphaZero requires Plots
  The only minimal fix: relax your compat on x264_jll
    → allows: Contour 0.6.3, Plots 1.41.7, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on Contour does not help.
    • dropping requirement Contour does not help.
    • relaxing your compat on Plots would not help without 9 other changes.
    • dropping requirement Plots would not help without 9 other changes.

Conflict 9: AlphaZero and CUDA
  • AlphaZero requires CUDA ≤5.11.3
  • your compat leaves CUDA 6.3.1
  The only minimal fix: drop requirement AlphaZero
    → allows: CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on AlphaZero does not help.
    • relaxing your compat on CUDA does not help.
    • dropping requirement CUDA would not help without 9 other changes.

ApproxFun

before

Unsatisfiable — 1 conflict:

Conflict 1: ApproxFun
  • ApproxFun requires DomainSets 0.0.1, 0.1.0–0.7.18 (through BandedMatrices
    and BlockBandedMatrices)
  • your compat leaves DomainSets 0.8.1
  Fix it by any one of:
    1. relax your compat on DomainSets
       → allows: ApproxFun 0.13.28, DomainSets 0.7.18
    2. drop requirement ApproxFun
       → allows: DomainSets 0.8.1
  Blocked fixes:
    • relaxing your compat on ApproxFun does not help.

after

Unsatisfiable — 1 conflict:

Conflict 1: ApproxFun
  • ApproxFun requires DomainSets 0.0.1, 0.1.0–0.7.18 (through BandedMatrices
    and BlockBandedMatrices)
  • your compat leaves DomainSets 0.8.1
  Fix it by any one of:
    1. relax your compat on DomainSets
       → allows: ApproxFun 0.13.28, DomainSets 0.7.18
    2. drop requirement ApproxFun
       → allows: DomainSets 0.8.1
  Blocked fixes:
    • relaxing your compat on ApproxFun does not help.
  Upstream fix: a release of ApproxFun supporting DomainSets 0.8.1 would fix
    this; 0.13.28, its latest, supports only 0.3.0–0.7.18.
    → would allow: DomainSets 0.8.1

Bloqade

before

Unsatisfiable — 19 conflicts, pick a fix for each:

Conflict 1: BloqadeLattices and EarCut_jll
  • your compat leaves BloqadeLattices 0.2.3
  • your compat leaves GeometryBasics 0.5.12
  • your compat leaves Luxor 4.5.0
  • BloqadeLattices 0.2.3, GeometryBasics 0.5.12 or absent and Luxor 4.5.0 or
    absent together require EarCut_jll ≤2.2.4+0 (through LuxorGraphPlot and
    MathTeXEngine)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: BloqadeLattices 0.2.3, EarCut_jll 2.2.4+0, GeometryBasics
      0.5.12, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on GeometryBasics does not help.
    • relaxing your compat on Luxor does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 2: BloqadeLattices and FFMPEG_jll
  • your compat leaves BloqadeLattices 0.2.3
  • BloqadeLattices 0.2.3 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0
    (through FFMPEG, LuxorGraphPlot and Luxor)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: BloqadeLattices 0.2.3, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: BloqadeLattices and GettextRuntime_jll
  • BloqadeLattices requires Glib_jll (through Cairo, LuxorGraphPlot, Rsvg and
    Luxor)
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: BloqadeLattices 0.2.3, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 5: CairoMakie
  • your compat leaves CairoMakie 0.15.14
  • your compat leaves ImageIO 0.6.10
  • CairoMakie 0.15.14 and ImageIO 0.6.10 or absent together require
    Giflib_jll 5.2.1+0–5.2.3+0 (through Makie, WebP and libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ImageIO does not help.
    • dropping requirement CairoMakie does not help.
    • dropping requirement ImageIO does not help.

Conflict 6: Bloqade and InlineStrings
  • Bloqade requires Intervals ≥1.0.0 (through BloqadeWaveforms)
  • your compat leaves Intervals 1.11.0
  • Intervals ≥1.6.0 requires InlineStrings ≤2.0.0 (through TimeZones)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: InlineStrings 1.4.6, Intervals 1.11.0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on Intervals does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Intervals would not help without 19 other changes.

Conflict 7: Bloqade and Libffi_jll
  • Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
    Glib_jll, HarfBuzz_jll, Cairo, LuxorGraphPlot, Pango_jll, Librsvg_jll and
    Luxor)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.

Conflict 8: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: Configurations 0.17.6, OrderedCollections 1.8.2
    2. drop requirement Configurations
       → allows: OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on Configurations does not help.

Conflict 9: OrdinaryDiffEq
  • your compat leaves OrdinaryDiffEq 7.8.1
  • OrdinaryDiffEq 7.8.1 requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on OrdinaryDiffEq does not help.
    • dropping requirement OrdinaryDiffEq does not help.

Conflict 10: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.

Conflict 11: BloqadeLattices and XML2_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require XML2_jll
    2.9.14+0–2.13.9+0 (through Compose, Librsvg_jll, LuxorGraphPlot, Viznet,
    Luxor and Rsvg)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 12: BloqadeLattices and x264_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through Compose, FFMPEG_jll, LuxorGraphPlot,
    Viznet, FFMPEG and Luxor)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 13: Bloqade and DiffEqBase
  • Bloqade requires DiffEqBase ≤6.218.0 (through BloqadeODE)
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement Bloqade
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 14: BloqadeExpr
  • BloqadeExpr requires LuxurySparse 0.6.0–0.7.5
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeExpr
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeExpr does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 15: BloqadeKrylov
  • BloqadeKrylov requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
    (through BloqadeWaveforms)
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeKrylov
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeKrylov does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 16: BloqadeMIS
  • BloqadeMIS requires LuxurySparse 0.6.0–0.7.5 (through BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeMIS
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeMIS does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 17: BloqadeODE
  • BloqadeODE requires DiffEqBase ≤6.218.0
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement BloqadeODE
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on BloqadeODE does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 18: BloqadeWaveforms
  • BloqadeWaveforms requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeWaveforms
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeWaveforms does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 19: YaoSubspaceArrayReg
  • YaoSubspaceArrayReg requires LuxurySparse 0.6.0–0.7.5 (through
    BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement YaoSubspaceArrayReg
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on LuxurySparse does not help.
    • relaxing your compat on YaoSubspaceArrayReg does not help.

after

Unsatisfiable — 19 conflicts, pick a fix for each:

Conflict 1: BloqadeLattices and EarCut_jll
  • your compat leaves BloqadeLattices 0.2.3
  • your compat leaves GeometryBasics 0.5.12
  • your compat leaves Luxor 4.5.0
  • BloqadeLattices 0.2.3, GeometryBasics 0.5.12 or absent and Luxor 4.5.0 or
    absent together require EarCut_jll ≤2.2.4+0 (through LuxorGraphPlot and
    MathTeXEngine)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: BloqadeLattices 0.2.3, EarCut_jll 2.2.4+0, GeometryBasics
      0.5.12, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on GeometryBasics does not help.
    • relaxing your compat on Luxor does not help.
    • dropping requirement BloqadeLattices does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: BloqadeLattices 0.2.3, EarCut_jll 3.2.3+0, Luxor 4.5.0

Conflict 2: BloqadeLattices and FFMPEG_jll
  • your compat leaves BloqadeLattices 0.2.3
  • BloqadeLattices 0.2.3 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0
    (through FFMPEG, LuxorGraphPlot and Luxor)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: BloqadeLattices 0.2.3, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: BloqadeLattices and GettextRuntime_jll
  • BloqadeLattices requires Glib_jll (through Cairo, LuxorGraphPlot, Rsvg and
    Luxor)
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: BloqadeLattices 0.2.3, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on Glib_jll does not help.
    • dropping requirement BloqadeLattices does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: BloqadeLattices 0.2.3, GettextRuntime_jll 1.0.0+0

Conflict 5: CairoMakie
  • your compat leaves CairoMakie 0.15.14
  • your compat leaves ImageIO 0.6.10
  • CairoMakie 0.15.14 and ImageIO 0.6.10 or absent together require
    Giflib_jll 5.2.1+0–5.2.3+0 (through Makie, WebP and libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ImageIO does not help.
    • dropping requirement CairoMakie does not help.
    • dropping requirement ImageIO does not help.

Conflict 6: Bloqade and InlineStrings
  • Bloqade requires Intervals ≥1.0.0 (through BloqadeWaveforms)
  • your compat leaves Intervals 1.11.0
  • Intervals ≥1.6.0 requires InlineStrings ≤2.0.0 (through TimeZones)
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: InlineStrings 1.4.6, Intervals 1.11.0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on Intervals does not help.
    • dropping requirement InlineStrings does not help.
    • dropping requirement Intervals would not help without 19 other changes.

Conflict 7: Bloqade and Libffi_jll
  • Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
    Glib_jll, HarfBuzz_jll, Cairo, LuxorGraphPlot, Pango_jll, Librsvg_jll and
    Luxor)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.

Conflict 8: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: Configurations 0.17.6, OrderedCollections 1.8.2
    2. drop requirement Configurations
       → allows: OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on Configurations does not help.
  Upstream fix: a release of Configurations supporting OrderedCollections
    2.0.1 would fix this; 0.17.6, its latest, supports only 1.3.0–1.8.2.
    → would allow: OrderedCollections 2.0.1

Conflict 9: OrdinaryDiffEq
  • your compat leaves OrdinaryDiffEq 7.8.1
  • OrdinaryDiffEq 7.8.1 requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on OrdinaryDiffEq does not help.
    • dropping requirement OrdinaryDiffEq does not help.

Conflict 10: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
  Upstream fix: a release of JSON3 supporting Parsers 3.0.0 would fix this;
    1.14.3, its latest, supports only 0.3.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 11: BloqadeLattices and XML2_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require XML2_jll
    2.9.14+0–2.13.9+0 (through Compose, Librsvg_jll, LuxorGraphPlot, Viznet,
    Luxor and Rsvg)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 12: BloqadeLattices and x264_jll
  • your compat leaves JSON 1.8.0
  • BloqadeLattices and JSON 1.8.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through Compose, FFMPEG_jll, LuxorGraphPlot,
    Viznet, FFMPEG and Luxor)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: BloqadeLattices 0.2.3, JSON 1.8.0, x264_jll 10164.0.1+0
  Blocked fixes:
    • relaxing your compat on BloqadeLattices does not help.
    • relaxing your compat on JSON does not help.
    • dropping requirement BloqadeLattices does not help.

Conflict 13: Bloqade and DiffEqBase
  • Bloqade requires DiffEqBase ≤6.218.0 (through BloqadeODE)
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement Bloqade
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on Bloqade does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 14: BloqadeExpr
  • BloqadeExpr requires LuxurySparse 0.6.0–0.7.5
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeExpr
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeExpr does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 15: BloqadeKrylov
  • BloqadeKrylov requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
    (through BloqadeWaveforms)
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeKrylov
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeKrylov does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 16: BloqadeMIS
  • BloqadeMIS requires LuxurySparse 0.6.0–0.7.5 (through BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement BloqadeMIS
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on BloqadeMIS does not help.
    • relaxing your compat on LuxurySparse does not help.

Conflict 17: BloqadeODE
  • BloqadeODE requires DiffEqBase ≤6.218.0
  • your compat leaves DiffEqBase ≥7.20.0
  The only minimal fix: drop requirement BloqadeODE
    → allows: DiffEqBase 7.20.1
  Blocked fixes:
    • relaxing your compat on BloqadeODE does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 18: BloqadeWaveforms
  • BloqadeWaveforms requires Interpolations 0.13.0–0.13.2, 0.13.4–0.15.2
  • your compat leaves Interpolations 0.16.3
  The only minimal fix: drop requirement BloqadeWaveforms
    → allows: Interpolations 0.16.3
  Blocked fixes:
    • relaxing your compat on BloqadeWaveforms does not help.
    • relaxing your compat on Interpolations does not help.

Conflict 19: YaoSubspaceArrayReg
  • YaoSubspaceArrayReg requires LuxurySparse 0.6.0–0.7.5 (through
    BloqadeExpr)
  • your compat leaves LuxurySparse 0.8.2
  The only minimal fix: drop requirement YaoSubspaceArrayReg
    → allows: LuxurySparse 0.8.2
  Blocked fixes:
    • relaxing your compat on LuxurySparse does not help.
    • relaxing your compat on YaoSubspaceArrayReg does not help.

CairoMakie

before

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: CairoMakie and EarCut_jll
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • CairoMakie, FreeTypeAbstraction 0.10.8 or absent and GeometryBasics 0.5.12
    or absent together require EarCut_jll ≤2.2.4+0 (through AbstractPlotting)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: CairoMakie 0.15.14, EarCut_jll 2.2.4+0, FreeTypeAbstraction
      0.10.8, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Conflict 2: CairoMakie and FFMPEG_jll
  • your compat leaves CairoMakie 0.15.14
  • CairoMakie 0.15.14 requires FFMPEG_jll 4.4.0+0–8.1.2+0 (through Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: CairoMakie 0.15.14, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Glib_jll 2.88.3+0
  • your compat leaves NaNMath 1.1.4
  • Cairo, Glib_jll 2.88.3+0 or absent and NaNMath 1.1.4 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Graphics)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0,
      NaNMath 1.1.4
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll does not help.
    • relaxing your compat on NaNMath does not help.
    • dropping requirement Cairo does not help.

Conflict 5: CairoMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • CairoMakie and ColorTypes 0.12.1 or absent together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Cairo, Colors, Makie,
    TiffImages, libwebp_jll, ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, ColorTypes 0.12.1, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Conflict 6: Cairo and Libffi_jll
  • your compat leaves Cairo 1.1.1
  • Cairo 1.1.1 requires Libffi_jll 3.2.2+0–3.2.2+2, 3.4.7+0 (through Glib_jll
    and Pango_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • dropping requirement Cairo does not help.

Conflict 7: CairoMakie and x264_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • CairoMakie and ColorVectorSpace 0.11.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through AbstractPlotting, Cairo, ColorTypes,
    FFMPEG_jll, FixedPointNumbers, FreeTypeAbstraction, Makie and Colors)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: CairoMakie 0.15.14, ColorVectorSpace 0.11.0, x264_jll
      10164.0.1+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorVectorSpace does not help.
    • dropping requirement x264_jll does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

after

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: CairoMakie and EarCut_jll
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • CairoMakie, FreeTypeAbstraction 0.10.8 or absent and GeometryBasics 0.5.12
    or absent together require EarCut_jll ≤2.2.4+0 (through AbstractPlotting)
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: CairoMakie 0.15.14, EarCut_jll 2.2.4+0, FreeTypeAbstraction
      0.10.8, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: CairoMakie 0.15.14, EarCut_jll 3.2.3+0, FreeTypeAbstraction
      0.10.8

Conflict 2: CairoMakie and FFMPEG_jll
  • your compat leaves CairoMakie 0.15.14
  • CairoMakie 0.15.14 requires FFMPEG_jll 4.4.0+0–8.1.2+0 (through Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: CairoMakie 0.15.14, FFMPEG_jll 8.1.2+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Glib_jll 2.88.3+0
  • your compat leaves NaNMath 1.1.4
  • Cairo, Glib_jll 2.88.3+0 or absent and NaNMath 1.1.4 or absent together
    require GettextRuntime_jll 0.22.4+0 (through Graphics)
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0,
      NaNMath 1.1.4
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll does not help.
    • relaxing your compat on NaNMath does not help.
    • dropping requirement Cairo does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo 1.1.1, GettextRuntime_jll 1.0.0+0, NaNMath 1.1.4

Conflict 5: CairoMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • CairoMakie and ColorTypes 0.12.1 or absent together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Cairo, Colors, Makie,
    TiffImages, libwebp_jll, ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: CairoMakie 0.15.14, ColorTypes 0.12.1, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

Conflict 6: Cairo and Libffi_jll
  • your compat leaves Cairo 1.1.1
  • Cairo 1.1.1 requires Libffi_jll 3.2.2+0–3.2.2+2, 3.4.7+0 (through Glib_jll
    and Pango_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • dropping requirement Cairo does not help.

Conflict 7: CairoMakie and x264_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • CairoMakie and ColorVectorSpace 0.11.0 or absent together require x264_jll
    2021.5.5+0–10164.0.1+0 (through AbstractPlotting, Cairo, ColorTypes,
    FFMPEG_jll, FixedPointNumbers, FreeTypeAbstraction, Makie and Colors)
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: CairoMakie 0.15.14, ColorVectorSpace 0.11.0, x264_jll
      10164.0.1+0
  Blocked fixes:
    • relaxing your compat on CairoMakie does not help.
    • relaxing your compat on ColorVectorSpace does not help.
    • dropping requirement x264_jll does not help.
    • dropping requirement CairoMakie would not help without 7 other changes.

ClimaCore

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 or dropping requirement HDF5_jll would only
      help if you do both and also relaxed your compat on TaylorSeries,
      relaxed your compat on XML2_jll and dropped requirement ClimaCore.

Conflict 2: ClimaCore and KrylovKit
  • your compat leaves ClimaCore 0.16.0
  • ClimaCore 0.16.0 requires KrylovKit 0.6.0–0.8.3
  • your compat leaves KrylovKit 0.10.4
  Fix it by any one of:
    1. relax your compat on KrylovKit
       → allows: ClimaCore 0.16.0, KrylovKit 0.6.1
    2. drop requirement ClimaCore
       → allows: KrylovKit 0.10.4
  Blocked fixes:
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement KrylovKit does not help.

Conflict 3: ClimaCore and TaylorSeries
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and ClimaCore together require TaylorSeries
    0.10.0–0.20.10 (through CubedSphere)
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: Adapt 4.7.0, ClimaCore 0.16.0, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement Adapt does not help.
    • dropping requirement TaylorSeries does not help.

Conflict 4: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement ClimaCore and drop requirement CubedSphere
  → allows: Adapt 4.7.0, KrylovKit 0.10.4, TaylorSeries 0.22.4

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 or dropping requirement HDF5_jll would only
      help if you do both and also relaxed your compat on TaylorSeries,
      relaxed your compat on XML2_jll and dropped requirement ClimaCore.

Conflict 2: ClimaCore and KrylovKit
  • your compat leaves ClimaCore 0.16.0
  • ClimaCore 0.16.0 requires KrylovKit 0.6.0–0.8.3
  • your compat leaves KrylovKit 0.10.4
  Fix it by any one of:
    1. relax your compat on KrylovKit
       → allows: ClimaCore 0.16.0, KrylovKit 0.6.1
    2. drop requirement ClimaCore
       → allows: KrylovKit 0.10.4
  Blocked fixes:
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement KrylovKit does not help.
  Upstream fix: a release of ClimaCore supporting KrylovKit 0.10.4 would fix
    this; 0.16.0, its latest, supports only 0.6.0–0.8.3.
    → would allow: KrylovKit 0.10.4

Conflict 3: ClimaCore and TaylorSeries
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and ClimaCore together require TaylorSeries
    0.10.0–0.20.10 (through CubedSphere)
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: Adapt 4.7.0, ClimaCore 0.16.0, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ClimaCore does not help.
    • dropping requirement Adapt does not help.
    • dropping requirement TaylorSeries does not help.

Conflict 4: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement ClimaCore and drop requirement CubedSphere
  → allows: Adapt 4.7.0, KrylovKit 0.10.4, TaylorSeries 0.22.4

DataFrames

before

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: PrettyTables
  • your compat leaves PrettyTables 3.4.8
  • PrettyTables 3.4.8 requires StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  Fix it by any one of:
    1. relax your compat on PrettyTables
       → allows: PrettyTables 1.3.1, StringManipulation 0.6.1
    2. relax your compat on StringManipulation
       → allows: PrettyTables 3.4.8, StringManipulation 0.5.0
    3. drop requirement PrettyTables
       → allows: StringManipulation 0.6.1
  Blocked fixes:
    • dropping requirement StringManipulation does not help.

Conflict 2: DataFrames
  • your compat leaves DataFrames 1.8.2
  • DataFrames 1.8.2 requires InlineStrings 1.3.0–1.4.6
  • your compat leaves InlineStrings 2.0.1
  One fix: drop requirement DataFrames
    → allows: InlineStrings 2.0.1
  Blocked fixes:
    • dropping requirement InlineStrings does not help.

Or, to fix without dropping requirement DataFrames:
  relax your compat on DataFrames and relax your compat on PrettyTables
  → allows: DataFrames 1.3.6, InlineStrings 2.0.1, PrettyTables 1.3.1,
    StringManipulation 0.6.1

Or, to fix without dropping requirement DataFrames:
  relax your compat on InlineStrings and relax your compat on
  StringManipulation
  → allows: DataFrames 1.8.2, InlineStrings 1.4.6, PrettyTables 3.4.8,
    StringManipulation 0.5.0

Costlier fixes also exist.

after

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: PrettyTables
  • your compat leaves PrettyTables 3.4.8
  • PrettyTables 3.4.8 requires StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  Fix it by any one of:
    1. relax your compat on PrettyTables
       → allows: PrettyTables 1.3.1, StringManipulation 0.6.1
    2. relax your compat on StringManipulation
       → allows: PrettyTables 3.4.8, StringManipulation 0.5.0
    3. drop requirement PrettyTables
       → allows: StringManipulation 0.6.1
  Blocked fixes:
    • dropping requirement StringManipulation does not help.
  Upstream fix: a release of PrettyTables supporting StringManipulation 0.6.1
    would fix this; 3.4.8, its latest, supports only 0.4.0–0.5.0.
    → would allow: StringManipulation 0.6.1

Conflict 2: DataFrames
  • your compat leaves DataFrames 1.8.2
  • DataFrames 1.8.2 requires InlineStrings 1.3.0–1.4.6
  • your compat leaves InlineStrings 2.0.1
  One fix: drop requirement DataFrames
    → allows: InlineStrings 2.0.1
  Blocked fixes:
    • dropping requirement InlineStrings does not help.

Or, to fix without dropping requirement DataFrames:
  relax your compat on DataFrames and relax your compat on PrettyTables
  → allows: DataFrames 1.3.6, InlineStrings 2.0.1, PrettyTables 1.3.1,
    StringManipulation 0.6.1

Or, to fix without dropping requirement DataFrames:
  relax your compat on InlineStrings and relax your compat on
  StringManipulation
  → allows: DataFrames 1.8.2, InlineStrings 1.4.6, PrettyTables 3.4.8,
    StringManipulation 0.5.0

Costlier fixes also exist.

DiffEqFlux

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: DiffEqFlux and Distributions
  • your compat leaves DiffEqFlux ≥4.10.2
  • DiffEqFlux ≥4.10.2 requires Distributions ≤0.25.126
  • your compat leaves Distributions 0.25.131
  Fix it by any one of:
    1. relax your compat on DiffEqFlux
       → allows: DiffEqFlux 4.8.0, Distributions 0.25.131
    2. relax your compat on Distributions
       → allows: DiffEqFlux 4.11.0, Distributions 0.25.126
    3. drop requirement DiffEqFlux
       → allows: Distributions 0.25.131
  Blocked fixes:
    • dropping requirement Distributions does not help.

Conflict 2: DiffEqFlux and Adapt
  • your compat leaves GPUCompiler ≥2.5.3
  • GPUCompiler ≥2.5.3 or absent constrains Enzyme 0.5.0–0.10.4
  • DiffEqFlux and Enzyme 0.5.0–0.10.4 or absent together require Adapt ≤4.6.1
    (through Flux and SciMLSensitivity)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: relax your compat on GPUCompiler
    → allows: Adapt 4.7.0, DiffEqFlux 4.8.0, Enzyme 0.13.202, GPUCompiler
      1.23.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on Enzyme does not help.
    • dropping requirement GPUCompiler does not help.
    • dropping requirement Enzyme would not help unless you also relaxed your
      compat on OrdinaryDiffEqCore, relaxed your compat on StringManipulation,
      dropped requirement DiffEqFlux and dropped requirement SciMLSensitivity.

Conflict 3: BracketingNonlinearSolve and DiffEqFlux
  • your compat leaves SciMLOperators 1.30.0
  • your compat leaves TimerOutputs 1.2.1
  • BracketingNonlinearSolve, DiffEqFlux, SciMLOperators 1.30.0 or absent and
    TimerOutputs 1.2.1 or absent together require OrdinaryDiffEqCore ≤4.17.0
    (through Adapt, Flux, NonlinearSolveBase, SciMLBase, SciMLLogging,
    SciMLSensitivity and FunctionProperties)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
      OrdinaryDiffEqCore 4.17.0, SciMLOperators 1.30.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on SciMLOperators does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement OrdinaryDiffEqCore would not help unless you also
      relaxed your compat on GPUCompiler, relaxed your compat on
      StringManipulation, dropped requirement DiffEqFlux and dropped
      requirement SciMLSensitivity.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: DiffEqFlux and Distributions
  • your compat leaves DiffEqFlux ≥4.10.2
  • DiffEqFlux ≥4.10.2 requires Distributions ≤0.25.126
  • your compat leaves Distributions 0.25.131
  Fix it by any one of:
    1. relax your compat on DiffEqFlux
       → allows: DiffEqFlux 4.8.0, Distributions 0.25.131
    2. relax your compat on Distributions
       → allows: DiffEqFlux 4.11.0, Distributions 0.25.126
    3. drop requirement DiffEqFlux
       → allows: Distributions 0.25.131
  Blocked fixes:
    • dropping requirement Distributions does not help.
  Upstream fix: a release of DiffEqFlux supporting Distributions 0.25.131
    would fix this; 4.11.0, its latest, supports only 0.25.88–0.25.126.
    → would allow: Distributions 0.25.131

Conflict 2: DiffEqFlux and Adapt
  • your compat leaves GPUCompiler ≥2.5.3
  • GPUCompiler ≥2.5.3 or absent constrains Enzyme 0.5.0–0.10.4
  • DiffEqFlux and Enzyme 0.5.0–0.10.4 or absent together require Adapt ≤4.6.1
    (through Flux and SciMLSensitivity)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: relax your compat on GPUCompiler
    → allows: Adapt 4.7.0, DiffEqFlux 4.8.0, Enzyme 0.13.202, GPUCompiler
      1.23.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on Enzyme does not help.
    • dropping requirement GPUCompiler does not help.
    • dropping requirement Enzyme would not help unless you also relaxed your
      compat on OrdinaryDiffEqCore, relaxed your compat on StringManipulation,
      dropped requirement DiffEqFlux and dropped requirement SciMLSensitivity.
  Upstream fix: a release of Enzyme supporting GPUCompiler 2.6.0 would fix
    this; 0.13.202, its latest, supports only 1.6.2–1.23.0.
    → would allow: Adapt 4.7.0, DiffEqFlux 4.8.0, GPUCompiler 2.6.0

Conflict 3: BracketingNonlinearSolve and DiffEqFlux
  • your compat leaves SciMLOperators 1.30.0
  • your compat leaves TimerOutputs 1.2.1
  • BracketingNonlinearSolve, DiffEqFlux, SciMLOperators 1.30.0 or absent and
    TimerOutputs 1.2.1 or absent together require OrdinaryDiffEqCore ≤4.17.0
    (through Adapt, Flux, NonlinearSolveBase, SciMLBase, SciMLLogging,
    SciMLSensitivity and FunctionProperties)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
      OrdinaryDiffEqCore 4.17.0, SciMLOperators 1.30.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on SciMLOperators does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement OrdinaryDiffEqCore would not help unless you also
      relaxed your compat on GPUCompiler, relaxed your compat on
      StringManipulation, dropped requirement DiffEqFlux and dropped
      requirement SciMLSensitivity.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

DynamicalSystems

before

Unsatisfiable — 11 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: Attractors and Gamma
  • your compat leaves DelayEmbeddings 2.9.0
  • your compat leaves HypergeometricFunctions 0.3.30
  • Attractors, DelayEmbeddings 2.9.0 or absent and HypergeometricFunctions
    0.3.30 or absent together require Gamma 1.1.0 (through ComplexityMeasures,
    Distributions, StateSpaceSets and StatsFuns)
  • your compat leaves Gamma 1.2.0
  One fix: relax your compat on Gamma
    → allows: Attractors 2.0.3, DelayEmbeddings 2.9.0, Gamma 1.1.0,
      HypergeometricFunctions 0.3.30
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DelayEmbeddings does not help.
    • relaxing your compat on HypergeometricFunctions does not help.
    • dropping requirement DelayEmbeddings does not help.
    • dropping requirement Gamma would not help without 11 other changes.

Conflict 3: Attractors and LogExpFunctions
  • your compat leaves StatsFuns 2.2.1
  • Attractors and StatsFuns 2.2.1 or absent together require LogExpFunctions
    0.3.26–0.3.29 (through ComplexityMeasures, Distributions,
    DynamicalSystemsBase, ForwardDiff, SpecialFunctions and StateSpaceSets)
  • your compat leaves LogExpFunctions 1.0.1
  One fix: relax your compat on LogExpFunctions
    → allows: Attractors 2.0.3, LogExpFunctions 0.3.29, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 4: Attractors and StatsFuns
  • your compat leaves Attractors 2.0.3
  • Attractors 2.0.3 requires StatsFuns ≤1.5.3 (through ComplexityMeasures,
    Distributions and StateSpaceSets)
  • your compat leaves StatsFuns 2.2.1
  One fix: relax your compat on StatsFuns
    → allows: Attractors 2.0.3, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 5: LPVSpectral and OSQP_jll
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves OSQP 0.8.1
  • LPVSpectral 0.3.4 and OSQP 0.8.1 or absent together require OSQP_jll
    0.6.2+0–0.600.200+0 (through ProximalOperators)
  • your compat leaves OSQP_jll 100.0.0+0
  The only minimal fix: relax your compat on OSQP_jll
    → allows: LPVSpectral 0.3.4, OSQP 0.8.1, OSQP_jll 0.600.200+0
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on OSQP does not help.
    • dropping requirement OSQP_jll does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement OSQP would not help without 12 other changes.

Conflict 6: Attractors and OrdinaryDiffEqCore
  • your compat leaves DiffEqBase ≥7.20.0
  • Attractors and DiffEqBase ≥7.20.0 or absent together require
    OrdinaryDiffEqCore ≤2.3.0, 4.2.1–4.17.0 (through DynamicalSystemsBase,
    ForwardDiff, OrdinaryDiffEq, OrdinaryDiffEqTsit5, OrdinaryDiffEqVerner,
    SciMLLogging and SimpleDiffEq)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: Attractors 2.0.3, DiffEqBase 7.20.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 7: LPVSpectral and ProximalCore
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves ProximalOperators 0.16.1
  • LPVSpectral 0.3.4 and ProximalOperators 0.16.1 or absent together require
    ProximalCore ≤0.1.2
  • your compat leaves ProximalCore 0.2.0
  The only minimal fix: relax your compat on ProximalCore
    → allows: LPVSpectral 0.3.4, ProximalCore 0.1.2, ProximalOperators 0.16.1
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on ProximalOperators does not help.
    • dropping requirement ProximalCore does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement ProximalOperators would not help without 12 other
      changes.

Conflict 8: Attractors and StringManipulation
  • your compat leaves DocStringExtensions 0.9.5
  • your compat leaves FillArrays 1.17.0
  • your compat leaves OrdinaryDiffEqTsit5 2.1.4
  • your compat leaves SimpleNonlinearSolve ≥2.14.1
  • your compat leaves TimerOutputs 1.2.1
  • Attractors, DocStringExtensions 0.9.5 or absent, FillArrays 1.17.0 or
    absent, OrdinaryDiffEqTsit5 2.1.4 or absent, SimpleNonlinearSolve ≥2.14.1
    or absent and TimerOutputs 1.2.1 or absent together require
    StringManipulation 0.4.0–0.5.0 (through DiffEqBase, DynamicalSystemsBase,
    NonlinearSolveBase, OrdinaryDiffEq, OrdinaryDiffEqNonlinearSolve,
    PrettyTables, RecursiveArrayTools, SciMLBase, ArrayInterface,
    BracketingNonlinearSolve, OrdinaryDiffEqBDF, Polyester and
    StrideArraysCore)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Attractors 2.0.3, DocStringExtensions 0.9.5, FillArrays 1.17.0,
      OrdinaryDiffEqTsit5 2.1.4, SimpleNonlinearSolve 2.14.2,
      StringManipulation 0.5.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DocStringExtensions does not help.
    • relaxing your compat on FillArrays does not help.
    • relaxing your compat on OrdinaryDiffEqTsit5 does not help.
    • relaxing your compat on SimpleNonlinearSolve does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement StringManipulation does not help.

Conflict 9: ChaosTools
  • your compat leaves ChaosTools 3.5.4
  • ChaosTools 3.5.4 requires IntervalRootFinding 0.6.0–0.6.3
  • your compat leaves IntervalRootFinding 0.7.2
  The only minimal fix: drop requirement ChaosTools
    → allows: IntervalRootFinding 0.7.2
  Blocked fixes:
    • relaxing your compat on ChaosTools does not help.
    • dropping requirement IntervalRootFinding does not help.
    • relaxing your compat on IntervalRootFinding would not help without 11
      other changes.

Conflict 10: DynamicalSystems
  • your compat leaves DynamicalSystems 3.7.0
  • DynamicalSystems 3.7.0 requires HypothesisTests ≤0.12.0 (through
    FractalDimensions)
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement DynamicalSystems
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on DynamicalSystems does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Conflict 11: FractalDimensions
  • your compat leaves FractalDimensions 1.9.6
  • FractalDimensions 1.9.6 requires HypothesisTests 0.11.0–0.11.6
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement FractalDimensions
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on FractalDimensions does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Or, to fix without relaxing your compat on Gamma, relaxing your compat on
LogExpFunctions or relaxing your compat on StatsFuns:
  drop requirement Attractors and drop requirement ComplexityMeasures, and one
  of:
    1. relax your compat on RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1
    2. drop requirement RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1

after

Unsatisfiable — 11 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: Attractors and Gamma
  • your compat leaves DelayEmbeddings 2.9.0
  • your compat leaves HypergeometricFunctions 0.3.30
  • Attractors, DelayEmbeddings 2.9.0 or absent and HypergeometricFunctions
    0.3.30 or absent together require Gamma 1.1.0 (through ComplexityMeasures,
    Distributions, StateSpaceSets and StatsFuns)
  • your compat leaves Gamma 1.2.0
  One fix: relax your compat on Gamma
    → allows: Attractors 2.0.3, DelayEmbeddings 2.9.0, Gamma 1.1.0,
      HypergeometricFunctions 0.3.30
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DelayEmbeddings does not help.
    • relaxing your compat on HypergeometricFunctions does not help.
    • dropping requirement DelayEmbeddings does not help.
    • dropping requirement Gamma would not help without 11 other changes.

Conflict 3: Attractors and LogExpFunctions
  • your compat leaves StatsFuns 2.2.1
  • Attractors and StatsFuns 2.2.1 or absent together require LogExpFunctions
    0.3.26–0.3.29 (through ComplexityMeasures, Distributions,
    DynamicalSystemsBase, ForwardDiff, SpecialFunctions and StateSpaceSets)
  • your compat leaves LogExpFunctions 1.0.1
  One fix: relax your compat on LogExpFunctions
    → allows: Attractors 2.0.3, LogExpFunctions 0.3.29, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 4: Attractors and StatsFuns
  • your compat leaves Attractors 2.0.3
  • Attractors 2.0.3 requires StatsFuns ≤1.5.3 (through ComplexityMeasures,
    Distributions and StateSpaceSets)
  • your compat leaves StatsFuns 2.2.1
  One fix: relax your compat on StatsFuns
    → allows: Attractors 2.0.3, StatsFuns 1.5.3
  Blocked fixes:
    • relaxing your compat on Attractors does not help.

Conflict 5: LPVSpectral and OSQP_jll
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves OSQP 0.8.1
  • LPVSpectral 0.3.4 and OSQP 0.8.1 or absent together require OSQP_jll
    0.6.2+0–0.600.200+0 (through ProximalOperators)
  • your compat leaves OSQP_jll 100.0.0+0
  The only minimal fix: relax your compat on OSQP_jll
    → allows: LPVSpectral 0.3.4, OSQP 0.8.1, OSQP_jll 0.600.200+0
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on OSQP does not help.
    • dropping requirement OSQP_jll does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement OSQP would not help without 12 other changes.
  Upstream fix: a release of OSQP supporting OSQP_jll 100.0.0+0 would fix
    this; 0.8.1, its latest, supports only 0.6.2+0–0.600.200+0.
    → would allow: LPVSpectral 0.3.4, OSQP_jll 100.0.0+0

Conflict 6: Attractors and OrdinaryDiffEqCore
  • your compat leaves DiffEqBase ≥7.20.0
  • Attractors and DiffEqBase ≥7.20.0 or absent together require
    OrdinaryDiffEqCore ≤2.3.0, 4.2.1–4.17.0 (through DynamicalSystemsBase,
    ForwardDiff, OrdinaryDiffEq, OrdinaryDiffEqTsit5, OrdinaryDiffEqVerner,
    SciMLLogging and SimpleDiffEq)
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: Attractors 2.0.3, DiffEqBase 7.20.1, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DiffEqBase does not help.

Conflict 7: LPVSpectral and ProximalCore
  • your compat leaves LPVSpectral 0.3.4
  • your compat leaves ProximalOperators 0.16.1
  • LPVSpectral 0.3.4 and ProximalOperators 0.16.1 or absent together require
    ProximalCore ≤0.1.2
  • your compat leaves ProximalCore 0.2.0
  The only minimal fix: relax your compat on ProximalCore
    → allows: LPVSpectral 0.3.4, ProximalCore 0.1.2, ProximalOperators 0.16.1
  Blocked fixes:
    • relaxing your compat on LPVSpectral does not help.
    • relaxing your compat on ProximalOperators does not help.
    • dropping requirement ProximalCore does not help.
    • dropping requirement LPVSpectral would not help without 12 other
      changes.
    • dropping requirement ProximalOperators would not help without 12 other
      changes.
  Upstream fix: a release of ProximalOperators supporting ProximalCore 0.2.0
    would fix this; 0.16.1, its latest, supports only ≤0.1.2.
    → would allow: LPVSpectral 0.3.4, ProximalCore 0.2.0

Conflict 8: Attractors and StringManipulation
  • your compat leaves DocStringExtensions 0.9.5
  • your compat leaves FillArrays 1.17.0
  • your compat leaves OrdinaryDiffEqTsit5 2.1.4
  • your compat leaves SimpleNonlinearSolve ≥2.14.1
  • your compat leaves TimerOutputs 1.2.1
  • Attractors, DocStringExtensions 0.9.5 or absent, FillArrays 1.17.0 or
    absent, OrdinaryDiffEqTsit5 2.1.4 or absent, SimpleNonlinearSolve ≥2.14.1
    or absent and TimerOutputs 1.2.1 or absent together require
    StringManipulation 0.4.0–0.5.0 (through DiffEqBase, DynamicalSystemsBase,
    NonlinearSolveBase, OrdinaryDiffEq, OrdinaryDiffEqNonlinearSolve,
    PrettyTables, RecursiveArrayTools, SciMLBase, ArrayInterface,
    BracketingNonlinearSolve, OrdinaryDiffEqBDF, Polyester and
    StrideArraysCore)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: Attractors 2.0.3, DocStringExtensions 0.9.5, FillArrays 1.17.0,
      OrdinaryDiffEqTsit5 2.1.4, SimpleNonlinearSolve 2.14.2,
      StringManipulation 0.5.0, TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on Attractors does not help.
    • relaxing your compat on DocStringExtensions does not help.
    • relaxing your compat on FillArrays does not help.
    • relaxing your compat on OrdinaryDiffEqTsit5 does not help.
    • relaxing your compat on SimpleNonlinearSolve does not help.
    • relaxing your compat on TimerOutputs does not help.
    • dropping requirement StringManipulation does not help.

Conflict 9: ChaosTools
  • your compat leaves ChaosTools 3.5.4
  • ChaosTools 3.5.4 requires IntervalRootFinding 0.6.0–0.6.3
  • your compat leaves IntervalRootFinding 0.7.2
  The only minimal fix: drop requirement ChaosTools
    → allows: IntervalRootFinding 0.7.2
  Blocked fixes:
    • relaxing your compat on ChaosTools does not help.
    • dropping requirement IntervalRootFinding does not help.
    • relaxing your compat on IntervalRootFinding would not help without 11
      other changes.

Conflict 10: DynamicalSystems
  • your compat leaves DynamicalSystems 3.7.0
  • DynamicalSystems 3.7.0 requires HypothesisTests ≤0.12.0 (through
    FractalDimensions)
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement DynamicalSystems
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on DynamicalSystems does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Conflict 11: FractalDimensions
  • your compat leaves FractalDimensions 1.9.6
  • FractalDimensions 1.9.6 requires HypothesisTests 0.11.0–0.11.6
  • your compat leaves HypothesisTests 0.12.1
  The only minimal fix: drop requirement FractalDimensions
    → allows: HypothesisTests 0.12.1
  Blocked fixes:
    • relaxing your compat on FractalDimensions does not help.
    • relaxing your compat on HypothesisTests does not help.
    • dropping requirement HypothesisTests does not help.

Or, to fix without relaxing your compat on Gamma, relaxing your compat on
LogExpFunctions or relaxing your compat on StatsFuns:
  drop requirement Attractors and drop requirement ComplexityMeasures, and one
  of:
    1. relax your compat on RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1
    2. drop requirement RecurrenceMicrostatesAnalysis
       → allows: DelayEmbeddings 2.9.0, Gamma 1.2.0, HypergeometricFunctions
         0.3.30, LogExpFunctions 1.0.1, StatsFuns 2.2.1

GLMakie

before

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.

Conflict 2: GLMakie and FFMPEG_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • ColorVectorSpace 0.11.0 or absent and GLMakie together require FFMPEG_jll
    4.4.0+0–8.1.2+0 (through AbstractPlotting, ColorTypes, FreeTypeAbstraction
    and Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: ColorVectorSpace 0.11.0, FFMPEG_jll 8.1.2+0, GLMakie 0.13.14
  Blocked fixes:
    • relaxing your compat on ColorVectorSpace does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement FFMPEG_jll or dropping requirement GLMakie would
      only help if you do both and 6 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.

Conflict 5: GLMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and GLMakie together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Makie, TiffImages, libwebp_jll,
    ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: ColorTypes 0.12.1, GLMakie 0.13.14, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement GLMakie would not help without 7 other changes.

Conflict 6: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

after

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8

Conflict 2: GLMakie and FFMPEG_jll
  • your compat leaves ColorVectorSpace 0.11.0
  • ColorVectorSpace 0.11.0 or absent and GLMakie together require FFMPEG_jll
    4.4.0+0–8.1.2+0 (through AbstractPlotting, ColorTypes, FreeTypeAbstraction
    and Makie)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: ColorVectorSpace 0.11.0, FFMPEG_jll 8.1.2+0, GLMakie 0.13.14
  Blocked fixes:
    • relaxing your compat on ColorVectorSpace does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement FFMPEG_jll or dropping requirement GLMakie would
      only help if you do both and 6 other changes.

Conflict 3: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 4: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0

Conflict 5: GLMakie and Giflib_jll
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and GLMakie together require Giflib_jll
    5.2.1+0–5.2.3+0 (through AbstractPlotting, Makie, TiffImages, libwebp_jll,
    ImageIO and WebP)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: ColorTypes 0.12.1, GLMakie 0.13.14, Giflib_jll 5.2.3+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on GLMakie does not help.
    • dropping requirement GLMakie would not help without 7 other changes.

Conflict 6: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.
    • dropping requirement FFMPEG_jll would not help without 7 other changes.

Gadfly

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement ColorTypes would not help without 5 other changes.
    • dropping requirement FixedPointNumbers would not help without 5 other
      changes.

Conflict 2: Compose
  • Compose requires JSON ≤0.21.4
  • your compat leaves JSON 1.8.0
  Fix it by any one of:
    1. relax your compat on JSON
       → allows: Compose 0.9.7, JSON 0.20.1
    2. drop requirement Compose
       → allows: JSON 1.8.0
  Blocked fixes:
    • relaxing your compat on Compose does not help.
    • dropping requirement JSON does not help.

Conflict 3: CoupledFields
  • your compat leaves CoupledFields 0.3.0
  • CoupledFields 0.3.0 requires LazyGrids 0.4.0–0.5.0
  • your compat leaves LazyGrids 1.1.0
  Fix it by any one of:
    1. relax your compat on LazyGrids
       → allows: CoupledFields 0.3.0, LazyGrids 0.5.0
    2. drop requirement CoupledFields
       → allows: LazyGrids 1.1.0
  Blocked fixes:
    • relaxing your compat on CoupledFields does not help.
    • dropping requirement LazyGrids does not help.

Conflict 4: Gadfly
  • Gadfly requires CategoricalArrays ≤0.10.9 (through Compat and DataFrames)
  • your compat leaves CategoricalArrays 1.1.1
  The only minimal fix: drop requirement Gadfly
    → allows: CategoricalArrays 1.1.1
  Blocked fixes:
    • relaxing your compat on Gadfly does not help.
    • dropping requirement CategoricalArrays does not help.
    • relaxing your compat on CategoricalArrays would not help unless you also
      relaxed your compat on DataStructures, relaxed your compat on
      FixedPointNumbers, relaxed your compat on JSON and relaxed your compat
      on LazyGrids.

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement ColorTypes would not help without 5 other changes.
    • dropping requirement FixedPointNumbers would not help without 5 other
      changes.

Conflict 2: Compose
  • Compose requires JSON ≤0.21.4
  • your compat leaves JSON 1.8.0
  Fix it by any one of:
    1. relax your compat on JSON
       → allows: Compose 0.9.7, JSON 0.20.1
    2. drop requirement Compose
       → allows: JSON 1.8.0
  Blocked fixes:
    • relaxing your compat on Compose does not help.
    • dropping requirement JSON does not help.
  Upstream fix: a release of Compose supporting JSON 1.8.0 would fix this;
    0.9.7, its latest, supports only ≤0.21.4.
    → would allow: JSON 1.8.0

Conflict 3: CoupledFields
  • your compat leaves CoupledFields 0.3.0
  • CoupledFields 0.3.0 requires LazyGrids 0.4.0–0.5.0
  • your compat leaves LazyGrids 1.1.0
  Fix it by any one of:
    1. relax your compat on LazyGrids
       → allows: CoupledFields 0.3.0, LazyGrids 0.5.0
    2. drop requirement CoupledFields
       → allows: LazyGrids 1.1.0
  Blocked fixes:
    • relaxing your compat on CoupledFields does not help.
    • dropping requirement LazyGrids does not help.
  Upstream fix: a release of CoupledFields supporting LazyGrids 1.1.0 would
    fix this; 0.3.0, its latest, supports only 0.4.0–0.5.0.
    → would allow: LazyGrids 1.1.0

Conflict 4: Gadfly
  • Gadfly requires CategoricalArrays ≤0.10.9 (through Compat and DataFrames)
  • your compat leaves CategoricalArrays 1.1.1
  The only minimal fix: drop requirement Gadfly
    → allows: CategoricalArrays 1.1.1
  Blocked fixes:
    • relaxing your compat on Gadfly does not help.
    • dropping requirement CategoricalArrays does not help.
    • relaxing your compat on CategoricalArrays would not help unless you also
      relaxed your compat on DataStructures, relaxed your compat on
      FixedPointNumbers, relaxed your compat on JSON and relaxed your compat
      on LazyGrids.

GeoStats

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: CoordGridTransforms and DataDeps
  • CoordGridTransforms requires DataDeps 0.7.0–0.7.14
  • your compat leaves DataDeps 1.0.0
  One fix: relax your compat on DataDeps
    → allows: CoordGridTransforms 0.1.11, DataDeps 0.7.14
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement DataDeps does not help.

Conflict 2: CoordGridTransforms and HTTP
  • CoordGridTransforms requires HTTP ≤1.11.0 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: CoordGridTransforms 0.1.11, HTTP 1.11.0
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement HTTP does not help.

Conflict 3: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 4: GeoStats
  • your compat leaves CategoricalArrays 1.1.1
  • CategoricalArrays 1.1.1 or absent and GeoStats together require
    StringManipulation 0.3.0–0.5.0 (through DataFrames, GaussianSimulation,
    GeoClustering, GeoStatsBase, GeoStatsDevTools, GeoStatsTransforms,
    GeoStatsValidation, GeoTables, Meshes, PrettyTables, RecipesBase and
    StaticArrays)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CategoricalArrays 1.1.1, GeoStats 0.90.0, StringManipulation
      0.5.0
  Blocked fixes:
    • relaxing your compat on CategoricalArrays does not help.
    • relaxing your compat on GeoStats does not help.

Or, to fix without relaxing your compat on DataDeps or relaxing your compat on
HTTP:
  drop requirement CoordGridTransforms and drop requirement GeoStats
  → allows: DataDeps 1.0.0, HTTP 2.6.7

Costlier fixes also exist.

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: CoordGridTransforms and DataDeps
  • CoordGridTransforms requires DataDeps 0.7.0–0.7.14
  • your compat leaves DataDeps 1.0.0
  One fix: relax your compat on DataDeps
    → allows: CoordGridTransforms 0.1.11, DataDeps 0.7.14
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement DataDeps does not help.
  Upstream fix: a release of CoordGridTransforms supporting DataDeps 1.0.0
    would fix this; 0.1.11, its latest, supports only 0.7.0–0.7.14.
    → would allow: DataDeps 1.0.0

Conflict 2: CoordGridTransforms and HTTP
  • CoordGridTransforms requires HTTP ≤1.11.0 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: CoordGridTransforms 0.1.11, HTTP 1.11.0
  Blocked fixes:
    • relaxing your compat on CoordGridTransforms does not help.
    • dropping requirement HTTP does not help.

Conflict 3: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 4: GeoStats
  • your compat leaves CategoricalArrays 1.1.1
  • CategoricalArrays 1.1.1 or absent and GeoStats together require
    StringManipulation 0.3.0–0.5.0 (through DataFrames, GaussianSimulation,
    GeoClustering, GeoStatsBase, GeoStatsDevTools, GeoStatsTransforms,
    GeoStatsValidation, GeoTables, Meshes, PrettyTables, RecipesBase and
    StaticArrays)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: CategoricalArrays 1.1.1, GeoStats 0.90.0, StringManipulation
      0.5.0
  Blocked fixes:
    • relaxing your compat on CategoricalArrays does not help.
    • relaxing your compat on GeoStats does not help.

Or, to fix without relaxing your compat on DataDeps or relaxing your compat on
HTTP:
  drop requirement CoordGridTransforms and drop requirement GeoStats
  → allows: DataDeps 1.0.0, HTTP 2.6.7

Costlier fixes also exist.

GeometricFlux

before

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: GeometricFlux and HDF5_jll
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and GeometricFlux together require HDF5_jll ≤2.1.2+0
    (through Flux, HDF5 and MLDatasets)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Adapt 4.7.0, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on GeometricFlux does not help.
    • dropping requirement HDF5_jll would not help without 11 other changes.

Conflict 3: CSV and InlineStrings
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires InlineStrings ≤1.4.6
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: CSV 0.10.17, InlineStrings 1.4.6
  Blocked fixes:
    • dropping requirement InlineStrings does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • dropping requirement CSV would not help without 11 other changes.

Conflict 4: CSV and Parsers
  • your compat leaves WeakRefStrings 1.4.3
  • CSV and WeakRefStrings 1.4.3 or absent together require Parsers
    1.0.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, WeakRefStrings 1.4.3
  Blocked fixes:
    • dropping requirement Parsers does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • relaxing your compat on WeakRefStrings would not help without 11 other
      changes.
    • dropping requirement CSV would not help without 11 other changes.
    • dropping requirement WeakRefStrings would not help without 11 other
      changes.

Conflict 5: Pickle
  • your compat leaves Pickle 0.3.7
  • Pickle 0.3.7 requires StridedViews 0.2.0–0.4.6
  • your compat leaves StridedViews 0.5.2
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: StridedViews 0.5.2
  Blocked fixes:
    • relaxing your compat on Pickle does not help.
    • dropping requirement StridedViews does not help.

Conflict 6: DataFrames
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves SortingAlgorithms 1.2.3
  • DataFrames, PrettyTables 3.4.8 or absent and SortingAlgorithms 1.2.3 or
    absent together require StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: DataFrames 1.8.2, PrettyTables 3.4.8, SortingAlgorithms 1.2.3,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on DataFrames or relaxing your compat on
      PrettyTables would only help if you do both and 9 other changes.
    • dropping requirement PrettyTables would not help without 10 other
      changes.
    • dropping requirement DataFrames would not help without 10 other changes.

Conflict 7: Hwloc_jll
  • your compat leaves Hwloc_jll 2.14.0+0
  • Hwloc_jll 2.14.0+0 requires XML2_jll 2.13.6+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Hwloc_jll 2.14.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Hwloc_jll does not help.

Conflict 8: GeometricFlux and DataStructures
  • GeometricFlux requires DataStructures ≤0.18.22 (through LightGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeometricFlux
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeometricFlux does not help.

Conflict 9: GraphSignals
  • your compat leaves Functors 0.5.3
  • Functors 0.5.3 or absent and GraphSignals together require ArnoldiMethod
    ≤0.1.0 (through LightGraphs)
  • your compat leaves ArnoldiMethod 0.4.0
  The only minimal fix: drop requirement GraphSignals
    → allows: ArnoldiMethod 0.4.0, Functors 0.5.3
  Blocked fixes:
    • relaxing your compat on ArnoldiMethod does not help.
    • relaxing your compat on Functors does not help.
    • relaxing your compat on GraphSignals does not help.
    • dropping requirement ArnoldiMethod does not help.

Conflict 10: MLDatasets
  • MLDatasets requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  The only minimal fix: drop requirement MLDatasets
    → allows: DataDeps 1.0.0
  Blocked fixes:
    • relaxing your compat on DataDeps does not help.
    • relaxing your compat on MLDatasets does not help.
    • dropping requirement DataDeps does not help.

after

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: GeometricFlux and HDF5_jll
  • your compat leaves Adapt 4.7.0
  • Adapt 4.7.0 or absent and GeometricFlux together require HDF5_jll ≤2.1.2+0
    (through Flux, HDF5 and MLDatasets)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Adapt 4.7.0, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on GeometricFlux does not help.
    • dropping requirement HDF5_jll would not help without 11 other changes.

Conflict 3: CSV and InlineStrings
  • your compat leaves CSV 0.10.17
  • CSV 0.10.17 requires InlineStrings ≤1.4.6
  • your compat leaves InlineStrings 2.0.1
  The only minimal fix: relax your compat on InlineStrings
    → allows: CSV 0.10.17, InlineStrings 1.4.6
  Blocked fixes:
    • dropping requirement InlineStrings does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • dropping requirement CSV would not help without 11 other changes.

Conflict 4: CSV and Parsers
  • your compat leaves WeakRefStrings 1.4.3
  • CSV and WeakRefStrings 1.4.3 or absent together require Parsers
    1.0.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: CSV 0.10.17, Parsers 2.8.8, WeakRefStrings 1.4.3
  Blocked fixes:
    • dropping requirement Parsers does not help.
    • relaxing your compat on CSV would not help without 11 other changes.
    • relaxing your compat on WeakRefStrings would not help without 11 other
      changes.
    • dropping requirement CSV would not help without 11 other changes.
    • dropping requirement WeakRefStrings would not help without 11 other
      changes.

Conflict 5: Pickle
  • your compat leaves Pickle 0.3.7
  • Pickle 0.3.7 requires StridedViews 0.2.0–0.4.6
  • your compat leaves StridedViews 0.5.2
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: StridedViews 0.5.2
  Blocked fixes:
    • relaxing your compat on Pickle does not help.
    • dropping requirement StridedViews does not help.
  Upstream fix: a release of Pickle supporting StridedViews 0.5.2 would fix
    this; 0.3.7, its latest, supports only 0.2.0–0.4.6.
    → would allow: StridedViews 0.5.2

Conflict 6: DataFrames
  • your compat leaves PrettyTables 3.4.8
  • your compat leaves SortingAlgorithms 1.2.3
  • DataFrames, PrettyTables 3.4.8 or absent and SortingAlgorithms 1.2.3 or
    absent together require StringManipulation 0.4.0–0.5.0
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: DataFrames 1.8.2, PrettyTables 3.4.8, SortingAlgorithms 1.2.3,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on SortingAlgorithms does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on DataFrames or relaxing your compat on
      PrettyTables would only help if you do both and 9 other changes.
    • dropping requirement PrettyTables would not help without 10 other
      changes.
    • dropping requirement DataFrames would not help without 10 other changes.
  Upstream fix: a release of PrettyTables supporting StringManipulation 0.6.1
    would fix this; 3.4.8, its latest, supports only 0.4.0–0.5.0.
    → would allow: DataFrames 1.8.2, SortingAlgorithms 1.2.3,
      StringManipulation 0.6.1

Conflict 7: Hwloc_jll
  • your compat leaves Hwloc_jll 2.14.0+0
  • Hwloc_jll 2.14.0+0 requires XML2_jll 2.13.6+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Hwloc_jll 2.14.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Hwloc_jll does not help.
  Upstream fix: a release of Hwloc_jll supporting XML2_jll 2.15.3+0 would fix
    this; 2.14.0+0, its latest, supports only 2.13.6+0–2.13.9+0.
    → would allow: XML2_jll 2.15.3+0

Conflict 8: GeometricFlux and DataStructures
  • GeometricFlux requires DataStructures ≤0.18.22 (through LightGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeometricFlux
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeometricFlux does not help.

Conflict 9: GraphSignals
  • your compat leaves Functors 0.5.3
  • Functors 0.5.3 or absent and GraphSignals together require ArnoldiMethod
    ≤0.1.0 (through LightGraphs)
  • your compat leaves ArnoldiMethod 0.4.0
  The only minimal fix: drop requirement GraphSignals
    → allows: ArnoldiMethod 0.4.0, Functors 0.5.3
  Blocked fixes:
    • relaxing your compat on ArnoldiMethod does not help.
    • relaxing your compat on Functors does not help.
    • relaxing your compat on GraphSignals does not help.
    • dropping requirement ArnoldiMethod does not help.

Conflict 10: MLDatasets
  • MLDatasets requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  The only minimal fix: drop requirement MLDatasets
    → allows: DataDeps 1.0.0
  Blocked fixes:
    • relaxing your compat on DataDeps does not help.
    • relaxing your compat on MLDatasets does not help.
    • dropping requirement DataDeps does not help.

Gridap

before

Unsatisfiable — 1 conflict:

Conflict 1: Gridap
  • your compat leaves Gridap 0.20.9
  • Gridap 0.20.9 requires NLsolve 4.5.1
  • your compat leaves NLsolve 5.0.1
  The only minimal fix: drop requirement Gridap
    → allows: NLsolve 5.0.1
  Blocked fixes:
    • relaxing your compat on Gridap does not help.
    • dropping requirement NLsolve does not help.
    • relaxing your compat on NLsolve would not help unless you also relaxed
      your compat on LineSearches and relaxed your compat on NLSolversBase.

after

Unsatisfiable — 1 conflict:

Conflict 1: Gridap
  • your compat leaves Gridap 0.20.9
  • Gridap 0.20.9 requires NLsolve 4.5.1
  • your compat leaves NLsolve 5.0.1
  The only minimal fix: drop requirement Gridap
    → allows: NLsolve 5.0.1
  Blocked fixes:
    • relaxing your compat on Gridap does not help.
    • dropping requirement NLsolve does not help.
    • relaxing your compat on NLsolve would not help unless you also relaxed
      your compat on LineSearches and relaxed your compat on NLSolversBase.
  Upstream fix: a release of Gridap supporting NLsolve 5.0.1 would fix this;
    0.20.9, its latest, supports only 4.5.1.
    → would allow: NLsolve 5.0.1

Images

before

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement ImageIO does not help.

Conflict 3: ImageCorners and ImageSegmentation
  • ImageCorners and ImageSegmentation together require MetaGraphs 0.6.6–0.8.1
    (through ImageFiltering)
  • your compat leaves MetaGraphs 0.9.0
  The only minimal fix: relax your compat on MetaGraphs
    → allows: ImageCorners 0.1.3, ImageSegmentation 1.10.0, MetaGraphs 0.8.1
  Blocked fixes:
    • relaxing your compat on ImageCorners does not help.
    • relaxing your compat on ImageSegmentation does not help.
    • dropping requirement ImageCorners does not help.
    • dropping requirement MetaGraphs does not help.
    • dropping requirement ImageSegmentation would not help without 5 other
      changes.

Conflict 4: ImageQualityIndexes and OrderedCollections
  • your compat leaves StatsBase 0.34.13
  • ImageQualityIndexes and StatsBase 0.34.13 or absent together require
    OrderedCollections 1.1.0–1.8.2 (through ColorVectorSpace, DataStructures,
    ImageContrastAdjustment, ImageCore, ImageFiltering and Parameters)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: ImageQualityIndexes 0.3.7, OrderedCollections 1.8.2, StatsBase
      0.34.13
  Blocked fixes:
    • relaxing your compat on ImageQualityIndexes does not help.
    • relaxing your compat on StatsBase does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

Conflict 5: ImageQualityIndexes and Parameters
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and ImageQualityIndexes together require
    Parameters 0.12.0–0.12.3 (through Colors, ImageContrastAdjustment and
    ImageCore)
  • your compat leaves Parameters 0.13.1
  The only minimal fix: relax your compat on Parameters
    → allows: ColorTypes 0.12.1, ImageQualityIndexes 0.3.7, Parameters 0.12.3
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on ImageQualityIndexes does not help.
    • dropping requirement Parameters does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

after

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 2: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement ImageIO does not help.

Conflict 3: ImageCorners and ImageSegmentation
  • ImageCorners and ImageSegmentation together require MetaGraphs 0.6.6–0.8.1
    (through ImageFiltering)
  • your compat leaves MetaGraphs 0.9.0
  The only minimal fix: relax your compat on MetaGraphs
    → allows: ImageCorners 0.1.3, ImageSegmentation 1.10.0, MetaGraphs 0.8.1
  Blocked fixes:
    • relaxing your compat on ImageCorners does not help.
    • relaxing your compat on ImageSegmentation does not help.
    • dropping requirement ImageCorners does not help.
    • dropping requirement MetaGraphs does not help.
    • dropping requirement ImageSegmentation would not help without 5 other
      changes.
  Upstream fix: a release of ImageSegmentation supporting MetaGraphs 0.9.0
    would fix this; 1.10.0, its latest, supports only 0.7.0–0.8.1.
    → would allow: ImageCorners 0.1.3, MetaGraphs 0.9.0

Conflict 4: ImageQualityIndexes and OrderedCollections
  • your compat leaves StatsBase 0.34.13
  • ImageQualityIndexes and StatsBase 0.34.13 or absent together require
    OrderedCollections 1.1.0–1.8.2 (through ColorVectorSpace, DataStructures,
    ImageContrastAdjustment, ImageCore, ImageFiltering and Parameters)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: ImageQualityIndexes 0.3.7, OrderedCollections 1.8.2, StatsBase
      0.34.13
  Blocked fixes:
    • relaxing your compat on ImageQualityIndexes does not help.
    • relaxing your compat on StatsBase does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

Conflict 5: ImageQualityIndexes and Parameters
  • your compat leaves ColorTypes 0.12.1
  • ColorTypes 0.12.1 or absent and ImageQualityIndexes together require
    Parameters 0.12.0–0.12.3 (through Colors, ImageContrastAdjustment and
    ImageCore)
  • your compat leaves Parameters 0.13.1
  The only minimal fix: relax your compat on Parameters
    → allows: ColorTypes 0.12.1, ImageQualityIndexes 0.3.7, Parameters 0.12.3
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on ImageQualityIndexes does not help.
    • dropping requirement Parameters does not help.
    • dropping requirement ImageQualityIndexes would not help without 5 other
      changes.

Knet

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.

Conflict 2: ImageMagick
  • your compat leaves ImageMagick 1.4.2
  • your compat leaves ImageMagick_jll 7.1.2029+0
  • ImageMagick 1.4.2 and ImageMagick_jll 7.1.2029+0 or absent together
    require Giflib_jll 5.2.1+0–5.2.3+0 (through libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageMagick 1.4.2, ImageMagick_jll
      7.1.2029+0
  Blocked fixes:
    • relaxing your compat on ImageMagick does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageMagick does not help.
    • relaxing your compat on ImageMagick_jll would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement AutoGrad,
      dropped requirement Knet and dropped requirement libwebp_jll.
    • dropping requirement ImageMagick_jll would not help without 5 other
      changes.

Conflict 3: AutoGrad
  • your compat leaves AutoGrad 1.2.5
  • AutoGrad 1.2.5 requires TimerOutputs 0.5.0–0.5.29
  • your compat leaves TimerOutputs 1.2.1
  Fix it by any one of:
    1. relax your compat on TimerOutputs
       → allows: AutoGrad 1.2.5, TimerOutputs 0.5.29
    2. drop requirement AutoGrad
       → allows: TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on AutoGrad does not help.
    • dropping requirement TimerOutputs does not help.

Conflict 4: CUDA and Knet
  • CUDA and Knet together require Adapt ≤4.6.1 (through AutoGrad)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement Knet
    → allows: Adapt 4.7.0, CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on CUDA does not help.
    • relaxing your compat on Knet does not help.
    • dropping requirement CUDA does not help.

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.

Conflict 2: ImageMagick
  • your compat leaves ImageMagick 1.4.2
  • your compat leaves ImageMagick_jll 7.1.2029+0
  • ImageMagick 1.4.2 and ImageMagick_jll 7.1.2029+0 or absent together
    require Giflib_jll 5.2.1+0–5.2.3+0 (through libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageMagick 1.4.2, ImageMagick_jll
      7.1.2029+0
  Blocked fixes:
    • relaxing your compat on ImageMagick does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageMagick does not help.
    • relaxing your compat on ImageMagick_jll would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement AutoGrad,
      dropped requirement Knet and dropped requirement libwebp_jll.
    • dropping requirement ImageMagick_jll would not help without 5 other
      changes.

Conflict 3: AutoGrad
  • your compat leaves AutoGrad 1.2.5
  • AutoGrad 1.2.5 requires TimerOutputs 0.5.0–0.5.29
  • your compat leaves TimerOutputs 1.2.1
  Fix it by any one of:
    1. relax your compat on TimerOutputs
       → allows: AutoGrad 1.2.5, TimerOutputs 0.5.29
    2. drop requirement AutoGrad
       → allows: TimerOutputs 1.2.1
  Blocked fixes:
    • relaxing your compat on AutoGrad does not help.
    • dropping requirement TimerOutputs does not help.
  Upstream fix: a release of AutoGrad supporting TimerOutputs 1.2.1 would fix
    this; 1.2.5, its latest, supports only 0.5.0–0.5.29.
    → would allow: TimerOutputs 1.2.1

Conflict 4: CUDA and Knet
  • CUDA and Knet together require Adapt ≤4.6.1 (through AutoGrad)
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement Knet
    → allows: Adapt 4.7.0, CUDA 6.3.1
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on CUDA does not help.
    • relaxing your compat on Knet does not help.
    • dropping requirement CUDA does not help.

LazySets

before

Unsatisfiable — 1 conflict:

Conflict 1: GLPK
  • your compat leaves GLPK 1.2.1
  • GLPK 1.2.1 requires GLPK_jll 5.0.0+0–5.0.1+1
  • your compat leaves GLPK_jll 5.0.2+0
  The only minimal fix: relax your compat on GLPK_jll
    → allows: GLPK 1.2.1, GLPK_jll 5.0.1+1
  Blocked fixes:
    • relaxing your compat on GLPK does not help.
    • dropping requirement GLPK_jll does not help.
    • dropping requirement GLPK would not help unless you also dropped
      requirement LazySets.

after

Unsatisfiable — 1 conflict:

Conflict 1: GLPK
  • your compat leaves GLPK 1.2.1
  • GLPK 1.2.1 requires GLPK_jll 5.0.0+0–5.0.1+1
  • your compat leaves GLPK_jll 5.0.2+0
  The only minimal fix: relax your compat on GLPK_jll
    → allows: GLPK 1.2.1, GLPK_jll 5.0.1+1
  Blocked fixes:
    • relaxing your compat on GLPK does not help.
    • dropping requirement GLPK_jll does not help.
    • dropping requirement GLPK would not help unless you also dropped
      requirement LazySets.
  Upstream fix: a release of GLPK supporting GLPK_jll 5.0.2+0 would fix this;
    1.2.1, its latest, supports only 5.0.0+0–5.0.1+1.
    → would allow: GLPK_jll 5.0.2+0

MLJ

before

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: CategoricalDistributions
  • your compat leaves ScientificTypesBase 3.1.0
  • your compat leaves UnicodePlots 3.8.4
  • CategoricalDistributions, ScientificTypesBase 3.1.0 or absent and
    UnicodePlots 3.8.4 or absent together require FixedPointNumbers
    0.8.2–0.8.6 (through ColorSchemes and ColorTypes)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: CategoricalDistributions 0.2.2, FixedPointNumbers 0.8.6,
      ScientificTypesBase 3.1.0, UnicodePlots 3.8.4
  Blocked fixes:
    • relaxing your compat on CategoricalDistributions does not help.
    • relaxing your compat on ScientificTypesBase does not help.
    • relaxing your compat on UnicodePlots does not help.

Conflict 2: ARFFFiles
  • your compat leaves ARFFFiles 1.6.2
  • ARFFFiles 1.6.2 requires Parsers 2.8.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: ARFFFiles 1.6.2, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on ARFFFiles does not help.
    • dropping requirement ARFFFiles would not help unless you also relaxed
      your compat on FixedPointNumbers, relaxed your compat on
      StringManipulation, dropped requirement MLJ and dropped requirement
      OpenML.

Conflict 3: MLJ
  • MLJ requires MLJBase
  • your compat leaves MLJBase ≥1.14.1
  • MLJBase ≥1.10.1 requires StringManipulation ≤0.6.0 (through PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: MLJ 0.23.3, MLJBase 1.14.2, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on MLJ does not help.
    • relaxing your compat on MLJBase does not help.
    • dropping requirement MLJ would not help unless you also relaxed your
      compat on FixedPointNumbers, relaxed your compat on StringManipulation,
      dropped requirement ARFFFiles and dropped requirement OpenML.

after

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: CategoricalDistributions
  • your compat leaves ScientificTypesBase 3.1.0
  • your compat leaves UnicodePlots 3.8.4
  • CategoricalDistributions, ScientificTypesBase 3.1.0 or absent and
    UnicodePlots 3.8.4 or absent together require FixedPointNumbers
    0.8.2–0.8.6 (through ColorSchemes and ColorTypes)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: CategoricalDistributions 0.2.2, FixedPointNumbers 0.8.6,
      ScientificTypesBase 3.1.0, UnicodePlots 3.8.4
  Blocked fixes:
    • relaxing your compat on CategoricalDistributions does not help.
    • relaxing your compat on ScientificTypesBase does not help.
    • relaxing your compat on UnicodePlots does not help.

Conflict 2: ARFFFiles
  • your compat leaves ARFFFiles 1.6.2
  • ARFFFiles 1.6.2 requires Parsers 2.8.0–2.8.8
  • your compat leaves Parsers 3.0.0
  The only minimal fix: relax your compat on Parsers
    → allows: ARFFFiles 1.6.2, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on ARFFFiles does not help.
    • dropping requirement ARFFFiles would not help unless you also relaxed
      your compat on FixedPointNumbers, relaxed your compat on
      StringManipulation, dropped requirement MLJ and dropped requirement
      OpenML.
  Upstream fix: a release of ARFFFiles supporting Parsers 3.0.0 would fix
    this; 1.6.2, its latest, supports only 2.8.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 3: MLJ
  • MLJ requires MLJBase
  • your compat leaves MLJBase ≥1.14.1
  • MLJBase ≥1.10.1 requires StringManipulation ≤0.6.0 (through PrettyTables)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: MLJ 0.23.3, MLJBase 1.14.2, StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on MLJ does not help.
    • relaxing your compat on MLJBase does not help.
    • dropping requirement MLJ would not help unless you also relaxed your
      compat on FixedPointNumbers, relaxed your compat on StringManipulation,
      dropped requirement ARFFFiles and dropped requirement OpenML.

Makie

before

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.

Conflict 2: Makie
  • your compat leaves FFMPEG_jll 9.0.0+0
  • FFMPEG_jll 9.0.0+0 or absent and Makie together require ColorTypes ≤0.11.5
    (through AbstractPlotting)
  • your compat leaves ColorTypes 0.12.1
  Fix it by any one of:
    1. relax your compat on FFMPEG_jll
       → allows: ColorTypes 0.12.1, FFMPEG_jll 8.1.2+0, Makie 0.24.14
    2. drop requirement Makie
       → allows: ColorTypes 0.12.1, FFMPEG_jll 9.0.0+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on Makie does not help.

Conflict 3: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  One fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.

Conflict 4: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 5: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  Fix it by any one of:
    1. relax your compat on GettextRuntime_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
         2.88.3+0
    2. relax your compat on Glib_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0, Glib_jll
         2.84.0+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement GettextRuntime_jll does not help.
    • dropping requirement Cairo_jll or dropping requirement Glib_jll would
      only help if you do both and 7 other changes.

Conflict 6: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageIO does not help.

Conflict 7: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement Libffi_jll does not help.
    • dropping requirement Cairo_jll would not help without 8 other changes.

Or, to fix without relaxing your compat on x264_jll:
  drop requirement FFMPEG_jll and drop requirement Makie
  → allows: ColorTypes 0.12.1, x264_jll 10165.0.0+0

after

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • your compat leaves GeometryBasics 0.5.12
  • FreeTypeAbstraction 0.10.8 and GeometryBasics 0.5.12 or absent together
    require EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8, GeometryBasics
      0.5.12
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement FreeTypeAbstraction does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8

Conflict 2: Makie
  • your compat leaves FFMPEG_jll 9.0.0+0
  • FFMPEG_jll 9.0.0+0 or absent and Makie together require ColorTypes ≤0.11.5
    (through AbstractPlotting)
  • your compat leaves ColorTypes 0.12.1
  Fix it by any one of:
    1. relax your compat on FFMPEG_jll
       → allows: ColorTypes 0.12.1, FFMPEG_jll 8.1.2+0, Makie 0.24.14
    2. drop requirement Makie
       → allows: ColorTypes 0.12.1, FFMPEG_jll 9.0.0+0
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • relaxing your compat on Makie does not help.
  Upstream fix: a release of Makie supporting FFMPEG_jll 9.0.0+0 would fix
    this; 0.24.14, its latest, supports only ≤8.1.2+0.
    → would allow: ColorTypes 0.12.1, FFMPEG_jll 9.0.0+0

Conflict 3: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  One fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement x264_jll does not help.

Conflict 4: Animations
  • Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Animations 0.4.2, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Animations does not help.
    • dropping requirement Animations does not help.

Conflict 5: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  Fix it by any one of:
    1. relax your compat on GettextRuntime_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
         2.88.3+0
    2. relax your compat on Glib_jll
       → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0, Glib_jll
         2.84.0+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement GettextRuntime_jll does not help.
    • dropping requirement Cairo_jll or dropping requirement Glib_jll would
      only help if you do both and 7 other changes.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0

Conflict 6: ImageIO
  • your compat leaves ImageIO 0.6.10
  • ImageIO 0.6.10 requires Giflib_jll 5.2.1+0–5.2.3+0 (through WebP and
    libwebp_jll)
  • your compat leaves Giflib_jll 6.1.3+0
  The only minimal fix: relax your compat on Giflib_jll
    → allows: Giflib_jll 5.2.3+0, ImageIO 0.6.10
  Blocked fixes:
    • relaxing your compat on ImageIO does not help.
    • dropping requirement Giflib_jll does not help.
    • dropping requirement ImageIO does not help.

Conflict 7: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • dropping requirement Libffi_jll does not help.
    • dropping requirement Cairo_jll would not help without 8 other changes.

Or, to fix without relaxing your compat on x264_jll:
  drop requirement FFMPEG_jll and drop requirement Makie
  → allows: ColorTypes 0.12.1, x264_jll 10165.0.0+0

ModelingToolkit

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 5
      other changes.

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.
  Upstream fix: a release of SymbolicUtils supporting Moshi 0.3.12 would fix
    this; 4.46.4, its latest, supports only 0.3.6–0.3.9.
    → would allow: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 5
      other changes.

NeuralPDE

before

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: Integrals
  • your compat leaves Integrals 5.5.0
  • Integrals 5.5.0 requires QuasiMonteCarlo 0.3.0–0.3.11 (through
    MonteCarloIntegration)
  • your compat leaves QuasiMonteCarlo 0.4.2
  The only minimal fix: relax your compat on QuasiMonteCarlo
    → allows: Integrals 5.5.0, QuasiMonteCarlo 0.3.11
  Blocked fixes:
    • relaxing your compat on Integrals does not help.
    • dropping requirement QuasiMonteCarlo does not help.
    • dropping requirement Integrals would not help without 6 other changes.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 6
      other changes.

after

Unsatisfiable — 5 conflicts, pick a fix for each:

Conflict 1: ModelingToolkit and Combinatorics
  • your compat leaves ModelingToolkit ≥11.41.0
  • ModelingToolkit ≥11.41.0 requires Combinatorics 1.0.2 (through
    SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, ModelingToolkit 11.42.0
  Blocked fixes:
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.

Conflict 2: ModelingToolkit and DiffRules
  • your compat leaves Moshi 0.3.12
  • Moshi 0.3.12 or absent constrains SymbolicUtils ≤4.46.1
  • your compat leaves SymbolicUtils 4.46.4
  • ModelingToolkit and SymbolicUtils absent together require DiffRules
    ≤1.15.1 (through SpecialFunctions)
  • your compat leaves DiffRules 1.16.0
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.9,
         SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12,
         SymbolicUtils 4.46.1
  Blocked fixes:
    • relaxing your compat on DiffRules does not help.
    • relaxing your compat on ModelingToolkit does not help.
    • dropping requirement ModelingToolkit does not help.
  Upstream fix: a release of SymbolicUtils supporting Moshi 0.3.12 would fix
    this; 4.46.4, its latest, supports only 0.3.6–0.3.9.
    → would allow: DiffRules 1.16.0, ModelingToolkit 11.42.0, Moshi 0.3.12

Conflict 3: ImplicitDiscreteSolve
  • ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.17.0
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: ImplicitDiscreteSolve 2.3.0, OrdinaryDiffEqCore 4.17.0
  Blocked fixes:
    • relaxing your compat on ImplicitDiscreteSolve does not help.

Conflict 4: Integrals
  • your compat leaves Integrals 5.5.0
  • Integrals 5.5.0 requires QuasiMonteCarlo 0.3.0–0.3.11 (through
    MonteCarloIntegration)
  • your compat leaves QuasiMonteCarlo 0.4.2
  The only minimal fix: relax your compat on QuasiMonteCarlo
    → allows: Integrals 5.5.0, QuasiMonteCarlo 0.3.11
  Blocked fixes:
    • relaxing your compat on Integrals does not help.
    • dropping requirement QuasiMonteCarlo does not help.
    • dropping requirement Integrals would not help without 6 other changes.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • dropping requirement StringManipulation does not help.
    • relaxing your compat on NonlinearSolveBase would not help without 6
      other changes.

Oceananigans

before

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Oceananigans
  • your compat leaves FFTW 1.10.0
  • FFTW 1.10.0 or absent and Oceananigans together require OrderedCollections
    ≤2.0.0 (through AbstractFFTs)
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: FFTW 1.10.0, Oceananigans 0.112.0, OrderedCollections 1.8.2
    2. drop requirement Oceananigans
       → allows: FFTW 1.10.0, OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on FFTW does not help.
    • relaxing your compat on Oceananigans does not help.
    • dropping requirement FFTW does not help.
    • dropping requirement OrderedCollections does not help.

Conflict 2: CubedSphere
  • CubedSphere requires TaylorSeries 0.10.0–0.20.10
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: CubedSphere 0.3.4, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on CubedSphere does not help.
    • dropping requirement TaylorSeries does not help.

Conflict 3: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement CubedSphere and drop requirement Oceananigans
  → allows: FFTW 1.10.0, OrderedCollections 2.0.1, TaylorSeries 0.22.4

Costlier fixes also exist.

after

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: Oceananigans
  • your compat leaves FFTW 1.10.0
  • FFTW 1.10.0 or absent and Oceananigans together require OrderedCollections
    ≤2.0.0 (through AbstractFFTs)
  • your compat leaves OrderedCollections 2.0.1
  Fix it by any one of:
    1. relax your compat on OrderedCollections
       → allows: FFTW 1.10.0, Oceananigans 0.112.0, OrderedCollections 1.8.2
    2. drop requirement Oceananigans
       → allows: FFTW 1.10.0, OrderedCollections 2.0.1
  Blocked fixes:
    • relaxing your compat on FFTW does not help.
    • relaxing your compat on Oceananigans does not help.
    • dropping requirement FFTW does not help.
    • dropping requirement OrderedCollections does not help.
  Upstream fix: a release of Oceananigans supporting OrderedCollections 2.0.1
    would fix this; 0.112.0, its latest, supports only 1.1.0–1.8.2.
    → would allow: FFTW 1.10.0, OrderedCollections 2.0.1

Conflict 2: CubedSphere
  • CubedSphere requires TaylorSeries 0.10.0–0.20.10
  • your compat leaves TaylorSeries 0.22.4
  One fix: relax your compat on TaylorSeries
    → allows: CubedSphere 0.3.4, TaylorSeries 0.20.10
  Blocked fixes:
    • relaxing your compat on CubedSphere does not help.
    • dropping requirement TaylorSeries does not help.
  Upstream fix: a release of CubedSphere supporting TaylorSeries 0.22.4 would
    fix this; 0.3.4, its latest, supports only 0.10.0–0.20.10.
    → would allow: TaylorSeries 0.22.4

Conflict 3: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on MPIABI_jll does not help.
    • dropping requirement MPIABI_jll does not help.

Or, to fix without relaxing your compat on TaylorSeries:
  drop requirement CubedSphere and drop requirement Oceananigans
  → allows: FFTW 1.10.0, OrderedCollections 2.0.1, TaylorSeries 0.22.4

Costlier fixes also exist.

Plots

before

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: Plots
  • your compat leaves Plots 1.41.7
  • Plots 1.41.7 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on Plots would not help without 6 other changes.
    • dropping requirement Plots would not help without 6 other changes.
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 3: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.

Conflict 4: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 5: JLFzf
  • JLFzf requires fzf_jll 0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0,
    0.29.0+0–0.61.1+0
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: JLFzf 0.1.11, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on JLFzf does not help.
    • dropping requirement fzf_jll does not help.
    • dropping requirement JLFzf would not help without 6 other changes.

Conflict 6: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

after

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: Plots
  • your compat leaves Plots 1.41.7
  • Plots 1.41.7 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Plots 1.41.7
  Blocked fixes:
    • relaxing your compat on Plots would not help without 6 other changes.
    • dropping requirement Plots would not help without 6 other changes.
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.

Conflict 3: Cairo_jll and GettextRuntime_jll
  • Cairo_jll requires Glib_jll
  • your compat leaves Glib_jll 2.88.3+0
  • Glib_jll ≥2.84.3+0 requires GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo_jll 1.18.7+0, GettextRuntime_jll 0.22.4+0, Glib_jll
      2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.
    • relaxing your compat on Glib_jll does not help.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo_jll 1.18.7+0, GettextRuntime_jll 1.0.0+0

Conflict 4: Cairo_jll and Libffi_jll
  • Cairo_jll requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo_jll 1.18.7+0, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo_jll does not help.

Conflict 5: JLFzf
  • JLFzf requires fzf_jll 0.21.1+0, 0.24.1+0–0.24.4+0, 0.27.2+0,
    0.29.0+0–0.61.1+0
  • your compat leaves fzf_jll 0.74.2+0
  The only minimal fix: relax your compat on fzf_jll
    → allows: JLFzf 0.1.11, fzf_jll 0.61.1+0
  Blocked fixes:
    • relaxing your compat on JLFzf does not help.
    • dropping requirement fzf_jll does not help.
    • dropping requirement JLFzf would not help without 6 other changes.
  Upstream fix: a release of JLFzf supporting fzf_jll 0.74.2+0 would fix this;
    0.1.11, its latest, supports only 0.29.0+0–0.61.1+0.
    → would allow: fzf_jll 0.74.2+0

Conflict 6: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 8 other changes.

Pluto

before

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Pluto
  • Pluto requires HTTP ≤0.9.17, 1.0.2–1.11.0
  • your compat leaves HTTP 2.6.7
  Fix it by any one of:
    1. relax your compat on HTTP
       → allows: HTTP 1.11.0, Pluto 1.0.3
    2. drop requirement Pluto
       → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on Pluto would not help unless you also relaxed
      your compat on HTTP and dropped requirement Configurations.

Conflict 2: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  One fix: relax your compat on OrderedCollections
    → allows: Configurations 0.17.6, OrderedCollections 1.8.2
  Blocked fixes:
    • relaxing your compat on Configurations does not help.
    • dropping requirement OrderedCollections does not help.

Or, to fix without relaxing your compat on OrderedCollections:
  drop requirement Configurations and drop requirement Pluto
  → allows: HTTP 2.6.7, OrderedCollections 2.0.1

after

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Pluto
  • Pluto requires HTTP ≤0.9.17, 1.0.2–1.11.0
  • your compat leaves HTTP 2.6.7
  Fix it by any one of:
    1. relax your compat on HTTP
       → allows: HTTP 1.11.0, Pluto 1.0.3
    2. drop requirement Pluto
       → allows: HTTP 2.6.7
  Blocked fixes:
    • dropping requirement HTTP does not help.
    • relaxing your compat on Pluto would not help unless you also relaxed
      your compat on HTTP and dropped requirement Configurations.
  Upstream fix: a release of Pluto supporting HTTP 2.6.7 would fix this;
    1.0.3, its latest, supports only 1.10.17–1.11.0.
    → would allow: HTTP 2.6.7

Conflict 2: Configurations
  • Configurations requires OrderedCollections 1.3.0–1.8.2
  • your compat leaves OrderedCollections 2.0.1
  One fix: relax your compat on OrderedCollections
    → allows: Configurations 0.17.6, OrderedCollections 1.8.2
  Blocked fixes:
    • relaxing your compat on Configurations does not help.
    • dropping requirement OrderedCollections does not help.
  Upstream fix: a release of Configurations supporting OrderedCollections
    2.0.1 would fix this; 0.17.6, its latest, supports only 1.3.0–1.8.2.
    → would allow: OrderedCollections 2.0.1

Or, to fix without relaxing your compat on OrderedCollections:
  drop requirement Configurations and drop requirement Pluto
  → allows: HTTP 2.6.7, OrderedCollections 2.0.1

QuantumOptics

before

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: Arpack
  • your compat leaves Arpack 0.5.4
  • Arpack 0.5.4 requires Arpack_jll ≤3.5.2+0
  • your compat leaves Arpack_jll 3.9.2+0
  Fix it by any one of:
    1. relax your compat on Arpack
       → allows: Arpack 0.5.0, Arpack_jll 3.9.2+0
    2. relax your compat on Arpack_jll
       → allows: Arpack 0.5.4, Arpack_jll 3.5.2+0
    3. drop requirement Arpack
       → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • dropping requirement Arpack_jll does not help.

Conflict 2: QuantumOptics
  • your compat leaves QuantumOptics 1.2.9
  • QuantumOptics 1.2.9 requires Arpack_jll ≤3.5.2+0 (through Arpack)
  • your compat leaves Arpack_jll 3.9.2+0
  One fix: drop requirement QuantumOptics
    → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • relaxing your compat on QuantumOptics does not help.
    • dropping requirement Arpack_jll does not help.

Conflict 3: OrdinaryDiffEqCore
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  • OrdinaryDiffEqCore 5.0.0 requires SciMLLogging 1.9.1–1.10.1
  • your compat leaves SciMLLogging 2.1.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEqCore 4.17.0, SciMLLogging 2.1.0
  Blocked fixes:
    • relaxing your compat on SciMLLogging does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

Or, to fix without dropping requirement QuantumOptics:
  relax your compat on Arpack and relax your compat on Arpack_jll
  → allows: Arpack 0.5.3, Arpack_jll 3.5.2+0, QuantumOptics 1.2.9

Costlier fixes also exist.

after

Unsatisfiable — 4 conflicts, pick a fix for each:

Conflict 1: Arpack
  • your compat leaves Arpack 0.5.4
  • Arpack 0.5.4 requires Arpack_jll ≤3.5.2+0
  • your compat leaves Arpack_jll 3.9.2+0
  Fix it by any one of:
    1. relax your compat on Arpack
       → allows: Arpack 0.5.0, Arpack_jll 3.9.2+0
    2. relax your compat on Arpack_jll
       → allows: Arpack 0.5.4, Arpack_jll 3.5.2+0
    3. drop requirement Arpack
       → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • dropping requirement Arpack_jll does not help.
  Upstream fix: a release of Arpack supporting Arpack_jll 3.9.2+0 would fix
    this; 0.5.4, its latest, supports only ≤3.5.2+0.
    → would allow: Arpack_jll 3.9.2+0

Conflict 2: QuantumOptics
  • your compat leaves QuantumOptics 1.2.9
  • QuantumOptics 1.2.9 requires Arpack_jll ≤3.5.2+0 (through Arpack)
  • your compat leaves Arpack_jll 3.9.2+0
  One fix: drop requirement QuantumOptics
    → allows: Arpack_jll 3.9.2+0
  Blocked fixes:
    • relaxing your compat on QuantumOptics does not help.
    • dropping requirement Arpack_jll does not help.

Conflict 3: OrdinaryDiffEqCore
  • your compat leaves OrdinaryDiffEqCore 5.0.0
  • OrdinaryDiffEqCore 5.0.0 requires SciMLLogging 1.9.1–1.10.1
  • your compat leaves SciMLLogging 2.1.0
  The only minimal fix: relax your compat on OrdinaryDiffEqCore
    → allows: OrdinaryDiffEqCore 4.17.0, SciMLLogging 2.1.0
  Blocked fixes:
    • relaxing your compat on SciMLLogging does not help.

Conflict 4: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement StringManipulation does not help.

Or, to fix without dropping requirement QuantumOptics:
  relax your compat on Arpack and relax your compat on Arpack_jll
  → allows: Arpack 0.5.3, Arpack_jll 3.5.2+0, QuantumOptics 1.2.9

Costlier fixes also exist.

Rasters

before

Unsatisfiable — 1 conflict:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement FixedPointNumbers does not help.
    • dropping requirement ColorTypes would not help unless you also dropped
      requirement Rasters.

after

Unsatisfiable — 1 conflict:

Conflict 1: ColorTypes
  • ColorTypes requires FixedPointNumbers ≤0.8.6
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorTypes 0.12.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorTypes does not help.
    • dropping requirement FixedPointNumbers does not help.
    • dropping requirement ColorTypes would not help unless you also dropped
      requirement Rasters.
  Upstream fix: a release of ColorTypes supporting FixedPointNumbers 0.9.1
    would fix this; 0.12.1, its latest, supports only 0.8.0–0.8.6.
    → would allow: FixedPointNumbers 0.9.1

Soss

before

Unsatisfiable — 12 conflicts, pick a fix for each:

Conflict 1: SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Combinatorics 1.0.0–1.0.2
  • your compat leaves Combinatorics 1.1.0
  Fix it by any one of:
    1. relax your compat on Combinatorics
       → allows: Combinatorics 1.0.2, SymbolicUtils 4.46.4
    2. drop requirement SymbolicUtils
       → allows: Combinatorics 1.1.0
  Blocked fixes:
    • relaxing your compat on SymbolicUtils does not help.

Conflict 2: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.

Conflict 3: ArrayInterfaceStaticArrays
  • ArrayInterfaceStaticArrays requires Adapt 3.0.0–3.7.2
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement ArrayInterfaceStaticArrays
    → allows: Adapt 4.7.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ArrayInterfaceStaticArrays does not help.

Conflict 4: GeneralizedGenerated
  • GeneralizedGenerated requires DataStructures ≤0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeneralizedGenerated
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeneralizedGenerated does not help.

Conflict 5: MCMCDiagnostics
  • MCMCDiagnostics requires StatsBase ≤0.33.22
  • your compat leaves StatsBase 0.34.13
  The only minimal fix: drop requirement MCMCDiagnostics
    → allows: StatsBase 0.34.13
  Blocked fixes:
    • relaxing your compat on MCMCDiagnostics does not help.
    • relaxing your compat on StatsBase does not help.

Conflict 6: MeasureBase
  • your compat leaves MeasureBase 0.14.13
  • MeasureBase 0.14.13 requires LogExpFunctions 0.3.0–0.3.29
  • your compat leaves LogExpFunctions 1.0.1
  The only minimal fix: drop requirement MeasureBase
    → allows: LogExpFunctions 1.0.1
  Blocked fixes:
    • relaxing your compat on MeasureBase does not help.
    • relaxing your compat on LogExpFunctions would not help without 12 other
      changes.

Conflict 7: MeasureTheory
  • MeasureTheory requires StatsFuns ≤1.5.3 (through Distributions)
  • your compat leaves StatsFuns 2.2.1
  The only minimal fix: drop requirement MeasureTheory
    → allows: StatsFuns 2.2.1
  Blocked fixes:
    • relaxing your compat on MeasureTheory does not help.
    • relaxing your compat on StatsFuns does not help.

Conflict 8: Metatheory
  • Metatheory requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Metatheory
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Metatheory does not help.

Conflict 9: NestedTuples
  • NestedTuples requires BangBang 0.3.0–0.3.40
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement NestedTuples
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on NestedTuples does not help.

Conflict 10: SampleChains
  • SampleChains requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement SampleChains
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on SampleChains does not help.

Conflict 11: Soss
  • Soss requires DataStructures ≤0.18.22 (through GeneralizedGenerated and
    SimpleGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Soss
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Soss does not help.

Conflict 12: TupleVectors
  • TupleVectors requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement TupleVectors
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on TupleVectors does not help.

after

Unsatisfiable — 12 conflicts, pick a fix for each:

Conflict 1: SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Combinatorics 1.0.0–1.0.2
  • your compat leaves Combinatorics 1.1.0
  Fix it by any one of:
    1. relax your compat on Combinatorics
       → allows: Combinatorics 1.0.2, SymbolicUtils 4.46.4
    2. drop requirement SymbolicUtils
       → allows: Combinatorics 1.1.0
  Blocked fixes:
    • relaxing your compat on SymbolicUtils does not help.
  Upstream fix: a release of SymbolicUtils supporting Combinatorics 1.1.0
    would fix this; 4.46.4, its latest, supports only 1.0.0–1.0.2.
    → would allow: Combinatorics 1.1.0

Conflict 2: JSON3
  • JSON3 requires Parsers 0.3.0–2.8.8
  • your compat leaves Parsers 3.0.0
  Fix it by any one of:
    1. relax your compat on Parsers
       → allows: JSON3 1.14.3, Parsers 2.8.8
    2. drop requirement JSON3
       → allows: Parsers 3.0.0
  Blocked fixes:
    • relaxing your compat on JSON3 does not help.
    • dropping requirement Parsers does not help.
  Upstream fix: a release of JSON3 supporting Parsers 3.0.0 would fix this;
    1.14.3, its latest, supports only 0.3.0–2.8.8.
    → would allow: Parsers 3.0.0

Conflict 3: ArrayInterfaceStaticArrays
  • ArrayInterfaceStaticArrays requires Adapt 3.0.0–3.7.2
  • your compat leaves Adapt 4.7.0
  The only minimal fix: drop requirement ArrayInterfaceStaticArrays
    → allows: Adapt 4.7.0
  Blocked fixes:
    • relaxing your compat on Adapt does not help.
    • relaxing your compat on ArrayInterfaceStaticArrays does not help.

Conflict 4: GeneralizedGenerated
  • GeneralizedGenerated requires DataStructures ≤0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement GeneralizedGenerated
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on GeneralizedGenerated does not help.
  Upstream fix: a release of GeneralizedGenerated supporting DataStructures
    0.19.6 would fix this; 0.3.3, its latest, supports only 0.17.0–0.18.22.
    → would allow: DataStructures 0.19.6

Conflict 5: MCMCDiagnostics
  • MCMCDiagnostics requires StatsBase ≤0.33.22
  • your compat leaves StatsBase 0.34.13
  The only minimal fix: drop requirement MCMCDiagnostics
    → allows: StatsBase 0.34.13
  Blocked fixes:
    • relaxing your compat on MCMCDiagnostics does not help.
    • relaxing your compat on StatsBase does not help.
  Upstream fix: a release of MCMCDiagnostics supporting StatsBase 0.34.13
    would fix this; 0.4.0, its latest, supports only 0.33.0–0.33.22.
    → would allow: StatsBase 0.34.13

Conflict 6: MeasureBase
  • your compat leaves MeasureBase 0.14.13
  • MeasureBase 0.14.13 requires LogExpFunctions 0.3.0–0.3.29
  • your compat leaves LogExpFunctions 1.0.1
  The only minimal fix: drop requirement MeasureBase
    → allows: LogExpFunctions 1.0.1
  Blocked fixes:
    • relaxing your compat on MeasureBase does not help.
    • relaxing your compat on LogExpFunctions would not help without 12 other
      changes.
  Upstream fix: a release of MeasureBase supporting LogExpFunctions 1.0.1
    would fix this; 0.14.13, its latest, supports only 0.3.0–0.3.29.
    → would allow: LogExpFunctions 1.0.1

Conflict 7: MeasureTheory
  • MeasureTheory requires StatsFuns ≤1.5.3 (through Distributions)
  • your compat leaves StatsFuns 2.2.1
  The only minimal fix: drop requirement MeasureTheory
    → allows: StatsFuns 2.2.1
  Blocked fixes:
    • relaxing your compat on MeasureTheory does not help.
    • relaxing your compat on StatsFuns does not help.

Conflict 8: Metatheory
  • Metatheory requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Metatheory
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Metatheory does not help.

Conflict 9: NestedTuples
  • NestedTuples requires BangBang 0.3.0–0.3.40
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement NestedTuples
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on NestedTuples does not help.

Conflict 10: SampleChains
  • SampleChains requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement SampleChains
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on SampleChains does not help.

Conflict 11: Soss
  • Soss requires DataStructures ≤0.18.22 (through GeneralizedGenerated and
    SimpleGraphs)
  • your compat leaves DataStructures 0.19.6
  The only minimal fix: drop requirement Soss
    → allows: DataStructures 0.19.6
  Blocked fixes:
    • relaxing your compat on DataStructures does not help.
    • relaxing your compat on Soss does not help.

Conflict 12: TupleVectors
  • TupleVectors requires BangBang 0.3.0–0.3.40 (through NestedTuples)
  • your compat leaves BangBang 0.4.9
  The only minimal fix: drop requirement TupleVectors
    → allows: BangBang 0.4.9
  Blocked fixes:
    • relaxing your compat on BangBang does not help.
    • relaxing your compat on TupleVectors does not help.

Symbolics

before

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Symbolics
  • your compat leaves LabelledArrays ≥1.20.3
  • LabelledArrays ≥1.20.3 or absent and Symbolics together require
    Combinatorics 1.0.0–1.0.2 (through ForwardDiff, NaNMath,
    PreallocationTools, RecursiveArrayTools, SciMLBase and SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, LabelledArrays 1.20.4, Symbolics 7.39.2
  Blocked fixes:
    • relaxing your compat on LabelledArrays does not help.
    • relaxing your compat on Symbolics does not help.
    • dropping requirement Combinatorics does not help.
    • dropping requirement LabelledArrays does not help.
    • dropping requirement Symbolics would not help unless you also dropped
      requirement SymbolicLimits and dropped requirement SymbolicUtils.

Conflict 2: SymbolicLimits
  • SymbolicLimits requires SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Moshi ≤0.3.11
  • your compat leaves Moshi 0.3.12
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: Moshi 0.3.9, SymbolicLimits 1.2.1, SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: Moshi 0.3.12, SymbolicLimits 1.2.1, SymbolicUtils 4.46.1
  Blocked fixes:
    • dropping requirement Moshi does not help.
    • relaxing your compat on SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicUtils would not help unless you also
      dropped requirement SymbolicLimits and dropped requirement Symbolics.

after

Unsatisfiable — 2 conflicts, pick a fix for each:

Conflict 1: Symbolics
  • your compat leaves LabelledArrays ≥1.20.3
  • LabelledArrays ≥1.20.3 or absent and Symbolics together require
    Combinatorics 1.0.0–1.0.2 (through ForwardDiff, NaNMath,
    PreallocationTools, RecursiveArrayTools, SciMLBase and SymbolicUtils)
  • your compat leaves Combinatorics 1.1.0
  The only minimal fix: relax your compat on Combinatorics
    → allows: Combinatorics 1.0.2, LabelledArrays 1.20.4, Symbolics 7.39.2
  Blocked fixes:
    • relaxing your compat on LabelledArrays does not help.
    • relaxing your compat on Symbolics does not help.
    • dropping requirement Combinatorics does not help.
    • dropping requirement LabelledArrays does not help.
    • dropping requirement Symbolics would not help unless you also dropped
      requirement SymbolicLimits and dropped requirement SymbolicUtils.

Conflict 2: SymbolicLimits
  • SymbolicLimits requires SymbolicUtils
  • your compat leaves SymbolicUtils 4.46.4
  • SymbolicUtils 4.46.4 requires Moshi ≤0.3.11
  • your compat leaves Moshi 0.3.12
  Fix it by any one of:
    1. relax your compat on Moshi
       → allows: Moshi 0.3.9, SymbolicLimits 1.2.1, SymbolicUtils 4.46.4
    2. relax your compat on SymbolicUtils
       → allows: Moshi 0.3.12, SymbolicLimits 1.2.1, SymbolicUtils 4.46.1
  Blocked fixes:
    • dropping requirement Moshi does not help.
    • relaxing your compat on SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicLimits would not help unless you also
      relaxed your compat on SymbolicUtils and dropped requirement Symbolics.
    • dropping requirement SymbolicUtils would not help unless you also
      dropped requirement SymbolicLimits and dropped requirement Symbolics.
  Upstream fix: a release of SymbolicUtils supporting Moshi 0.3.12 would fix
    this; 4.46.4, its latest, supports only 0.3.6–0.3.9.
    → would allow: Moshi 0.3.12, SymbolicLimits 1.2.1

Transformers

before

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: BytePairEncoding and DataStructures
  • your compat leaves BytePairEncoding 0.5.2
  • BytePairEncoding 0.5.2 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on BytePairEncoding
       → allows: BytePairEncoding 0.3.2, DataStructures 0.19.6
    2. drop requirement BytePairEncoding
       → allows: DataStructures 0.19.6

Conflict 2: BytePairEncoding and DataDeps
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  Fix it by any one of:
    1. relax your compat on DataDeps
       → allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, WordTokenizers 0.5.6
    2. relax your compat on WordTokenizers
       → allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, WordTokenizers 0.5.4
  Blocked fixes:
    • dropping requirement DataDeps does not help.

Conflict 3: BytePairEncoding and HTTP
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires HTTP ≤2.6.6 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: BytePairEncoding 0.3.2, HTTP 1.11.0, WordTokenizers 0.5.6
  Blocked fixes:
    • dropping requirement HTTP does not help.

Conflict 4: Pickle
  • your compat leaves StridedViews 0.5.2
  • Pickle and StridedViews 0.5.2 or absent together require DataStructures
    0.17.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: DataStructures 0.19.6, Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: DataStructures 0.19.6, StridedViews 0.5.2
  Blocked fixes:
    • dropping requirement StridedViews does not help.

Conflict 5: DoubleArrayTries
  • DoubleArrayTries requires StringViews 1.0.0–1.3.7
  • your compat leaves StringViews 2.0.1
  Fix it by any one of:
    1. relax your compat on StringViews
       → allows: DoubleArrayTries 0.1.1, StringViews 1.3.7
    2. drop requirement DoubleArrayTries
       → allows: StringViews 2.0.1
  Blocked fixes:
    • relaxing your compat on DoubleArrayTries does not help.
    • dropping requirement StringViews does not help.

Conflict 6: TextEncodeBase
  • your compat leaves TextEncodeBase 0.8.3
  • TextEncodeBase 0.8.3 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on TextEncodeBase
       → allows: DataStructures 0.19.6, TextEncodeBase 0.6.0
    2. drop requirement TextEncodeBase
       → allows: DataStructures 0.19.6

Conflict 7: Fetch
  • Fetch requires Parsers 0.3.0–2.8.8 (through JSON3)
  • your compat leaves Parsers 3.0.0
  One fix: relax your compat on Parsers
    → allows: Fetch 0.1.4, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on Fetch does not help.
    • dropping requirement Parsers does not help.

Conflict 8: PrimitiveOneHot
  • your compat leaves PrimitiveOneHot 0.2.1
  • PrimitiveOneHot 0.2.1 requires GPUArraysCore ≤0.1.6
  • your compat leaves GPUArraysCore 0.2.0
  One fix: relax your compat on PrimitiveOneHot
    → allows: GPUArraysCore 0.2.0, PrimitiveOneHot 0.1.4
  Blocked fixes:
    • relaxing your compat on GPUArraysCore does not help.
    • dropping requirement PrimitiveOneHot would not help without 9 other
      changes.

Conflict 9: Flux and NeuralAttentionlib
  • NeuralAttentionlib constrains Flux ≤0.16.10 (through MLDataDevices and
    Zygote)
  • your compat leaves Flux 0.16.11
  One fix: drop requirement NeuralAttentionlib
    → allows: Flux 0.16.11
  Blocked fixes:
    • relaxing your compat on Flux does not help.
    • relaxing your compat on NeuralAttentionlib does not help.
    • dropping requirement Flux would not help without 10 other changes.

Conflict 10: Transformers
  • your compat leaves Transformers 0.3.1
  • Transformers 0.3.1 requires StridedViews 0.2.1–0.4.6 (through Pickle)
  • your compat leaves StridedViews 0.5.2
  One fix: drop requirement Transformers
    → allows: StridedViews 0.4.6
  Blocked fixes:
    • relaxing your compat on Transformers does not help.
    • dropping requirement StridedViews does not help.

Or, to fix another way:
  settle each of these:
  • relax your compat on BytePairEncoding, relax your compat on
    TextEncodeBase, relax your compat on WordTokenizers and drop requirement
    Fetch; relax your compat on HTTP, drop requirement BytePairEncoding, drop
    requirement TextEncodeBase and drop requirement WordTokenizers; relax your
    compat on TextEncodeBase, relax your compat on WordTokenizers, drop
    requirement BytePairEncoding and drop requirement Fetch; relax your compat
    on WordTokenizers, drop requirement BytePairEncoding, drop requirement
    Fetch and drop requirement TextEncodeBase; or drop requirement
    BytePairEncoding, drop requirement Fetch, drop requirement TextEncodeBase
    and drop requirement WordTokenizers
    → relaxing your compat on BytePairEncoding, relaxing your compat on
      TextEncodeBase, relaxing your compat on WordTokenizers and dropping
      requirement Fetch allows: BytePairEncoding 0.3.2, DataDeps 1.0.0,
      DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
    → relaxing your compat on HTTP, dropping requirement BytePairEncoding,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
    → relaxing your compat on TextEncodeBase, relaxing your compat on
      WordTokenizers, dropping requirement BytePairEncoding and dropping
      requirement Fetch allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, TextEncodeBase 0.7.0, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers, dropping requirement
      BytePairEncoding, dropping requirement Fetch and dropping requirement
      TextEncodeBase allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, WordTokenizers 0.5.4
    → dropping requirement BytePairEncoding, dropping requirement Fetch,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
  • relax your compat on StridedViews, or drop requirement Pickle
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement Pickle allows: BytePairEncoding 0.3.2, DataDeps
      1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
  • relax your compat on StringViews, or drop requirement DoubleArrayTries
    → relaxing your compat on StringViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement DoubleArrayTries allows: BytePairEncoding 0.3.1,
      DataDeps 1.0.0, DataStructures 0.19.6, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 2.0.1, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4

Or, to fix without any of the fixes for Conflicts 1 and 6:
  relax your compat on DataStructures, relax your compat on OrderedCollections
  and relax your compat on StringViews, and settle each of these:
  • relax your compat on DataDeps and relax your compat on HTTP; relax your
    compat on HTTP and relax your compat on WordTokenizers; or relax your
    compat on WordTokenizers and drop requirement Fetch
    → relaxing your compat on DataDeps and relaxing your compat on HTTP
      allows: BytePairEncoding 0.5.2, DataDeps 0.7.14, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on HTTP and relaxing your compat on WordTokenizers
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers and dropping requirement Fetch
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
  • relax your compat on Pickle, relax your compat on StridedViews, or drop
    requirement Pickle
    → relaxing your compat on Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      Pickle 0.3.2, StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase
      0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.5.2,
      DataDeps 0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP
      1.11.0, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → dropping requirement Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.8.3,
      WordTokenizers 0.5.6

Or, to fix without relaxing your compat on HTTP:
  relax your compat on BytePairEncoding, relax your compat on WordTokenizers,
  drop requirement Fetch and drop requirement TextEncodeBase, and one of:
    1. relax your compat on StridedViews and relax your compat on StringViews
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
         StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
    2. relax your compat on StridedViews and drop requirement DoubleArrayTries
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews
         2.0.1, WordTokenizers 0.5.4
    3. relax your compat on StringViews and drop requirement Pickle
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, StridedViews 0.5.2,
         StringViews 1.3.7, WordTokenizers 0.5.4

There are more minimal fixes than are shown.

after

Unsatisfiable — 10 conflicts, pick a fix for each:

Conflict 1: BytePairEncoding and DataStructures
  • your compat leaves BytePairEncoding 0.5.2
  • BytePairEncoding 0.5.2 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on BytePairEncoding
       → allows: BytePairEncoding 0.3.2, DataStructures 0.19.6
    2. drop requirement BytePairEncoding
       → allows: DataStructures 0.19.6

Conflict 2: BytePairEncoding and DataDeps
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires DataDeps ≤0.7.14
  • your compat leaves DataDeps 1.0.0
  Fix it by any one of:
    1. relax your compat on DataDeps
       → allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, WordTokenizers 0.5.6
    2. relax your compat on WordTokenizers
       → allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, WordTokenizers 0.5.4
  Blocked fixes:
    • dropping requirement DataDeps does not help.
  Upstream fix: a release of WordTokenizers supporting DataDeps 1.0.0 would
    fix this; 0.5.6, its latest, supports only 0.6.5–0.7.14.
    → would allow: BytePairEncoding 0.3.2, DataDeps 1.0.0

Conflict 3: BytePairEncoding and HTTP
  • BytePairEncoding requires WordTokenizers (through TextEncodeBase)
  • your compat leaves WordTokenizers 0.5.6
  • WordTokenizers ≥0.5.5 requires HTTP ≤2.6.6 (through DataDeps)
  • your compat leaves HTTP 2.6.7
  One fix: relax your compat on HTTP
    → allows: BytePairEncoding 0.3.2, HTTP 1.11.0, WordTokenizers 0.5.6
  Blocked fixes:
    • dropping requirement HTTP does not help.

Conflict 4: Pickle
  • your compat leaves StridedViews 0.5.2
  • Pickle and StridedViews 0.5.2 or absent together require DataStructures
    0.17.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on StridedViews
       → allows: DataStructures 0.19.6, Pickle 0.3.7, StridedViews 0.4.6
    2. drop requirement Pickle
       → allows: DataStructures 0.19.6, StridedViews 0.5.2
  Blocked fixes:
    • dropping requirement StridedViews does not help.
  Upstream fix: a release of Pickle supporting StridedViews 0.5.2 would fix
    this; 0.3.7, its latest, supports only 0.2.0–0.4.6.
    → would allow: DataStructures 0.19.6, StridedViews 0.5.2

Conflict 5: DoubleArrayTries
  • DoubleArrayTries requires StringViews 1.0.0–1.3.7
  • your compat leaves StringViews 2.0.1
  Fix it by any one of:
    1. relax your compat on StringViews
       → allows: DoubleArrayTries 0.1.1, StringViews 1.3.7
    2. drop requirement DoubleArrayTries
       → allows: StringViews 2.0.1
  Blocked fixes:
    • relaxing your compat on DoubleArrayTries does not help.
    • dropping requirement StringViews does not help.
  Upstream fix: a release of DoubleArrayTries supporting StringViews 2.0.1
    would fix this; 0.1.1, its latest, supports only 1.0.0–1.3.7.
    → would allow: StringViews 2.0.1

Conflict 6: TextEncodeBase
  • your compat leaves TextEncodeBase 0.8.3
  • TextEncodeBase 0.8.3 requires DataStructures 0.18.0–0.18.22
  • your compat leaves DataStructures 0.19.6
  Fix it by any one of:
    1. relax your compat on TextEncodeBase
       → allows: DataStructures 0.19.6, TextEncodeBase 0.6.0
    2. drop requirement TextEncodeBase
       → allows: DataStructures 0.19.6
  Upstream fix: a release of TextEncodeBase supporting DataStructures 0.19.6
    would fix this; 0.8.3, its latest, supports only 0.18.0–0.18.22.
    → would allow: DataStructures 0.19.6

Conflict 7: Fetch
  • Fetch requires Parsers 0.3.0–2.8.8 (through JSON3)
  • your compat leaves Parsers 3.0.0
  One fix: relax your compat on Parsers
    → allows: Fetch 0.1.4, Parsers 2.8.8
  Blocked fixes:
    • relaxing your compat on Fetch does not help.
    • dropping requirement Parsers does not help.

Conflict 8: PrimitiveOneHot
  • your compat leaves PrimitiveOneHot 0.2.1
  • PrimitiveOneHot 0.2.1 requires GPUArraysCore ≤0.1.6
  • your compat leaves GPUArraysCore 0.2.0
  One fix: relax your compat on PrimitiveOneHot
    → allows: GPUArraysCore 0.2.0, PrimitiveOneHot 0.1.4
  Blocked fixes:
    • relaxing your compat on GPUArraysCore does not help.
    • dropping requirement PrimitiveOneHot would not help without 9 other
      changes.

Conflict 9: Flux and NeuralAttentionlib
  • NeuralAttentionlib constrains Flux ≤0.16.10 (through MLDataDevices and
    Zygote)
  • your compat leaves Flux 0.16.11
  One fix: drop requirement NeuralAttentionlib
    → allows: Flux 0.16.11
  Blocked fixes:
    • relaxing your compat on Flux does not help.
    • relaxing your compat on NeuralAttentionlib does not help.
    • dropping requirement Flux would not help without 10 other changes.

Conflict 10: Transformers
  • your compat leaves Transformers 0.3.1
  • Transformers 0.3.1 requires StridedViews 0.2.1–0.4.6 (through Pickle)
  • your compat leaves StridedViews 0.5.2
  One fix: drop requirement Transformers
    → allows: StridedViews 0.4.6
  Blocked fixes:
    • relaxing your compat on Transformers does not help.
    • dropping requirement StridedViews does not help.

Or, to fix another way:
  settle each of these:
  • relax your compat on BytePairEncoding, relax your compat on
    TextEncodeBase, relax your compat on WordTokenizers and drop requirement
    Fetch; relax your compat on HTTP, drop requirement BytePairEncoding, drop
    requirement TextEncodeBase and drop requirement WordTokenizers; relax your
    compat on TextEncodeBase, relax your compat on WordTokenizers, drop
    requirement BytePairEncoding and drop requirement Fetch; relax your compat
    on WordTokenizers, drop requirement BytePairEncoding, drop requirement
    Fetch and drop requirement TextEncodeBase; or drop requirement
    BytePairEncoding, drop requirement Fetch, drop requirement TextEncodeBase
    and drop requirement WordTokenizers
    → relaxing your compat on BytePairEncoding, relaxing your compat on
      TextEncodeBase, relaxing your compat on WordTokenizers and dropping
      requirement Fetch allows: BytePairEncoding 0.3.2, DataDeps 1.0.0,
      DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
    → relaxing your compat on HTTP, dropping requirement BytePairEncoding,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
    → relaxing your compat on TextEncodeBase, relaxing your compat on
      WordTokenizers, dropping requirement BytePairEncoding and dropping
      requirement Fetch allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, TextEncodeBase 0.7.0, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers, dropping requirement
      BytePairEncoding, dropping requirement Fetch and dropping requirement
      TextEncodeBase allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7, WordTokenizers 0.5.4
    → dropping requirement BytePairEncoding, dropping requirement Fetch,
      dropping requirement TextEncodeBase and dropping requirement
      WordTokenizers allows: DataDeps 1.0.0, DataStructures 0.19.6,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6,
      StringViews 1.3.7
  • relax your compat on StridedViews, or drop requirement Pickle
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement Pickle allows: BytePairEncoding 0.3.2, DataDeps
      1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4
  • relax your compat on StringViews, or drop requirement DoubleArrayTries
    → relaxing your compat on StringViews allows: BytePairEncoding 0.3.2,
      DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1, HTTP
      2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.6.0, WordTokenizers 0.5.4
    → dropping requirement DoubleArrayTries allows: BytePairEncoding 0.3.1,
      DataDeps 1.0.0, DataStructures 0.19.6, HTTP 2.6.7, Pickle 0.3.7,
      StridedViews 0.4.6, StringViews 2.0.1, TextEncodeBase 0.6.0,
      WordTokenizers 0.5.4

Or, to fix without any of the fixes for Conflicts 1 and 6:
  relax your compat on DataStructures, relax your compat on OrderedCollections
  and relax your compat on StringViews, and settle each of these:
  • relax your compat on DataDeps and relax your compat on HTTP; relax your
    compat on HTTP and relax your compat on WordTokenizers; or relax your
    compat on WordTokenizers and drop requirement Fetch
    → relaxing your compat on DataDeps and relaxing your compat on HTTP
      allows: BytePairEncoding 0.5.2, DataDeps 0.7.14, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on HTTP and relaxing your compat on WordTokenizers
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 1.11.0, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
    → relaxing your compat on WordTokenizers and dropping requirement Fetch
      allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
      DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.2, StridedViews 0.5.2,
      StringViews 1.3.7, TextEncodeBase 0.8.3, WordTokenizers 0.5.4
  • relax your compat on Pickle, relax your compat on StridedViews, or drop
    requirement Pickle
    → relaxing your compat on Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      Pickle 0.3.2, StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase
      0.8.3, WordTokenizers 0.5.6
    → relaxing your compat on StridedViews allows: BytePairEncoding 0.5.2,
      DataDeps 0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP
      1.11.0, Pickle 0.3.7, StridedViews 0.4.6, StringViews 1.3.7,
      TextEncodeBase 0.8.3, WordTokenizers 0.5.6
    → dropping requirement Pickle allows: BytePairEncoding 0.5.2, DataDeps
      0.7.14, DataStructures 0.18.22, DoubleArrayTries 0.1.1, HTTP 1.11.0,
      StridedViews 0.5.2, StringViews 1.3.7, TextEncodeBase 0.8.3,
      WordTokenizers 0.5.6

Or, to fix without relaxing your compat on HTTP:
  relax your compat on BytePairEncoding, relax your compat on WordTokenizers,
  drop requirement Fetch and drop requirement TextEncodeBase, and one of:
    1. relax your compat on StridedViews and relax your compat on StringViews
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, Pickle 0.3.7,
         StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
    2. relax your compat on StridedViews and drop requirement DoubleArrayTries
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, HTTP 2.6.7, Pickle 0.3.7, StridedViews 0.4.6, StringViews
         2.0.1, WordTokenizers 0.5.4
    3. relax your compat on StringViews and drop requirement Pickle
       → allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures
         0.19.6, DoubleArrayTries 0.1.1, HTTP 2.6.7, StridedViews 0.5.2,
         StringViews 1.3.7, WordTokenizers 0.5.4

There are more minimal fixes than are shown.

Trixi

before

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 would not help without 8 other changes.
    • dropping requirement HDF5_jll would not help without 8 other changes.

Conflict 2: P4est
  • your compat leaves P4est 0.4.13
  • P4est 0.4.13 requires P4est_jll 2.8.1+0–2.8.1+3
  • your compat leaves P4est_jll 2.8.9+0
  Fix it by any one of:
    1. relax your compat on P4est
       → allows: P4est 0.4.11, P4est_jll 2.8.9+0
    2. relax your compat on P4est_jll
       → allows: P4est 0.4.13, P4est_jll 2.8.1+3
    3. drop requirement P4est
       → allows: P4est_jll 2.8.9+0
  Blocked fixes:
    • dropping requirement P4est_jll does not help.

Conflict 3: T8code
  • your compat leaves T8code 0.9.2
  • T8code 0.9.2 requires t8code_jll 4.0.7+0
  • your compat leaves t8code_jll 4.0.8+0
  Fix it by any one of:
    1. relax your compat on T8code and relax your compat on t8code_jll
       → allows: T8code 0.6.0, t8code_jll 2.0.0+0
    2. relax your compat on t8code_jll and drop requirement T8code
       → allows: t8code_jll 2.0.0+0
    3. drop requirement T8code and drop requirement t8code_jll

Conflict 4: Trixi
  • your compat leaves Trixi 0.17.6
  • Trixi 0.17.6 requires MPIABI_jll 0.1.3+0–0.1.5+0 (through T8code and
    t8code_jll)
  • your compat leaves MPIABI_jll 1.0.0+0
  One fix: drop requirement Trixi
    → allows: MPIABI_jll 1.0.0+0
  Blocked fixes:
    • relaxing your compat on Trixi does not help.
    • dropping requirement MPIABI_jll does not help.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement BracketingNonlinearSolve does not help.

Conflict 6: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • dropping requirement MPIABI_jll does not help.

Or, to fix without dropping requirement Trixi:
  relax your compat on MPIABI_jll, relax your compat on P4est_jll and relax
  your compat on t8code_jll, and one of:
    1. relax your compat on mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0
    2. drop requirement mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0

after

Unsatisfiable — 6 conflicts, pick a fix for each:

Conflict 1: HDF5
  • your compat leaves Compat 4.18.1
  • Compat 4.18.1 or absent and HDF5 together require HDF5_jll ≤2.1.2+0
    (through Blosc)
  • your compat leaves HDF5_jll 2.2.1+0
  The only minimal fix: relax your compat on HDF5_jll
    → allows: Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1
  Blocked fixes:
    • relaxing your compat on Compat does not help.
    • relaxing your compat on HDF5 does not help.
    • dropping requirement HDF5 would not help without 8 other changes.
    • dropping requirement HDF5_jll would not help without 8 other changes.

Conflict 2: P4est
  • your compat leaves P4est 0.4.13
  • P4est 0.4.13 requires P4est_jll 2.8.1+0–2.8.1+3
  • your compat leaves P4est_jll 2.8.9+0
  Fix it by any one of:
    1. relax your compat on P4est
       → allows: P4est 0.4.11, P4est_jll 2.8.9+0
    2. relax your compat on P4est_jll
       → allows: P4est 0.4.13, P4est_jll 2.8.1+3
    3. drop requirement P4est
       → allows: P4est_jll 2.8.9+0
  Blocked fixes:
    • dropping requirement P4est_jll does not help.
  Upstream fix: a release of P4est supporting P4est_jll 2.8.9+0 would fix
    this; 0.4.13, its latest, supports only 2.8.1+0–2.8.1+3.
    → would allow: P4est_jll 2.8.9+0

Conflict 3: T8code
  • your compat leaves T8code 0.9.2
  • T8code 0.9.2 requires t8code_jll 4.0.7+0
  • your compat leaves t8code_jll 4.0.8+0
  Fix it by any one of:
    1. relax your compat on T8code and relax your compat on t8code_jll
       → allows: T8code 0.6.0, t8code_jll 2.0.0+0
    2. relax your compat on t8code_jll and drop requirement T8code
       → allows: t8code_jll 2.0.0+0
    3. drop requirement T8code and drop requirement t8code_jll

Conflict 4: Trixi
  • your compat leaves Trixi 0.17.6
  • Trixi 0.17.6 requires MPIABI_jll 0.1.3+0–0.1.5+0 (through T8code and
    t8code_jll)
  • your compat leaves MPIABI_jll 1.0.0+0
  One fix: drop requirement Trixi
    → allows: MPIABI_jll 1.0.0+0
  Blocked fixes:
    • relaxing your compat on Trixi does not help.
    • dropping requirement MPIABI_jll does not help.

Conflict 5: BracketingNonlinearSolve
  • BracketingNonlinearSolve requires NonlinearSolveBase
  • your compat leaves NonlinearSolveBase ≥2.49.3
  • NonlinearSolveBase ≥2.48.1 requires StringManipulation ≤0.6.0 (through
    PrettyTables and TimerOutputs)
  • your compat leaves StringManipulation 0.6.1
  The only minimal fix: relax your compat on StringManipulation
    → allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.4,
      StringManipulation 0.5.0
  Blocked fixes:
    • relaxing your compat on BracketingNonlinearSolve does not help.
    • relaxing your compat on NonlinearSolveBase does not help.
    • dropping requirement BracketingNonlinearSolve does not help.

Conflict 6: MPIABI_jll
  • MPIABI_jll requires XML2_jll 2.13.6+0–2.13.9+0 (through Hwloc_jll)
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: MPIABI_jll 1.0.0+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • dropping requirement MPIABI_jll does not help.

Or, to fix without dropping requirement Trixi:
  relax your compat on MPIABI_jll, relax your compat on P4est_jll and relax
  your compat on t8code_jll, and one of:
    1. relax your compat on mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0
    2. drop requirement mpif_jll
       → allows: MPIABI_jll 0.1.5+0, P4est 0.4.13, P4est_jll 2.8.1+3, T8code
         0.9.2, Trixi 0.17.6, t8code_jll 4.0.7+0

VoronoiFVM

before

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: GeometryBasics
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics 0.5.12 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement EarCut_jll does not help.
    • dropping requirement GeometryBasics would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GridVisualize and dropped requirement VoronoiFVM.

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 3: GridVisualize
  • your compat leaves AbstractTrees 0.4.5
  • AbstractTrees 0.4.5 or absent and GridVisualize together require
    OrderedCollections 1.0.0–1.8.2 (through ExtendableGrids)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: AbstractTrees 0.4.5, GridVisualize 1.20.0, OrderedCollections
      1.8.2
  Blocked fixes:
    • relaxing your compat on AbstractTrees does not help.
    • relaxing your compat on GridVisualize does not help.
    • dropping requirement AbstractTrees does not help.
    • dropping requirement GridVisualize would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GeometryBasics and dropped requirement VoronoiFVM.

after

Unsatisfiable — 3 conflicts, pick a fix for each:

Conflict 1: GeometryBasics
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics 0.5.12 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  The only minimal fix: relax your compat on EarCut_jll
    → allows: EarCut_jll 2.2.4+0, GeometryBasics 0.5.12
  Blocked fixes:
    • relaxing your compat on GeometryBasics does not help.
    • dropping requirement EarCut_jll does not help.
    • dropping requirement GeometryBasics would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GridVisualize and dropped requirement VoronoiFVM.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0

Conflict 2: ColorSchemes
  • ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
    Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: ColorSchemes 3.31.0, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on ColorSchemes does not help.
    • dropping requirement ColorSchemes does not help.

Conflict 3: GridVisualize
  • your compat leaves AbstractTrees 0.4.5
  • AbstractTrees 0.4.5 or absent and GridVisualize together require
    OrderedCollections 1.0.0–1.8.2 (through ExtendableGrids)
  • your compat leaves OrderedCollections 2.0.1
  The only minimal fix: relax your compat on OrderedCollections
    → allows: AbstractTrees 0.4.5, GridVisualize 1.20.0, OrderedCollections
      1.8.2
  Blocked fixes:
    • relaxing your compat on AbstractTrees does not help.
    • relaxing your compat on GridVisualize does not help.
    • dropping requirement AbstractTrees does not help.
    • dropping requirement GridVisualize would not help unless you also
      relaxed your compat on FixedPointNumbers, dropped requirement
      GeometryBasics and dropped requirement VoronoiFVM.
  Upstream fix: a release of GridVisualize supporting OrderedCollections 2.0.1
    would fix this; 1.20.0, its latest, supports only 1.0.0–1.8.2.
    → would allow: AbstractTrees 0.4.5, OrderedCollections 2.0.1

Yao

before

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • FreeTypeAbstraction 0.10.8 requires GeometryBasics ≥0.4.1
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics ≥0.4.3 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  Fix it by any one of:
    1. relax your compat on EarCut_jll
       → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.5.12
    2. relax your compat on GeometryBasics
       → allows: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.4.2
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.

Conflict 2: Luxor
  • your compat leaves Luxor 4.5.0
  • Luxor 4.5.0 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on Luxor would not help without 9 other changes.
    • dropping requirement Luxor would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

Conflict 3: Cairo and FixedPointNumbers
  • Cairo requires FixedPointNumbers ≤0.8.6 (through ColorTypes and Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Cairo 1.1.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Cairo does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Cairo 1.1.1
  • your compat leaves Glib_jll 2.88.3+0
  • Cairo 1.1.1 and Glib_jll 2.88.3+0 or absent together require
    GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll would not help without 9 other changes.

Conflict 5: Cairo and Libffi_jll
  • your compat leaves Graphics 1.1.3
  • Cairo and Graphics 1.1.3 or absent together require Libffi_jll ≤3.2.2+2,
    3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Graphics 1.1.3, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Graphics does not help.

Conflict 6: Librsvg_jll
  • Librsvg_jll requires XML2_jll 2.9.14+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Librsvg_jll 2.58.5+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Librsvg_jll does not help.

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

after

Unsatisfiable — 7 conflicts, pick a fix for each:

Conflict 1: FreeTypeAbstraction
  • your compat leaves FreeTypeAbstraction 0.10.8
  • FreeTypeAbstraction 0.10.8 requires GeometryBasics ≥0.4.1
  • your compat leaves GeometryBasics 0.5.12
  • GeometryBasics ≥0.4.3 requires EarCut_jll ≤2.2.4+0
  • your compat leaves EarCut_jll 3.2.3+0
  Fix it by any one of:
    1. relax your compat on EarCut_jll
       → allows: EarCut_jll 2.2.4+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.5.12
    2. relax your compat on GeometryBasics
       → allows: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8,
         GeometryBasics 0.4.2
  Blocked fixes:
    • relaxing your compat on FreeTypeAbstraction does not help.
  Upstream fix: a release of GeometryBasics supporting EarCut_jll 3.2.3+0
    would fix this; 0.5.12, its latest, supports only ≤2.2.4+0.
    → would allow: EarCut_jll 3.2.3+0, FreeTypeAbstraction 0.10.8

Conflict 2: Luxor
  • your compat leaves Luxor 4.5.0
  • Luxor 4.5.0 requires FFMPEG_jll 4.4.0+0–6.1.3+0, 7.1.1+0–8.1.2+0 (through
    FFMPEG)
  • your compat leaves FFMPEG_jll 9.0.0+0
  The only minimal fix: relax your compat on FFMPEG_jll
    → allows: FFMPEG_jll 8.1.2+0, Luxor 4.5.0
  Blocked fixes:
    • relaxing your compat on Luxor would not help without 9 other changes.
    • dropping requirement Luxor would not help without 9 other changes.
    • dropping requirement FFMPEG_jll would not help without 9 other changes.

Conflict 3: Cairo and FixedPointNumbers
  • Cairo requires FixedPointNumbers ≤0.8.6 (through ColorTypes and Colors)
  • your compat leaves FixedPointNumbers 0.9.1
  The only minimal fix: relax your compat on FixedPointNumbers
    → allows: Cairo 1.1.1, FixedPointNumbers 0.8.6
  Blocked fixes:
    • relaxing your compat on Cairo does not help.

Conflict 4: Cairo and GettextRuntime_jll
  • your compat leaves Cairo 1.1.1
  • your compat leaves Glib_jll 2.88.3+0
  • Cairo 1.1.1 and Glib_jll 2.88.3+0 or absent together require
    GettextRuntime_jll 0.22.4+0
  • your compat leaves GettextRuntime_jll 1.0.0+0
  The only minimal fix: relax your compat on GettextRuntime_jll
    → allows: Cairo 1.1.1, GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Glib_jll would not help without 9 other changes.
  Upstream fix: a release of Glib_jll supporting GettextRuntime_jll 1.0.0+0
    would fix this; 2.88.3+0, its latest, supports only 0.22.4+0.
    → would allow: Cairo 1.1.1, GettextRuntime_jll 1.0.0+0

Conflict 5: Cairo and Libffi_jll
  • your compat leaves Graphics 1.1.3
  • Cairo and Graphics 1.1.3 or absent together require Libffi_jll ≤3.2.2+2,
    3.4.7+0 (through Glib_jll)
  • your compat leaves Libffi_jll 3.5.2+0
  The only minimal fix: relax your compat on Libffi_jll
    → allows: Cairo 1.1.1, Graphics 1.1.3, Libffi_jll 3.4.7+0
  Blocked fixes:
    • relaxing your compat on Cairo does not help.
    • relaxing your compat on Graphics does not help.

Conflict 6: Librsvg_jll
  • Librsvg_jll requires XML2_jll 2.9.14+0–2.13.9+0
  • your compat leaves XML2_jll 2.15.3+0
  The only minimal fix: relax your compat on XML2_jll
    → allows: Librsvg_jll 2.58.5+0, XML2_jll 2.13.9+0
  Blocked fixes:
    • relaxing your compat on Librsvg_jll does not help.
  Upstream fix: a release of Librsvg_jll supporting XML2_jll 2.15.3+0 would
    fix this; 2.58.5+0, its latest, supports only 2.9.14+0–2.13.9+0.
    → would allow: XML2_jll 2.15.3+0

Conflict 7: FFMPEG_jll
  • FFMPEG_jll requires x264_jll ≤10164.0.1+0
  • your compat leaves x264_jll 10165.0.0+0
  The only minimal fix: relax your compat on x264_jll
    → allows: FFMPEG_jll 8.1.2+0, x264_jll 10164.0.1+0
  Blocked fixes:
    • dropping requirement FFMPEG_jll would not help without 9 other changes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment