You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Resolver.jl PR #107 — hard corpus, before and after
Reports for the 57 closure-pinned hard cases (every closure package required and pinned at latest; an artificial but stress-testing construction), before and after PR #107. Before = main at 7a14c2e (with #106); after = the PR branch. General registry as of 2026-09-08. Most differences are the headline clause or the dropped footer alone; the structural ones are reviewed side by side in the PR.
57 cases; 38 changed, 19 byte-identical.
case
before (lines)
after (lines)
changed
Agents
54
52
yes
AlphaZero
164
116
yes
ApproxFun
13
13
Bloqade
215
213
yes
CSV
32
31
yes
CairoMakie
114
92
yes
Catlab
52
41
yes
ClimaCore
59
54
yes
Convex
1
1
DataFrames
35
37
yes
DiffEqFlux
72
70
yes
DifferentialEquations
30
28
yes
Distributions
1
1
DynamicalSystems
183
159
yes
Ferrite
1
1
Flux
1
1
Franklin
30
30
yes
GLMakie
94
81
yes
Gadfly
57
50
yes
Gen
14
12
yes
Genie
1
1
GeoStats
55
48
yes
GeometricFlux
178
122
yes
Gridap
15
13
yes
ITensors
28
27
yes
Images
74
66
yes
IntervalArithmetic
1
1
JuMP
1
1
Knet
56
52
yes
LazySets
15
13
yes
Lux
1
1
MLJ
45
43
yes
Makie
132
91
yes
Meshes
13
13
Metatheory
12
12
ModelingToolkit
54
50
yes
Molly
18
16
yes
NeuralPDE
77
67
yes
Oceananigans
45
41
yes
Optim
1
1
POMDPs
1
1
Plots
80
61
yes
Pluto
27
27
yes
QuantumOptics
59
54
yes
Rasters
12
12
Soss
140
126
yes
StaticArrays
1
1
StatsModels
1
1
Symbolics
38
36
yes
TensorKit
1
1
Transformers
673
218
yes
Trixi
153
87
yes
Turing
47
42
yes
Unitful
1
1
VoronoiFVM
42
40
yes
Yao
103
76
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 PR #107 — 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.
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: Bloqade and GettextRuntime_jll
• Bloqade requires Glib_jll (through BloqadeLattices, Cairo, Rsvg, Luxor and
LuxorGraphPlot)
• 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: GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on Glib_jll 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 does not help.
Conflict 7: Bloqade and Libffi_jll
• Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
Glib_jll, HarfBuzz_jll, Reexport, Cairo, Colors, LuxorGraphPlot,
Pango_jll, Graphics 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.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.16.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: Bloqade and XML2_jll
• your compat leaves BloqadeExpr 0.2.3
• Bloqade and BloqadeExpr 0.2.3 or absent together require XML2_jll
2.9.14+0–2.13.9+0 (through BloqadeLattices, Librsvg_jll, Reexport, Colors,
LuxorGraphPlot, Rsvg, Cairo, Graphics and Luxor)
• your compat leaves XML2_jll 2.15.3+0
The only minimal fix: relax your compat on XML2_jll
→ allows: XML2_jll 2.13.9+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on BloqadeExpr 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 ForwardDiff
• Bloqade requires ForwardDiff 0.10.13–0.10.39
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement Bloqade
→ allows: ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on ForwardDiff 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 Interpolations 0.13.1–0.13.2, 0.13.4–0.15.2 (through
BloqadeKrylov and BloqadeWaveforms)
• your compat leaves Interpolations 0.16.3
The only minimal fix: drop requirement BloqadeODE
→ allows: Interpolations 0.16.3
Blocked fixes:
• relaxing your compat on BloqadeODE does not help.
• relaxing your compat on Interpolations 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.
Costlier fixes also exist.
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
• 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.10.2, Distributions 0.25.126
3. drop requirement DiffEqFlux
→ allows: Distributions 0.25.131
Blocked fixes:
• dropping requirement Distributions does not help.
Conflict 2: BracketingNonlinearSolve, DiffEqFlux and GPUCompiler
• your compat leaves GPUCompiler 2.5.3
• GPUCompiler 2.5.3 or absent constrains Enzyme ≤0.7.0
• BracketingNonlinearSolve and Enzyme ≤0.7.0 or absent together leave no
version of DiffEqFlux (through DiffEqSensitivity, NonlinearSolveBase,
SciMLSensitivity and RecursiveArrayTools)
The only minimal fix: relax your compat on GPUCompiler
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0, Enzyme
0.13.201, GPUCompiler 1.23.0
Blocked fixes:
• relaxing your compat on BracketingNonlinearSolve 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 StringManipulation, dropped requirement DiffEqFlux, dropped
requirement OrdinaryDiffEqCore and dropped requirement SciMLSensitivity.
Conflict 3: BracketingNonlinearSolve, DiffEqFlux and SciMLOperators
• your compat leaves TimerOutputs 1.2.1
• BracketingNonlinearSolve, DiffEqFlux and TimerOutputs 1.2.1 or absent
together constrain OrdinaryDiffEqCore ≤4.16.0 (through DiffEqSensitivity,
NonlinearSolveBase, SciMLBase, SciMLLogging, SciMLSensitivity,
FunctionProperties and RecursiveArrayTools)
• your compat leaves OrdinaryDiffEqCore 5.0.0
• BracketingNonlinearSolve, DiffEqFlux, OrdinaryDiffEqCore absent and
TimerOutputs 1.2.1 or absent together require SciMLOperators ≤1.29.0
(through DiffEqSensitivity, NonlinearSolveBase, SciMLSensitivity and
RecursiveArrayTools)
• your compat leaves SciMLOperators 1.30.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
OrdinaryDiffEqCore 4.16.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 StringManipulation, dropped requirement
DiffEqFlux, dropped requirement Enzyme 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.3,
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.16.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.16.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.3,
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 HypergeometricFunctions 0.3.30
• your compat leaves SciMLBase 3.51.0
• Attractors, HypergeometricFunctions 0.3.30 or absent and SciMLBase 3.51.0
or absent together require Gamma 1.1.0 (through ComplexityMeasures,
Distributions, DynamicalSystemsBase, StateSpaceSets and StatsFuns)
• your compat leaves Gamma 1.2.0
One fix: relax your compat on Gamma
→ allows: Attractors 2.0.3, Gamma 1.1.0, HypergeometricFunctions 0.3.30,
SciMLBase 3.51.0
Blocked fixes:
• relaxing your compat on Attractors does not help.
• relaxing your compat on HypergeometricFunctions does not help.
• relaxing your compat on SciMLBase 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 Distributions)
• 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.16.0 (through DynamicalSystemsBase,
ForwardDiff, OrdinaryDiffEq, OrdinaryDiffEqTsit5 and SciMLLogging)
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: Attractors 2.0.3, DiffEqBase 7.20.0, OrdinaryDiffEqCore 4.16.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 ProximalOperators would not help without 12 other
changes.
• dropping requirement LPVSpectral would not help without 12 other
changes.
Conflict 8: Attractors and StringManipulation
• your compat leaves DynamicalSystemsBase 3.19.3
• your compat leaves NonlinearSolveBase 2.49.3
• Attractors, DynamicalSystemsBase 3.19.3 or absent and NonlinearSolveBase
2.49.3 or absent together require StringManipulation 0.4.0–0.5.0 (through
BracketingNonlinearSolve, DiffEqNoiseProcess, PrettyTables, SciMLBase,
StochasticDiffEqHighOrder, TimerOutputs and DiffEqBase)
• your compat leaves StringManipulation 0.6.1
The only minimal fix: relax your compat on StringManipulation
→ allows: Attractors 2.0.3, DynamicalSystemsBase 3.19.3,
NonlinearSolveBase 2.49.3, StringManipulation 0.5.0
Blocked fixes:
• relaxing your compat on Attractors does not help.
• relaxing your compat on DynamicalSystemsBase does not help.
• relaxing your compat on NonlinearSolveBase does not help.
• dropping requirement DynamicalSystemsBase 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 ForwardDiff 1.4.5
• DynamicalSystems and ForwardDiff 1.4.5 or absent together require
HypothesisTests ≤0.12.0 (through ChaosTools, DynamicalSystemsBase and
Roots)
• your compat leaves HypothesisTests 0.12.1
The only minimal fix: drop requirement DynamicalSystems
→ allows: ForwardDiff 1.4.5, HypothesisTests 0.12.1
Blocked fixes:
• relaxing your compat on DynamicalSystems does not help.
• relaxing your compat on ForwardDiff 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.
• dropping requirement HypothesisTests does not help.
• relaxing your compat on HypothesisTests would not help without 11 other
changes.
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: Gamma 1.2.0, HypergeometricFunctions 0.3.30, LogExpFunctions
1.0.1, SciMLBase 3.51.0, StatsFuns 2.2.1
2. drop requirement RecurrenceMicrostatesAnalysis
→ allows: Gamma 1.2.0, HypergeometricFunctions 0.3.30, LogExpFunctions
1.0.1, SciMLBase 3.51.0, 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.6.0 (through DataFrames, GeoStatsBase, GeoTables,
Meshes, PrettyTables, RecipesBase and ScientificTypes)
• 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.1, 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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.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.3,
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.0
Blocked fixes:
• relaxing your compat on ImplicitDiscreteSolve does not help.
Conflict 4: Integrals
• Integrals requires MonteCarloIntegration
• your compat leaves MonteCarloIntegration 0.2.0
• MonteCarloIntegration ≥0.1.0 requires QuasiMonteCarlo ≤0.4.1
• your compat leaves QuasiMonteCarlo 0.4.2
The only minimal fix: relax your compat on QuasiMonteCarlo
→ allows: Integrals 5.5.0, MonteCarloIntegration 0.2.0, QuasiMonteCarlo
0.3.11
Blocked fixes:
• relaxing your compat on Integrals does not help.
• dropping requirement QuasiMonteCarlo does not help.
• relaxing your compat on MonteCarloIntegration would not help without 6
other changes.
• dropping requirement Integrals or dropping requirement
MonteCarloIntegration would only help if you do both and 5 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.3,
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.111.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.16.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.3,
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.2
• SymbolicUtils 4.46.2 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.2
2. drop requirement SymbolicUtils
→ allows: Combinatorics 1.1.0
Blocked fixes:
• relaxing your compat on SymbolicUtils would not help without 12 other
changes.
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 LogExpFunctions 1.0.1
• LogExpFunctions 1.0.1 or absent and MeasureBase together require
KeywordCalls 0.1.3–0.1.8
• your compat leaves KeywordCalls 0.2.5
The only minimal fix: drop requirement MeasureBase
→ allows: KeywordCalls 0.2.5, LogExpFunctions 1.0.1
Blocked fixes:
• relaxing your compat on KeywordCalls does not help.
• relaxing your compat on MeasureBase does not help.
• dropping requirement KeywordCalls does not help.
• relaxing your compat on LogExpFunctions would not help without 12 other
changes.
Conflict 7: MeasureTheory
• your compat leaves DataStructures 0.19.6
• DataStructures 0.19.6 or absent and MeasureTheory together require
ForwardDiff ≤1.4.4 (through Distributions, GeneralizedGenerated,
NestedTuples, QuadGK, StatsBase and TransformVariables)
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement MeasureTheory
→ allows: DataStructures 0.19.6, ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on DataStructures does not help.
• relaxing your compat on ForwardDiff does not help.
• relaxing your compat on MeasureTheory 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.3, Symbolics 7.39.0
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.2
• SymbolicUtils 4.46.2 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.2
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_jll would not help without 8 other changes.
• dropping requirement HDF5 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 P4est_jll 2.8.9+0
• P4est_jll 2.8.9+0 or absent and T8code together require t8code_jll
≤4.0.7+0 (through MPIABI_jll)
• 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: P4est_jll 2.8.9+0, T8code 0.6.0, t8code_jll 2.0.0+0
2. relax your compat on t8code_jll and drop requirement T8code
→ allows: P4est_jll 2.8.9+0, t8code_jll 2.0.0+0
3. drop requirement T8code and drop requirement t8code_jll
→ allows: P4est_jll 2.8.9+0
Blocked fixes:
• dropping requirement P4est_jll does not help.
Conflict 4: Trixi
• your compat leaves TimerOutputs 1.2.1
• TimerOutputs 1.2.1 or absent and Trixi together require 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, TimerOutputs 1.2.1
Blocked fixes:
• relaxing your compat on TimerOutputs does not help.
• 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.3,
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, TimerOutputs 1.2.1, 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, TimerOutputs 1.2.1, Trixi 0.17.6, t8code_jll 4.0.7+0
Turing
Unsatisfiable — 3 conflicts, pick a fix for each:
Conflict 1: Gamma and Turing
• your compat leaves Gamma 1.2.0
• Gamma 1.2.0 and Turing together require DiffRules ≤1.15.1 (through
Bijectors, Distributions, ForwardDiff, LogExpFunctions, MCMCChain,
SpecialFunctions, ChainRulesCore and StatsFuns)
• your compat leaves DiffRules 1.16.0
The only minimal fix: relax your compat on Gamma
→ allows: DiffRules 1.16.0, Gamma 1.1.0, Turing 0.48.0
Blocked fixes:
• relaxing your compat on DiffRules does not help.
• relaxing your compat on Turing does not help.
• dropping requirement DiffRules does not help.
• dropping requirement Gamma would not help unless you also relaxed your
compat on HypergeometricFunctions, relaxed your compat on
LogExpFunctions and relaxed your compat on OrderedCollections.
• dropping requirement Turing would not help unless you also relaxed your
compat on OrderedCollections, dropped requirement Bijectors and dropped
requirement DynamicPPL.
Conflict 2: Bijectors
• your compat leaves Bijectors 0.16.2
• Bijectors 0.16.2 requires LogExpFunctions 0.3.16–0.3.29
• your compat leaves LogExpFunctions 1.0.1
The only minimal fix: relax your compat on LogExpFunctions
→ allows: Bijectors 0.16.2, LogExpFunctions 0.3.29
Blocked fixes:
• relaxing your compat on Bijectors does not help.
• dropping requirement Bijectors would not help unless you also relaxed
your compat on OrderedCollections, dropped requirement DynamicPPL and
dropped requirement Turing.
Conflict 3: AbstractPPL
• your compat leaves AbstractPPL 0.15.5
• AbstractPPL 0.15.5 requires OrderedCollections 1.8.1–1.8.2
• your compat leaves OrderedCollections 2.0.1
The only minimal fix: relax your compat on OrderedCollections
→ allows: AbstractPPL 0.15.5, OrderedCollections 1.8.2
Blocked fixes:
• relaxing your compat on AbstractPPL does not help.
• dropping requirement AbstractPPL would not help without 5 other changes.
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 EarCut_jll, relaxed your compat on
FixedPointNumbers 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:
• dropping requirement Luxor would not help without 9 other changes.
• dropping requirement FFMPEG_jll would not help without 9 other changes.
• relaxing your compat on Luxor 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.
Resolver.jl PR #107 — hard corpus, before and after — before
Agents
Unsatisfiable — 3 conflicts, each of which must be fixed:
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.
There may be more to say about some of these.
AlphaZero
Unsatisfiable — 9 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on
GettextRuntime_jll, relaxed your compat on Libffi_jll, relaxed your
compat on Parsers, relaxed your compat on StringManipulation, relaxed
your compat on x264_jll, dropped requirement AlphaZero, dropped
requirement JLFzf and dropped requirement Plots.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on Parsers, relaxed your compat on
StringManipulation, dropped requirement AlphaZero, dropped requirement
GR, dropped requirement GR_jll, dropped requirement JLFzf and dropped
requirement Plots.
• dropping requirement FFMPEG would not help unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on GettextRuntime_jll,
relaxed your compat on Libffi_jll, relaxed your compat on
StringManipulation, relaxed your compat on x264_jll, dropped requirement
AlphaZero, dropped requirement JLFzf, dropped requirement JSON3 and
dropped requirement Plots.
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on Parsers, relaxed your compat on
StringManipulation, relaxed your compat on fzf_jll, relaxed your compat
on x264_jll and dropped requirement AlphaZero.
• dropping requirement Plots would not help unless you also relaxed your
compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed your
compat on GettextRuntime_jll, relaxed your compat on Libffi_jll, relaxed
your compat on StringManipulation, relaxed your compat on fzf_jll,
relaxed your compat on x264_jll, dropped requirement AlphaZero and
dropped requirement JSON3.
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 unless you also relaxed your
compat on FFMPEG_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on fzf_jll, relaxed your compat on x264_jll, dropped
requirement AlphaZero, dropped requirement JSON3 and dropped requirement
PrettyTables.
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on StringManipulation, relaxed your compat on
fzf_jll, relaxed your compat on x264_jll, dropped requirement AlphaZero
and dropped requirement JSON3.
• dropping requirement Plots would not help unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on GettextRuntime_jll,
relaxed your compat on Libffi_jll, relaxed your compat on
StringManipulation, relaxed your compat on x264_jll, dropped requirement
AlphaZero, dropped requirement FFMPEG, dropped requirement JLFzf and
dropped requirement JSON3.
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 unless you also relaxed your
compat on FFMPEG_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on fzf_jll, relaxed your compat on x264_jll, dropped
requirement AlphaZero, dropped requirement JSON3 and dropped requirement
PrettyTables.
There may be more to say about some of these.
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, each of which must be fixed:
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: Bloqade and GettextRuntime_jll
• Bloqade requires Glib_jll (through BloqadeLattices, Cairo, Rsvg, Luxor and
LuxorGraphPlot)
• 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: GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on Glib_jll 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 does not help.
Conflict 7: Bloqade and Libffi_jll
• Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
Glib_jll, HarfBuzz_jll, Reexport, Cairo, Colors, LuxorGraphPlot,
Pango_jll, Graphics 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.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.16.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: Bloqade and XML2_jll
• your compat leaves BloqadeExpr 0.2.3
• Bloqade and BloqadeExpr 0.2.3 or absent together require XML2_jll
2.9.14+0–2.13.9+0 (through BloqadeLattices, Librsvg_jll, Reexport, Colors,
LuxorGraphPlot, Rsvg, Cairo, Graphics and Luxor)
• your compat leaves XML2_jll 2.15.3+0
The only minimal fix: relax your compat on XML2_jll
→ allows: XML2_jll 2.13.9+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on BloqadeExpr 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 ForwardDiff
• Bloqade requires ForwardDiff 0.10.13–0.10.39
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement Bloqade
→ allows: ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on ForwardDiff 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 Interpolations 0.13.1–0.13.2, 0.13.4–0.15.2 (through
BloqadeKrylov and BloqadeWaveforms)
• your compat leaves Interpolations 0.16.3
The only minimal fix: drop requirement BloqadeODE
→ allows: Interpolations 0.16.3
Blocked fixes:
• relaxing your compat on BloqadeODE does not help.
• relaxing your compat on Interpolations 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.
Costlier fixes also exist.
There may be more to say about some of these.
CSV
Unsatisfiable — 2 conflicts:
Conflict 1: WeakRefStrings
• your compat leaves WeakRefStrings 1.4.3
• WeakRefStrings 1.4.3 requires InlineStrings ≤1.4.6
• your compat leaves InlineStrings 2.0.1
Fix it by any one of:
1. relax your compat on WeakRefStrings
→ allows: InlineStrings 2.0.1, WeakRefStrings 0.6.2
2. drop requirement WeakRefStrings
→ allows: InlineStrings 2.0.1
Blocked fixes:
• dropping requirement InlineStrings would not help unless you also
relaxed your compat on CSV, relaxed your compat on Parsers and dropped
requirement WeakRefStrings.
Conflict 2: CSV
• 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: drop requirement CSV
→ allows: InlineStrings 2.0.1
Blocked fixes:
• relaxing your compat on CSV would not help unless you also relaxed your
compat on Parsers and relaxed your compat on WeakRefStrings.
• dropping requirement InlineStrings would not help unless you also
relaxed your compat on CSV, relaxed your compat on Parsers and dropped
requirement WeakRefStrings.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on InlineStrings and relax your compat on Parsers
→ allows: CSV 0.10.17, InlineStrings 1.4.6, WeakRefStrings 1.4.3
CairoMakie
Unsatisfiable — 7 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
FFMPEG_jll and dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, relaxed your compat on
x264_jll and dropped requirement Makie.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
CairoMakie and dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
FFMPEG_jll and dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
FFMPEG_jll and dropped requirement Makie.
There may be more to say about some of these.
Catlab
Unsatisfiable — 4 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on Parsers, relaxed your compat on StringManipulation,
dropped requirement Catlab, dropped requirement Colors, dropped
requirement Compose and dropped requirement GATlab.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on Parsers, relaxed
your compat on PrettyTables, dropped requirement Catlab and dropped
requirement Compose.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on Parsers, relaxed
your compat on PrettyTables, dropped requirement Catlab and dropped
requirement Compose.
There may be more to say about some of these.
ClimaCore
Unsatisfiable — 4 conflicts:
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
One 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
One 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on HDF5_jll, relax your compat on XML2_jll, drop
requirement ClimaCore and drop requirement CubedSphere
→ allows: Adapt 4.7.0, Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1,
KrylovKit 0.10.4, MPIABI_jll 1.0.0+0, TaylorSeries 0.22.4, XML2_jll
2.13.9+0
There may be more to say about some of these.
Convex
SATISFIABLE
DataFrames
Unsatisfiable — 2 conflicts:
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.
If none of the fixes above suits, the remaining minimal fixes are:
1. 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
2. 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, each of which must be fixed:
Conflict 1: DiffEqFlux
• 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.10.2, Distributions 0.25.126
3. drop requirement DiffEqFlux
→ allows: Distributions 0.25.131
Blocked fixes:
• dropping requirement Distributions does not help.
Conflict 2: BracketingNonlinearSolve, DiffEqFlux and GPUCompiler
• your compat leaves GPUCompiler 2.5.3
• GPUCompiler 2.5.3 or absent constrains Enzyme ≤0.7.0
• BracketingNonlinearSolve and Enzyme ≤0.7.0 or absent together leave no
version of DiffEqFlux (through DiffEqSensitivity, NonlinearSolveBase,
SciMLSensitivity and RecursiveArrayTools)
The only minimal fix: relax your compat on GPUCompiler
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0, Enzyme
0.13.201, GPUCompiler 1.23.0
Blocked fixes:
• relaxing your compat on BracketingNonlinearSolve 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 StringManipulation, dropped requirement DiffEqFlux, dropped
requirement OrdinaryDiffEqCore and dropped requirement SciMLSensitivity.
Conflict 3: BracketingNonlinearSolve, DiffEqFlux and SciMLOperators
• your compat leaves TimerOutputs 1.2.1
• BracketingNonlinearSolve, DiffEqFlux and TimerOutputs 1.2.1 or absent
together constrain OrdinaryDiffEqCore ≤4.16.0 (through DiffEqSensitivity,
NonlinearSolveBase, SciMLBase, SciMLLogging, SciMLSensitivity,
FunctionProperties and RecursiveArrayTools)
• your compat leaves OrdinaryDiffEqCore 5.0.0
• BracketingNonlinearSolve, DiffEqFlux, OrdinaryDiffEqCore absent and
TimerOutputs 1.2.1 or absent together require SciMLOperators ≤1.29.0
(through DiffEqSensitivity, NonlinearSolveBase, SciMLSensitivity and
RecursiveArrayTools)
• your compat leaves SciMLOperators 1.30.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
OrdinaryDiffEqCore 4.16.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 StringManipulation, dropped requirement
DiffEqFlux, dropped requirement Enzyme 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.3,
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.
There may be more to say about some of these.
DifferentialEquations
Unsatisfiable — 2 conflicts, each of which must be fixed:
Conflict 1: DifferentialEquations
• your compat leaves DifferentialEquations 8.1.1
• DifferentialEquations 8.1.1 requires OrdinaryDiffEqCore ≤4.16.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.16.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.3,
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.
There may be more to say about some of these.
Distributions
SATISFIABLE
DynamicalSystems
Unsatisfiable — 11 conflicts:
Conflict 1: ColorSchemes
• ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
Colors)
• your compat leaves FixedPointNumbers 0.9.1
One 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: 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
One 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 or dropping requirement OSQP would only
help if you do both and also relaxed your compat on FixedPointNumbers,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
StringManipulation, dropped requirement Attractors, dropped requirement
ChaosTools, dropped requirement ComplexityMeasures, dropped requirement
DynamicalSystems, dropped requirement FractalDimensions, dropped
requirement ProximalOperators, dropped requirement
RecurrenceMicrostatesAnalysis and dropped requirement
SignalDecomposition.
Conflict 3: Attractors and OrdinaryDiffEqCore
• your compat leaves DiffEqBase 7.20.0
• DiffEqBase 7.20.0 or absent constrains OrdinaryDiffEqCore ≤2.3.0,
4.2.1–4.16.0 (through SciMLLogging)
• your compat leaves OrdinaryDiffEqCore 5.0.0
• Attractors and DiffEqBase 7.20.0 or absent together require
OrdinaryDiffEqCore (through DynamicalSystemsBase, ForwardDiff,
OrdinaryDiffEq and OrdinaryDiffEqTsit5)
One fix: relax your compat on OrdinaryDiffEqCore
→ allows: DiffEqBase 7.20.0, OrdinaryDiffEqCore 4.16.0
Blocked fixes:
• relaxing your compat on Attractors does not help.
• relaxing your compat on DiffEqBase does not help.
Conflict 4: 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
One 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 unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on Gamma, relaxed
your compat on LogExpFunctions, relaxed your compat on OSQP_jll, relaxed
your compat on OrdinaryDiffEqCore, relaxed your compat on StatsFuns,
relaxed your compat on StringManipulation, dropped requirement
ChaosTools, dropped requirement DynamicalSystems, dropped requirement
FractalDimensions, dropped requirement ProximalOperators and dropped
requirement SignalDecomposition.
• dropping requirement ProximalOperators would not help unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
OSQP_jll, relaxed your compat on OrdinaryDiffEqCore, relaxed your compat
on RecurrenceMicrostatesAnalysis, relaxed your compat on
StringManipulation, dropped requirement Attractors, dropped requirement
ChaosTools, dropped requirement ComplexityMeasures, dropped requirement
DynamicalSystems, dropped requirement FractalDimensions, dropped
requirement LPVSpectral and dropped requirement SignalDecomposition.
Conflict 5: RecurrenceMicrostatesAnalysis
• your compat leaves RecurrenceMicrostatesAnalysis 0.5.4
• RecurrenceMicrostatesAnalysis 0.5.4 requires LogExpFunctions 0.3.2–0.3.29
(through ComplexityMeasures and StatsFuns)
• your compat leaves LogExpFunctions 1.0.1
Fix it by any one of:
1. relax your compat on RecurrenceMicrostatesAnalysis
→ allows: LogExpFunctions 1.0.1, RecurrenceMicrostatesAnalysis 0.3.1
2. drop requirement RecurrenceMicrostatesAnalysis
→ allows: LogExpFunctions 1.0.1
Conflict 6: 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
One fix: relax your compat on StringManipulation
→ allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.3,
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.
Conflict 7: Attractors and StatsFuns
• your compat leaves Attractors 2.0.3
• Attractors 2.0.3 requires StatsFuns ≤2.2.0 (through Distributions)
• your compat leaves StatsFuns 2.2.1
One fix: drop requirement Attractors
→ allows: StatsFuns 2.2.1
Blocked fixes:
• relaxing your compat on Attractors does not help.
Conflict 8: 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
One 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 unless you
also relaxed your compat on Distributions, relaxed your compat on
FixedPointNumbers, relaxed your compat on Gamma, relaxed your compat on
HypothesisTests, relaxed your compat on LogExpFunctions, relaxed your
compat on OSQP_jll, relaxed your compat on OrdinaryDiffEqCore, relaxed
your compat on ProximalCore, relaxed your compat on Roots, relaxed your
compat on StatsFuns and relaxed your compat on StringManipulation.
Conflict 9: ComplexityMeasures
• your compat leaves ComplexityMeasures 3.10.1
• ComplexityMeasures 3.10.1 requires LogExpFunctions 0.3.2–0.3.29 (through
StatsFuns)
• your compat leaves LogExpFunctions 1.0.1
One fix: drop requirement ComplexityMeasures
→ allows: LogExpFunctions 1.0.1
Blocked fixes:
• relaxing your compat on ComplexityMeasures does not help.
Conflict 10: DynamicalSystems
• your compat leaves DynamicalSystems 3.7.0
• DynamicalSystems 3.7.0 requires Distributions ≤0.25.130 (through
ChaosTools and Roots)
• your compat leaves Distributions 0.25.131
One fix: drop requirement DynamicalSystems
→ allows: Distributions 0.25.131
Blocked fixes:
• relaxing your compat on DynamicalSystems does not help.
• relaxing your compat on Distributions would not help unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on Gamma,
relaxed your compat on HypothesisTests, relaxed your compat on
IntervalRootFinding, relaxed your compat on LogExpFunctions, relaxed
your compat on OSQP_jll, relaxed your compat on OrdinaryDiffEqCore,
relaxed your compat on ProximalCore, relaxed your compat on Roots,
relaxed your compat on StatsFuns and relaxed your compat on
StringManipulation.
Conflict 11: FractalDimensions
• FractalDimensions requires Distributions ≤0.25.127 (through
ComplexityMeasures, DelayEmbeddings and Roots)
• your compat leaves Distributions 0.25.131
One fix: drop requirement FractalDimensions
→ allows: Distributions 0.25.131
Blocked fixes:
• relaxing your compat on Distributions does not help.
• relaxing your compat on FractalDimensions does not help.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on FixedPointNumbers, relax your compat on Gamma, relax
your compat on LogExpFunctions, relax your compat on OSQP_jll, relax your
compat on OrdinaryDiffEqCore, relax your compat on ProximalCore, relax
your compat on StatsFuns, relax your compat on StringManipulation, drop
requirement ChaosTools, drop requirement DynamicalSystems and drop
requirement FractalDimensions
→ allows: Attractors 2.0.3, BracketingNonlinearSolve 1.12.6, ColorSchemes
3.31.0, ComplexityMeasures 3.10.1, DiffEqBase 7.20.0, Distributions
0.25.131, FixedPointNumbers 0.8.6, IntervalRootFinding 0.7.2,
LPVSpectral 0.3.4, LogExpFunctions 0.3.29, NonlinearSolveBase 2.49.3,
OSQP 0.8.1, OSQP_jll 0.600.200+0, OrdinaryDiffEqCore 4.16.0,
ProximalCore 0.1.2, ProximalOperators 0.16.1,
RecurrenceMicrostatesAnalysis 0.5.4, StatsFuns 1.5.3,
StringManipulation 0.5.0
There may be more to say about some of these.
Ferrite
SATISFIABLE
Flux
SATISFIABLE
Franklin
Unsatisfiable — 2 conflicts, each of which must be fixed:
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, each of which must be fixed:
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 also relaxed your compat on EarCut_jll,
relaxed your compat on FixedPointNumbers, relaxed your compat on
GettextRuntime_jll, relaxed your compat on Giflib_jll, relaxed your
compat on Libffi_jll and dropped requirement Makie.
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 unless you also relaxed your
compat on EarCut_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Giflib_jll,
relaxed your compat on Libffi_jll, relaxed your compat on x264_jll and
dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
GLMakie and dropped requirement Makie.
There may be more to say about some of these.
Gadfly
Unsatisfiable — 4 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on LazyGrids, relaxed your compat on Ratios, dropped
requirement Colors, dropped requirement Compose and dropped requirement
Gadfly.
• dropping requirement FixedPointNumbers would not help unless you also
dropped requirement ColorTypes, dropped requirement Colors, dropped
requirement Compose, dropped requirement CoupledFields and dropped
requirement Gadfly.
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.
There may be more to say about some of these.
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.
There may be more to say about some of these.
Genie
SATISFIABLE
GeoStats
Unsatisfiable — 4 conflicts:
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: ColorSchemes
• ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
Colors)
• your compat leaves FixedPointNumbers 0.9.1
One 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: 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 4: GeoStats
• GeoStats ≤0.81.3 requires CategoricalArrays ≤1.1.0 (through CSV,
GaussianSimulation, GeoClustering, GeoSimulation, GeoStatsBase,
GeoStatsDevTools and Meshes)
• your compat leaves CategoricalArrays 1.1.1
• CategoricalArrays 1.1.1 or absent and GeoStats ≥0.49.0 together require
StringManipulation ≤0.6.0 (through GeoStatsBase, GeoStatsValidation,
GeoTables, PrettyTables and Meshes)
• your compat leaves StringManipulation 0.6.1
One 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on FixedPointNumbers, relax your compat on
StringManipulation, drop requirement CoordGridTransforms and drop
requirement GeoStats
→ allows: CategoricalArrays 1.1.1, ColorSchemes 3.31.0, DataDeps 1.0.0,
FixedPointNumbers 0.8.6, HTTP 2.6.7, StringManipulation 0.5.0
Costlier fixes also exist.
There may be more to say about some of these.
GeometricFlux
Unsatisfiable — 10 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on InlineStrings,
relaxed your compat on Parsers, relaxed your compat on StridedViews,
relaxed your compat on StringManipulation, relaxed your compat on
XML2_jll, dropped requirement GeometricFlux, dropped requirement
GraphSignals, dropped requirement HDF5, dropped requirement MAT and
dropped requirement MLDatasets.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed
your compat on Parsers, relaxed your compat on WeakRefStrings, relaxed
your compat on XML2_jll, dropped requirement DataFrames, dropped
requirement GeometricFlux, dropped requirement GraphSignals, dropped
requirement MLDatasets, dropped requirement Pickle and dropped
requirement PrettyTables.
• dropping requirement CSV would not help unless you also relaxed your
compat on DataFrames, relaxed your compat on FixedPointNumbers, relaxed
your compat on HDF5_jll, relaxed your compat on PrettyTables, relaxed
your compat on StridedViews, relaxed your compat on WeakRefStrings,
relaxed your compat on XML2_jll, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement JSON3 and dropped
requirement MLDatasets.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed
your compat on Parsers, relaxed your compat on StridedViews, relaxed
your compat on WeakRefStrings, relaxed your compat on XML2_jll, dropped
requirement DataFrames, dropped requirement GeometricFlux, dropped
requirement GraphSignals, dropped requirement MLDatasets and dropped
requirement PrettyTables.
• relaxing your compat on WeakRefStrings would not help unless you also
relaxed your compat on DataFrames, relaxed your compat on
FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed your compat
on Parsers, relaxed your compat on PrettyTables, relaxed your compat on
XML2_jll, dropped requirement CSV, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement MLDatasets and
dropped requirement Pickle.
• dropping requirement CSV would not help unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed
your compat on StridedViews, relaxed your compat on XML2_jll, dropped
requirement DataFrames, dropped requirement GeometricFlux, dropped
requirement GraphSignals, dropped requirement JSON3, dropped requirement
MLDatasets, dropped requirement PrettyTables and dropped requirement
WeakRefStrings.
• dropping requirement WeakRefStrings would not help unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
HDF5_jll, relaxed your compat on XML2_jll, dropped requirement CSV,
dropped requirement DataFrames, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement JSON3, dropped
requirement MLDatasets, dropped requirement Pickle and dropped
requirement PrettyTables.
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 also relaxed your compat
on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed your
compat on InlineStrings, relaxed your compat on Parsers, relaxed your
compat on XML2_jll, dropped requirement GeometricFlux, dropped
requirement GraphSignals, dropped requirement MLDatasets and dropped
requirement Pickle.
• dropping requirement PrettyTables would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on HDF5_jll,
relaxed your compat on InlineStrings, relaxed your compat on Parsers,
relaxed your compat on StridedViews, relaxed your compat on XML2_jll,
dropped requirement DataFrames, dropped requirement GeometricFlux,
dropped requirement GraphSignals and dropped requirement MLDatasets.
• dropping requirement DataFrames would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on HDF5_jll,
relaxed your compat on InlineStrings, relaxed your compat on Parsers,
relaxed your compat on XML2_jll, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement MLDatasets,
dropped requirement Pickle and dropped requirement PrettyTables.
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.
There may be more to say about some of these.
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.
There may be more to say about some of these.
ITensors
Unsatisfiable — 2 conflicts:
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.
If none of the fixes above suits, the remaining minimal fixes are:
1. drop requirement ITensors and drop requirement NDTensors
→ allows: InlineStrings 2.0.1, TimerOutputs 1.2.1
Costlier fixes also exist.
There may be more to say about some of these.
Images
Unsatisfiable — 5 conflicts, each of which must be fixed:
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, relaxed your compat on OrderedCollections, relaxed your
compat on Parameters and dropped requirement Images.
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, relaxed your compat on MetaGraphs, dropped requirement
ImageContrastAdjustment and dropped requirement Images.
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, dropped requirement ImageContrastAdjustment, dropped
requirement ImageSegmentation and dropped requirement Images.
There may be more to say about some of these.
IntervalArithmetic
SATISFIABLE
JuMP
SATISFIABLE
Knet
Unsatisfiable — 4 conflicts, each of which must be fixed:
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
TimerOutputs, dropped requirement ImageMagick, dropped requirement Knet
and dropped requirement libwebp_jll.
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.
There may be more to say about some of these.
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.
There may be more to say about some of these.
Lux
SATISFIABLE
MLJ
Unsatisfiable — 3 conflicts, each of which must be fixed:
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.1, 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.
There may be more to say about some of these.
Makie
Unsatisfiable — 7 conflicts:
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
One 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 ColorTypes 0.12.1
• ColorTypes 0.12.1 or absent and Makie together require FFMPEG_jll ≤8.1.2+0
(through AbstractPlotting)
• your compat leaves FFMPEG_jll 9.0.0+0
One fix: relax your compat on FFMPEG_jll
→ allows: ColorTypes 0.12.1, FFMPEG_jll 8.1.2+0, Makie 0.24.14
Blocked fixes:
• relaxing your compat on ColorTypes does not help.
• relaxing your compat on Makie does not help.
Conflict 3: Animations
• Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
Colors)
• your compat leaves FixedPointNumbers 0.9.1
One 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
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 also relaxed your compat on EarCut_jll,
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, dropped requirement FFMPEG_jll, dropped requirement
HarfBuzz_jll, dropped requirement Makie and dropped requirement
libass_jll.
Conflict 5: 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
One 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 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
One 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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on Giflib_jll, dropped requirement FFMPEG_jll,
dropped requirement Glib_jll, dropped requirement HarfBuzz_jll, dropped
requirement Makie and dropped requirement libass_jll.
Conflict 7: 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on GettextRuntime_jll, relax your compat on Giflib_jll,
relax your compat on Libffi_jll, relax your compat on x264_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FFMPEG_jll 9.0.0+0, FixedPointNumbers 0.8.6,
FreeTypeAbstraction 0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll
0.22.4+0, Giflib_jll 5.2.3+0, Glib_jll 2.88.3+0, ImageIO 0.6.10,
Libffi_jll 3.4.7+0, x264_jll 10164.0.1+0
2. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on GettextRuntime_jll, relax your compat on Giflib_jll,
relax your compat on Libffi_jll, drop requirement FFMPEG_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FixedPointNumbers 0.8.6, FreeTypeAbstraction
0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll 0.22.4+0, Giflib_jll
5.2.3+0, Glib_jll 2.88.3+0, ImageIO 0.6.10, Libffi_jll 3.4.7+0,
x264_jll 10165.0.0+0
3. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on Giflib_jll, relax your compat on Glib_jll, relax
your compat on Libffi_jll, relax your compat on x264_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FFMPEG_jll 9.0.0+0, FixedPointNumbers 0.8.6,
FreeTypeAbstraction 0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll
1.0.0+0, Giflib_jll 5.2.3+0, Glib_jll 2.84.0+0, ImageIO 0.6.10,
Libffi_jll 3.4.7+0, x264_jll 10164.0.1+0
4. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on Giflib_jll, relax your compat on Glib_jll, relax
your compat on Libffi_jll, drop requirement FFMPEG_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FixedPointNumbers 0.8.6, FreeTypeAbstraction
0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll 1.0.0+0, Giflib_jll
5.2.3+0, Glib_jll 2.84.0+0, ImageIO 0.6.10, Libffi_jll 3.4.7+0,
x264_jll 10165.0.0+0
There may be more to say about some of these.
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, each of which must be fixed:
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.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.3,
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 Combinatorics, relaxed your compat on Moshi,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
TimerOutputs and dropped requirement PrettyTables.
There may be more to say about some of these.
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.
There may be more to say about some of these.
NeuralPDE
Unsatisfiable — 5 conflicts, each of which must be fixed:
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.0
Blocked fixes:
• relaxing your compat on ImplicitDiscreteSolve does not help.
Conflict 4: Integrals
• Integrals requires MonteCarloIntegration
• your compat leaves MonteCarloIntegration 0.2.0
• MonteCarloIntegration ≥0.1.0 requires QuasiMonteCarlo ≤0.4.1
• your compat leaves QuasiMonteCarlo 0.4.2
The only minimal fix: relax your compat on QuasiMonteCarlo
→ allows: Integrals 5.5.0, MonteCarloIntegration 0.2.0, QuasiMonteCarlo
0.3.11
Blocked fixes:
• relaxing your compat on Integrals does not help.
• dropping requirement QuasiMonteCarlo does not help.
• relaxing your compat on MonteCarloIntegration would not help unless you
also relaxed your compat on Combinatorics, relaxed your compat on Moshi,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
StringManipulation, dropped requirement Integrals and dropped
requirement NeuralPDE.
• dropping requirement Integrals or dropping requirement
MonteCarloIntegration would only help if you do both and also relaxed
your compat on Combinatorics, relaxed your compat on OrdinaryDiffEqCore,
relaxed your compat on StringManipulation, relaxed your compat on
SymbolicUtils and dropped requirement NeuralPDE.
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.3,
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 Combinatorics, relaxed your compat on Moshi,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
QuasiMonteCarlo, relaxed your compat on TimerOutputs and dropped
requirement PrettyTables.
There may be more to say about some of these.
Oceananigans
Unsatisfiable — 3 conflicts:
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.111.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
One 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on XML2_jll, drop requirement CubedSphere and drop
requirement Oceananigans
→ allows: FFTW 1.10.0, MPIABI_jll 1.0.0+0, OrderedCollections 2.0.1,
TaylorSeries 0.22.4, XML2_jll 2.13.9+0
Costlier fixes also exist.
There may be more to say about some of these.
Optim
SATISFIABLE
POMDPs
SATISFIABLE
Plots
Unsatisfiable — 6 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on fzf_jll and relaxed your compat on x264_jll.
• dropping requirement Plots would not help unless you also relaxed your
compat on FFMPEG_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on x264_jll and dropped requirement JLFzf.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on GR, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
dropped requirement FFMPEG, dropped requirement GR_jll, dropped
requirement JLFzf and dropped requirement Plots.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on GettextRuntime_jll,
relaxed your compat on Libffi_jll, relaxed your compat on x264_jll,
dropped requirement FFMPEG and dropped requirement Plots.
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GR, relaxed your compat on GettextRuntime_jll, relaxed
your compat on Libffi_jll, relaxed your compat on fzf_jll, dropped
requirement GR_jll and dropped requirement Plots.
There may be more to say about some of these.
Pluto
Unsatisfiable — 2 conflicts:
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.
If none of the fixes above suits, the remaining minimal fixes are:
1. drop requirement Configurations and drop requirement Pluto
→ allows: HTTP 2.6.7, OrderedCollections 2.0.1
QuantumOptics
Unsatisfiable — 4 conflicts:
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: 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
One fix: relax your compat on OrdinaryDiffEqCore
→ allows: OrdinaryDiffEqCore 4.16.0, SciMLLogging 2.1.0
Blocked fixes:
• relaxing your compat on SciMLLogging does not help.
Conflict 3: 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
One fix: relax your compat on StringManipulation
→ allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.3,
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.
Conflict 4: 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on Arpack, relax your compat on Arpack_jll, relax your
compat on OrdinaryDiffEqCore and relax your compat on StringManipulation
→ allows: Arpack 0.5.3, Arpack_jll 3.5.2+0, BracketingNonlinearSolve
1.12.6, NonlinearSolveBase 2.49.3, OrdinaryDiffEqCore 4.16.0,
QuantumOptics 1.2.9, SciMLLogging 2.1.0, StringManipulation 0.5.0
Costlier fixes also exist.
There may be more to say about some of these.
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, each of which must be fixed:
Conflict 1: SymbolicUtils
• your compat leaves SymbolicUtils 4.46.2
• SymbolicUtils 4.46.2 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.2
2. drop requirement SymbolicUtils
→ allows: Combinatorics 1.1.0
Blocked fixes:
• relaxing your compat on SymbolicUtils would not help unless you also
relaxed your compat on Parsers, relaxed your compat on TimerOutputs,
dropped requirement ArrayInterfaceStaticArrays, dropped requirement
GeneralizedGenerated, dropped requirement MCMCDiagnostics, dropped
requirement MeasureBase, dropped requirement MeasureTheory, dropped
requirement Metatheory, dropped requirement NestedTuples, dropped
requirement SampleChains, dropped requirement Soss and dropped
requirement TupleVectors.
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 LogExpFunctions 1.0.1
• LogExpFunctions 1.0.1 or absent and MeasureBase together require
KeywordCalls 0.1.3–0.1.8
• your compat leaves KeywordCalls 0.2.5
The only minimal fix: drop requirement MeasureBase
→ allows: KeywordCalls 0.2.5, LogExpFunctions 1.0.1
Blocked fixes:
• relaxing your compat on KeywordCalls does not help.
• relaxing your compat on MeasureBase does not help.
• dropping requirement KeywordCalls does not help.
• relaxing your compat on LogExpFunctions would not help unless you also
relaxed your compat on Combinatorics, relaxed your compat on Gamma,
relaxed your compat on Parsers, dropped requirement
ArrayInterfaceStaticArrays, dropped requirement GeneralizedGenerated,
dropped requirement MCMCDiagnostics, dropped requirement MeasureTheory,
dropped requirement Metatheory, dropped requirement NestedTuples,
dropped requirement SampleChains, dropped requirement Soss and dropped
requirement TupleVectors.
Conflict 7: MeasureTheory
• your compat leaves DataStructures 0.19.6
• DataStructures 0.19.6 or absent and MeasureTheory together require
ForwardDiff ≤1.4.4 (through Distributions, GeneralizedGenerated,
NestedTuples, QuadGK, StatsBase and TransformVariables)
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement MeasureTheory
→ allows: DataStructures 0.19.6, ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on DataStructures does not help.
• relaxing your compat on ForwardDiff does not help.
• relaxing your compat on MeasureTheory 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.
There may be more to say about some of these.
StaticArrays
SATISFIABLE
StatsModels
SATISFIABLE
Symbolics
Unsatisfiable — 2 conflicts, each of which must be fixed:
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.3, Symbolics 7.39.0
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.2
• SymbolicUtils 4.46.2 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.2
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.
There may be more to say about some of these.
TensorKit
SATISFIABLE
Transformers
Unsatisfiable — 10 conflicts:
Conflict 1: 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
One fix: relax your compat on DataDeps
→ allows: BytePairEncoding 0.5.2, DataDeps 0.7.14, WordTokenizers 0.5.6
Blocked fixes:
• dropping requirement DataDeps does not help.
Conflict 2: 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
One fix: relax your compat on DataStructures
→ allows: BytePairEncoding 0.5.2, DataStructures 0.18.22
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.5.2, HTTP 1.11.0, WordTokenizers 0.5.6
Blocked fixes:
• dropping requirement HTTP does not help.
Conflict 4: Pickle and OrderedCollections
• your compat leaves StridedViews 0.5.2
• Pickle and StridedViews 0.5.2 or absent together require
OrderedCollections 1.1.0–1.8.2 (through DataStructures)
• your compat leaves OrderedCollections 2.0.1
One fix: relax your compat on OrderedCollections
→ allows: OrderedCollections 1.8.2, Pickle 0.3.2, StridedViews 0.5.2
Blocked fixes:
• dropping requirement StridedViews does not help.
Conflict 5: 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 6: 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 Pickle
→ allows: Pickle 0.3.2, StridedViews 0.5.2
2. relax your compat on StridedViews
→ allows: Pickle 0.3.7, StridedViews 0.4.6
3. drop requirement Pickle
→ allows: StridedViews 0.5.2
Blocked fixes:
• dropping requirement StridedViews does not help.
Conflict 7: 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 unless you also
relaxed your compat on Parsers, relaxed your compat on StridedViews,
relaxed your compat on StringViews, relaxed your compat on
WordTokenizers, dropped requirement BytePairEncoding, dropped
requirement Fetch, dropped requirement NeuralAttentionlib, dropped
requirement TextEncodeBase and dropped requirement Transformers.
Conflict 8: DoubleArrayTries
• DoubleArrayTries requires StringViews 1.0.0–1.3.7
• your compat leaves StringViews 2.0.1
One fix: relax your compat on StringViews
→ allows: DoubleArrayTries 0.1.1, StringViews 1.3.7
Blocked fixes:
• relaxing your compat on DoubleArrayTries does not help.
• dropping requirement StringViews does not help.
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 unless you also relaxed your
compat on BytePairEncoding, relaxed your compat on DataDeps, relaxed
your compat on HTTP, relaxed your compat on Parsers, relaxed your compat
on PrimitiveOneHot, relaxed your compat on StridedViews, dropped
requirement DoubleArrayTries, dropped requirement TextEncodeBase,
dropped requirement Transformers and dropped requirement Zygote.
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.5.2
Blocked fixes:
• relaxing your compat on Transformers does not help.
• dropping requirement StridedViews does not help.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, relax your compat on TextEncodeBase, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.6
2. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.6
3. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on TextEncodeBase, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.6
4. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.6
5. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, relax your
compat on TextEncodeBase, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
6. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
7. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on TextEncodeBase, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.6
8. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.6
9. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.4
10. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, relax your
compat on WordTokenizers, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.4
11. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on TextEncodeBase, relax your
compat on WordTokenizers, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
12. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on WordTokenizers, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
13. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on TextEncodeBase, relax your
compat on WordTokenizers, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
14. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
15. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.4
16. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on WordTokenizers, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.4
17. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on StringViews, relax your compat on TextEncodeBase,
relax your compat on WordTokenizers, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
18. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on StringViews, relax your compat on WordTokenizers,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
19. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
20. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on WordTokenizers, drop requirement DoubleArrayTries,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
21. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StringViews,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
22. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StringViews,
relax your compat on WordTokenizers, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
23. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on
TextEncodeBase, relax your compat on WordTokenizers, drop requirement
DoubleArrayTries, drop requirement Fetch, drop requirement
NeuralAttentionlib, drop requirement Pickle and drop requirement
Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 2.0.1, WordTokenizers 0.5.4
24. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, relax your
compat on TextEncodeBase, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.6
25. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.6
26. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on TextEncodeBase, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.6
27. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.6
28. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on TextEncodeBase, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
29. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
30. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on TextEncodeBase, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.6
31. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, drop requirement
BytePairEncoding, drop requirement DoubleArrayTries, drop requirement
NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.6
32. relax your compat on DataStructures, relax your compat on HTTP, relax
your compat on OrderedCollections, relax your compat on Parsers, relax
your compat on Pickle, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.2,
PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 1.3.7,
WordTokenizers 0.5.4
33. relax your compat on DataStructures, relax your compat on HTTP, relax
your compat on OrderedCollections, relax your compat on Parsers, relax
your compat on PrimitiveOneHot, relax your compat on StridedViews, relax
your compat on StringViews, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.4
34. relax your compat on DataStructures, relax your compat on HTTP, relax
your compat on OrderedCollections, relax your compat on Parsers, relax
your compat on PrimitiveOneHot, relax your compat on StringViews, relax
your compat on WordTokenizers, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 1.8.2, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
35. relax your compat on DataStructures, relax your compat on
OrderedCollections, relax your compat on Parsers, relax your compat on
Pickle, relax your compat on PrimitiveOneHot, relax your compat on
StringViews, relax your compat on WordTokenizers, drop requirement Fetch,
drop requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.2, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
36. relax your compat on DataStructures, relax your compat on
OrderedCollections, relax your compat on Parsers, relax your compat on
PrimitiveOneHot, relax your compat on StridedViews, relax your compat on
StringViews, relax your compat on WordTokenizers, drop requirement Fetch,
drop requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
37. relax your compat on DataStructures, relax your compat on
OrderedCollections, relax your compat on Parsers, relax your compat on
PrimitiveOneHot, relax your compat on StringViews, relax your compat on
WordTokenizers, drop requirement Fetch, drop requirement
NeuralAttentionlib, drop requirement Pickle and drop requirement
Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 1.8.2, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
38. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, relax your compat on TextEncodeBase, relax your
compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
39. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
40. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib, drop requirement TextEncodeBase, drop
requirement Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7
41. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
42. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
43. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement TextEncodeBase, drop
requirement Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1
44. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
45. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, relax your
compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
46. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement Pickle, drop requirement TextEncodeBase, drop requirement
Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7
47. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on TextEncodeBase, relax
your compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.4
48. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.4
49. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle, drop requirement TextEncodeBase, drop requirement
Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1
50. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on StringViews,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
51. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on StringViews,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
52. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on StringViews, drop
requirement BytePairEncoding, drop requirement Fetch, drop requirement
NeuralAttentionlib, drop requirement TextEncodeBase, drop requirement
Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 1.3.7
53. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on TextEncodeBase,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
54. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement DoubleArrayTries,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
55. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, drop requirement BytePairEncoding,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement TextEncodeBase, drop
requirement Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1
56. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StringViews, relax your compat on TextEncodeBase,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 1.3.7, WordTokenizers 0.5.4
57. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StringViews, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 1.3.7, WordTokenizers 0.5.4
58. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StringViews, drop requirement BytePairEncoding, drop
requirement Fetch, drop requirement NeuralAttentionlib, drop requirement
Pickle, drop requirement TextEncodeBase, drop requirement Transformers
and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 1.3.7
59. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement DoubleArrayTries,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 2.0.1,
WordTokenizers 0.5.4
60. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 2.0.1,
WordTokenizers 0.5.4
61. relax your compat on Parsers, relax your compat on PrimitiveOneHot, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement Fetch, drop requirement NeuralAttentionlib, drop requirement
Pickle, drop requirement TextEncodeBase, drop requirement Transformers
and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 2.0.1
There are more minimal fixes than are shown.
There may be more to say about some of these.
Trixi
Unsatisfiable — 7 conflicts:
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
One 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_jll would not help unless you also relaxed
your compat on P4est, relaxed your compat on StringManipulation, relaxed
your compat on T8code, relaxed your compat on XML2_jll, relaxed your
compat on t8code_jll, dropped requirement HDF5, dropped requirement
StartUpDG and dropped requirement Trixi.
• dropping requirement HDF5 would not help unless you also relaxed your
compat on P4est_jll, relaxed your compat on StringManipulation, relaxed
your compat on XML2_jll, dropped requirement HDF5_jll, dropped
requirement StartUpDG, dropped requirement T8code, dropped requirement
Trixi and dropped requirement t8code_jll.
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: 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
One fix: relax your compat on StringManipulation
→ allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.3,
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 4: T8code and MPIABI_jll
• your compat leaves T8code 0.9.2
• T8code 0.9.2 requires MPIABI_jll 0.1.3+0–0.1.5+0 (through t8code_jll)
• your compat leaves MPIABI_jll 1.0.0+0
One fix: relax your compat on T8code
→ allows: MPIABI_jll 1.0.0+0, T8code 0.6.0
Blocked fixes:
• dropping requirement MPIABI_jll does not help.
Conflict 5: 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
One 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.
Conflict 6: T8code and t8code_jll
• your compat leaves P4est_jll 2.8.9+0
• P4est_jll 2.8.9+0 or absent and T8code together require t8code_jll
≤4.0.7+0 (through MPIABI_jll)
• your compat leaves t8code_jll 4.0.8+0
One fix: relax your compat on t8code_jll
→ allows: P4est_jll 2.8.9+0, T8code 0.6.0, t8code_jll 2.0.0+0
Blocked fixes:
• dropping requirement P4est_jll does not help.
Conflict 7: Trixi
• your compat leaves TimerOutputs 1.2.1
• TimerOutputs 1.2.1 or absent and Trixi together require 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, TimerOutputs 1.2.1
Blocked fixes:
• relaxing your compat on TimerOutputs does not help.
• relaxing your compat on Trixi does not help.
• dropping requirement MPIABI_jll does not help.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on HDF5_jll, relax your compat on MPIABI_jll, relax
your compat on P4est_jll, relax your compat on StringManipulation, relax
your compat on XML2_jll, relax your compat on mpif_jll and relax your
compat on t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 0.1.5+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, T8code 0.9.2,
TimerOutputs 1.2.1, Trixi 0.17.6, XML2_jll 2.13.9+0, t8code_jll 4.0.7+0
2. relax your compat on HDF5_jll, relax your compat on MPIABI_jll, relax
your compat on P4est_jll, relax your compat on StringManipulation, relax
your compat on XML2_jll, relax your compat on t8code_jll and drop
requirement mpif_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 0.1.5+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, T8code 0.9.2,
TimerOutputs 1.2.1, Trixi 0.17.6, XML2_jll 2.13.9+0, t8code_jll 4.0.7+0
3. relax your compat on HDF5_jll, relax your compat on P4est, relax your
compat on StringManipulation, relax your compat on XML2_jll, relax your
compat on t8code_jll, drop requirement T8code and drop requirement Trixi
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.11, P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0, t8code_jll 2.0.0+0
4. relax your compat on HDF5_jll, relax your compat on P4est, relax your
compat on StringManipulation, relax your compat on XML2_jll, drop
requirement T8code, drop requirement Trixi and drop requirement
t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.11, P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0
5. relax your compat on HDF5_jll, relax your compat on P4est_jll, relax your
compat on StringManipulation, relax your compat on XML2_jll, relax your
compat on t8code_jll, drop requirement T8code and drop requirement Trixi
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0, t8code_jll 2.0.0+0
6. relax your compat on HDF5_jll, relax your compat on P4est_jll, relax your
compat on StringManipulation, relax your compat on XML2_jll, drop
requirement T8code, drop requirement Trixi and drop requirement
t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0
7. relax your compat on HDF5_jll, relax your compat on StringManipulation,
relax your compat on XML2_jll, relax your compat on t8code_jll, drop
requirement P4est, drop requirement T8code and drop requirement Trixi
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3,
P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs 1.2.1,
XML2_jll 2.13.9+0, t8code_jll 2.0.0+0
8. relax your compat on HDF5_jll, relax your compat on StringManipulation,
relax your compat on XML2_jll, drop requirement P4est, drop requirement
T8code, drop requirement Trixi and drop requirement t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3,
P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs 1.2.1,
XML2_jll 2.13.9+0
There may be more to say about some of these.
Turing
Unsatisfiable — 3 conflicts, each of which must be fixed:
Conflict 1: Gamma and Turing
• your compat leaves Gamma 1.2.0
• Gamma 1.2.0 and Turing together require DiffRules ≤1.15.1 (through
Bijectors, Distributions, ForwardDiff, LogExpFunctions, MCMCChain,
SpecialFunctions, ChainRulesCore and StatsFuns)
• your compat leaves DiffRules 1.16.0
The only minimal fix: relax your compat on Gamma
→ allows: DiffRules 1.16.0, Gamma 1.1.0, Turing 0.48.0
Blocked fixes:
• relaxing your compat on DiffRules does not help.
• relaxing your compat on Turing does not help.
• dropping requirement DiffRules does not help.
• dropping requirement Gamma would not help unless you also relaxed your
compat on HypergeometricFunctions, relaxed your compat on
LogExpFunctions and relaxed your compat on OrderedCollections.
• dropping requirement Turing would not help unless you also relaxed your
compat on OrderedCollections, dropped requirement Bijectors and dropped
requirement DynamicPPL.
Conflict 2: Bijectors
• your compat leaves Bijectors 0.16.2
• Bijectors 0.16.2 requires LogExpFunctions 0.3.16–0.3.29
• your compat leaves LogExpFunctions 1.0.1
The only minimal fix: relax your compat on LogExpFunctions
→ allows: Bijectors 0.16.2, LogExpFunctions 0.3.29
Blocked fixes:
• relaxing your compat on Bijectors does not help.
• dropping requirement Bijectors would not help unless you also relaxed
your compat on OrderedCollections, dropped requirement DynamicPPL and
dropped requirement Turing.
Conflict 3: AbstractPPL
• your compat leaves AbstractPPL 0.15.5
• AbstractPPL 0.15.5 requires OrderedCollections 1.8.1–1.8.2
• your compat leaves OrderedCollections 2.0.1
The only minimal fix: relax your compat on OrderedCollections
→ allows: AbstractPPL 0.15.5, OrderedCollections 1.8.2
Blocked fixes:
• relaxing your compat on AbstractPPL does not help.
• dropping requirement AbstractPPL would not help unless you also relaxed
your compat on AdvancedVI, dropped requirement Bijectors, dropped
requirement DynamicPPL, dropped requirement FlexiChains and dropped
requirement Turing.
There may be more to say about some of these.
Unitful
SATISFIABLE
VoronoiFVM
Unsatisfiable — 3 conflicts, each of which must be fixed:
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 EarCut_jll, relaxed your compat on
FixedPointNumbers and dropped requirement VoronoiFVM.
There may be more to say about some of these.
Yao
Unsatisfiable — 7 conflicts, each of which must be fixed:
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:
• dropping requirement Luxor would not help unless you also relaxed your
compat on EarCut_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on XML2_jll, dropped requirement FFMPEG, dropped
requirement FFMPEG_jll, dropped requirement Yao and dropped requirement
YaoPlots.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GeometryBasics, relaxed your compat on
GettextRuntime_jll, relaxed your compat on Libffi_jll, relaxed your
compat on Luxor, relaxed your compat on XML2_jll, dropped requirement
Yao and dropped requirement YaoPlots.
• relaxing your compat on Luxor would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on GeometryBasics,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Libffi_jll, relaxed your compat on XML2_jll, dropped requirement FFMPEG,
dropped requirement FFMPEG_jll, dropped requirement Yao and dropped
requirement YaoPlots.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FFMPEG_jll, relaxed
your compat on FixedPointNumbers, relaxed your compat on HarfBuzz_jll,
relaxed your compat on Libffi_jll, relaxed your compat on Pango_jll,
relaxed your compat on XML2_jll, relaxed your compat on libass_jll and
relaxed your compat on x264_jll.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Libffi_jll, relaxed your compat on XML2_jll, dropped requirement FFMPEG,
dropped requirement Luxor, dropped requirement Yao and dropped
requirement YaoPlots.
There may be more to say about some of these.
Resolver.jl PR #107 — hard corpus, before and after — changed cases, before and after
Agents
before
Unsatisfiable — 3 conflicts, each of which must be fixed:
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.
There may be more to say about some of these.
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.
AlphaZero
before
Unsatisfiable — 9 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on
GettextRuntime_jll, relaxed your compat on Libffi_jll, relaxed your
compat on Parsers, relaxed your compat on StringManipulation, relaxed
your compat on x264_jll, dropped requirement AlphaZero, dropped
requirement JLFzf and dropped requirement Plots.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on Parsers, relaxed your compat on
StringManipulation, dropped requirement AlphaZero, dropped requirement
GR, dropped requirement GR_jll, dropped requirement JLFzf and dropped
requirement Plots.
• dropping requirement FFMPEG would not help unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on GettextRuntime_jll,
relaxed your compat on Libffi_jll, relaxed your compat on
StringManipulation, relaxed your compat on x264_jll, dropped requirement
AlphaZero, dropped requirement JLFzf, dropped requirement JSON3 and
dropped requirement Plots.
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on Parsers, relaxed your compat on
StringManipulation, relaxed your compat on fzf_jll, relaxed your compat
on x264_jll and dropped requirement AlphaZero.
• dropping requirement Plots would not help unless you also relaxed your
compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed your
compat on GettextRuntime_jll, relaxed your compat on Libffi_jll, relaxed
your compat on StringManipulation, relaxed your compat on fzf_jll,
relaxed your compat on x264_jll, dropped requirement AlphaZero and
dropped requirement JSON3.
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 unless you also relaxed your
compat on FFMPEG_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on fzf_jll, relaxed your compat on x264_jll, dropped
requirement AlphaZero, dropped requirement JSON3 and dropped requirement
PrettyTables.
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on StringManipulation, relaxed your compat on
fzf_jll, relaxed your compat on x264_jll, dropped requirement AlphaZero
and dropped requirement JSON3.
• dropping requirement Plots would not help unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on GettextRuntime_jll,
relaxed your compat on Libffi_jll, relaxed your compat on
StringManipulation, relaxed your compat on x264_jll, dropped requirement
AlphaZero, dropped requirement FFMPEG, dropped requirement JLFzf and
dropped requirement JSON3.
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 unless you also relaxed your
compat on FFMPEG_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on fzf_jll, relaxed your compat on x264_jll, dropped
requirement AlphaZero, dropped requirement JSON3 and dropped requirement
PrettyTables.
There may be more to say about some of these.
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.
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.
Bloqade
before
Unsatisfiable — 19 conflicts, each of which must be fixed:
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: Bloqade and GettextRuntime_jll
• Bloqade requires Glib_jll (through BloqadeLattices, Cairo, Rsvg, Luxor and
LuxorGraphPlot)
• 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: GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on Glib_jll 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 does not help.
Conflict 7: Bloqade and Libffi_jll
• Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
Glib_jll, HarfBuzz_jll, Reexport, Cairo, Colors, LuxorGraphPlot,
Pango_jll, Graphics 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.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.16.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: Bloqade and XML2_jll
• your compat leaves BloqadeExpr 0.2.3
• Bloqade and BloqadeExpr 0.2.3 or absent together require XML2_jll
2.9.14+0–2.13.9+0 (through BloqadeLattices, Librsvg_jll, Reexport, Colors,
LuxorGraphPlot, Rsvg, Cairo, Graphics and Luxor)
• your compat leaves XML2_jll 2.15.3+0
The only minimal fix: relax your compat on XML2_jll
→ allows: XML2_jll 2.13.9+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on BloqadeExpr 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 ForwardDiff
• Bloqade requires ForwardDiff 0.10.13–0.10.39
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement Bloqade
→ allows: ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on ForwardDiff 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 Interpolations 0.13.1–0.13.2, 0.13.4–0.15.2 (through
BloqadeKrylov and BloqadeWaveforms)
• your compat leaves Interpolations 0.16.3
The only minimal fix: drop requirement BloqadeODE
→ allows: Interpolations 0.16.3
Blocked fixes:
• relaxing your compat on BloqadeODE does not help.
• relaxing your compat on Interpolations 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.
Costlier fixes also exist.
There may be more to say about some of these.
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.
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: Bloqade and GettextRuntime_jll
• Bloqade requires Glib_jll (through BloqadeLattices, Cairo, Rsvg, Luxor and
LuxorGraphPlot)
• 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: GettextRuntime_jll 0.22.4+0, Glib_jll 2.88.3+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on Glib_jll 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 does not help.
Conflict 7: Bloqade and Libffi_jll
• Bloqade requires Libffi_jll ≤3.2.2+2, 3.4.7+0 (through BloqadeLattices,
Glib_jll, HarfBuzz_jll, Reexport, Cairo, Colors, LuxorGraphPlot,
Pango_jll, Graphics 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.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: OrdinaryDiffEq 7.8.1, OrdinaryDiffEqCore 4.16.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: Bloqade and XML2_jll
• your compat leaves BloqadeExpr 0.2.3
• Bloqade and BloqadeExpr 0.2.3 or absent together require XML2_jll
2.9.14+0–2.13.9+0 (through BloqadeLattices, Librsvg_jll, Reexport, Colors,
LuxorGraphPlot, Rsvg, Cairo, Graphics and Luxor)
• your compat leaves XML2_jll 2.15.3+0
The only minimal fix: relax your compat on XML2_jll
→ allows: XML2_jll 2.13.9+0
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on BloqadeExpr 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 ForwardDiff
• Bloqade requires ForwardDiff 0.10.13–0.10.39
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement Bloqade
→ allows: ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on Bloqade does not help.
• relaxing your compat on ForwardDiff 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 Interpolations 0.13.1–0.13.2, 0.13.4–0.15.2 (through
BloqadeKrylov and BloqadeWaveforms)
• your compat leaves Interpolations 0.16.3
The only minimal fix: drop requirement BloqadeODE
→ allows: Interpolations 0.16.3
Blocked fixes:
• relaxing your compat on BloqadeODE does not help.
• relaxing your compat on Interpolations 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.
Costlier fixes also exist.
CSV
before
Unsatisfiable — 2 conflicts:
Conflict 1: WeakRefStrings
• your compat leaves WeakRefStrings 1.4.3
• WeakRefStrings 1.4.3 requires InlineStrings ≤1.4.6
• your compat leaves InlineStrings 2.0.1
Fix it by any one of:
1. relax your compat on WeakRefStrings
→ allows: InlineStrings 2.0.1, WeakRefStrings 0.6.2
2. drop requirement WeakRefStrings
→ allows: InlineStrings 2.0.1
Blocked fixes:
• dropping requirement InlineStrings would not help unless you also
relaxed your compat on CSV, relaxed your compat on Parsers and dropped
requirement WeakRefStrings.
Conflict 2: CSV
• 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: drop requirement CSV
→ allows: InlineStrings 2.0.1
Blocked fixes:
• relaxing your compat on CSV would not help unless you also relaxed your
compat on Parsers and relaxed your compat on WeakRefStrings.
• dropping requirement InlineStrings would not help unless you also
relaxed your compat on CSV, relaxed your compat on Parsers and dropped
requirement WeakRefStrings.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on InlineStrings and relax your compat on Parsers
→ allows: CSV 0.10.17, InlineStrings 1.4.6, WeakRefStrings 1.4.3
after
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
before
Unsatisfiable — 7 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
FFMPEG_jll and dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, relaxed your compat on
x264_jll and dropped requirement Makie.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
CairoMakie and dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
FFMPEG_jll and dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
FFMPEG_jll and dropped requirement Makie.
There may be more to say about some of these.
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.
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
before
Unsatisfiable — 4 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on Parsers, relaxed your compat on StringManipulation,
dropped requirement Catlab, dropped requirement Colors, dropped
requirement Compose and dropped requirement GATlab.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on Parsers, relaxed
your compat on PrettyTables, dropped requirement Catlab and dropped
requirement Compose.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on Parsers, relaxed
your compat on PrettyTables, dropped requirement Catlab and dropped
requirement Compose.
There may be more to say about some of these.
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 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
before
Unsatisfiable — 4 conflicts:
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
One 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
One 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on HDF5_jll, relax your compat on XML2_jll, drop
requirement ClimaCore and drop requirement CubedSphere
→ allows: Adapt 4.7.0, Compat 4.18.1, HDF5 0.17.3, HDF5_jll 1.14.2+1,
KrylovKit 0.10.4, MPIABI_jll 1.0.0+0, TaylorSeries 0.22.4, XML2_jll
2.13.9+0
There may be more to say about some of these.
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.
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:
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.
If none of the fixes above suits, the remaining minimal fixes are:
1. 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
2. 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.
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, each of which must be fixed:
Conflict 1: DiffEqFlux
• 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.10.2, Distributions 0.25.126
3. drop requirement DiffEqFlux
→ allows: Distributions 0.25.131
Blocked fixes:
• dropping requirement Distributions does not help.
Conflict 2: BracketingNonlinearSolve, DiffEqFlux and GPUCompiler
• your compat leaves GPUCompiler 2.5.3
• GPUCompiler 2.5.3 or absent constrains Enzyme ≤0.7.0
• BracketingNonlinearSolve and Enzyme ≤0.7.0 or absent together leave no
version of DiffEqFlux (through DiffEqSensitivity, NonlinearSolveBase,
SciMLSensitivity and RecursiveArrayTools)
The only minimal fix: relax your compat on GPUCompiler
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0, Enzyme
0.13.201, GPUCompiler 1.23.0
Blocked fixes:
• relaxing your compat on BracketingNonlinearSolve 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 StringManipulation, dropped requirement DiffEqFlux, dropped
requirement OrdinaryDiffEqCore and dropped requirement SciMLSensitivity.
Conflict 3: BracketingNonlinearSolve, DiffEqFlux and SciMLOperators
• your compat leaves TimerOutputs 1.2.1
• BracketingNonlinearSolve, DiffEqFlux and TimerOutputs 1.2.1 or absent
together constrain OrdinaryDiffEqCore ≤4.16.0 (through DiffEqSensitivity,
NonlinearSolveBase, SciMLBase, SciMLLogging, SciMLSensitivity,
FunctionProperties and RecursiveArrayTools)
• your compat leaves OrdinaryDiffEqCore 5.0.0
• BracketingNonlinearSolve, DiffEqFlux, OrdinaryDiffEqCore absent and
TimerOutputs 1.2.1 or absent together require SciMLOperators ≤1.29.0
(through DiffEqSensitivity, NonlinearSolveBase, SciMLSensitivity and
RecursiveArrayTools)
• your compat leaves SciMLOperators 1.30.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
OrdinaryDiffEqCore 4.16.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 StringManipulation, dropped requirement
DiffEqFlux, dropped requirement Enzyme 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.3,
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.
There may be more to say about some of these.
after
Unsatisfiable — 4 conflicts, pick a fix for each:
Conflict 1: DiffEqFlux
• 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.10.2, Distributions 0.25.126
3. drop requirement DiffEqFlux
→ allows: Distributions 0.25.131
Blocked fixes:
• dropping requirement Distributions does not help.
Conflict 2: BracketingNonlinearSolve, DiffEqFlux and GPUCompiler
• your compat leaves GPUCompiler 2.5.3
• GPUCompiler 2.5.3 or absent constrains Enzyme ≤0.7.0
• BracketingNonlinearSolve and Enzyme ≤0.7.0 or absent together leave no
version of DiffEqFlux (through DiffEqSensitivity, NonlinearSolveBase,
SciMLSensitivity and RecursiveArrayTools)
The only minimal fix: relax your compat on GPUCompiler
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0, Enzyme
0.13.201, GPUCompiler 1.23.0
Blocked fixes:
• relaxing your compat on BracketingNonlinearSolve 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 StringManipulation, dropped requirement DiffEqFlux, dropped
requirement OrdinaryDiffEqCore and dropped requirement SciMLSensitivity.
Conflict 3: BracketingNonlinearSolve, DiffEqFlux and SciMLOperators
• your compat leaves TimerOutputs 1.2.1
• BracketingNonlinearSolve, DiffEqFlux and TimerOutputs 1.2.1 or absent
together constrain OrdinaryDiffEqCore ≤4.16.0 (through DiffEqSensitivity,
NonlinearSolveBase, SciMLBase, SciMLLogging, SciMLSensitivity,
FunctionProperties and RecursiveArrayTools)
• your compat leaves OrdinaryDiffEqCore 5.0.0
• BracketingNonlinearSolve, DiffEqFlux, OrdinaryDiffEqCore absent and
TimerOutputs 1.2.1 or absent together require SciMLOperators ≤1.29.0
(through DiffEqSensitivity, NonlinearSolveBase, SciMLSensitivity and
RecursiveArrayTools)
• your compat leaves SciMLOperators 1.30.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: BracketingNonlinearSolve 1.12.6, DiffEqFlux 4.8.0,
OrdinaryDiffEqCore 4.16.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 StringManipulation, dropped requirement
DiffEqFlux, dropped requirement Enzyme 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.3,
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
before
Unsatisfiable — 2 conflicts, each of which must be fixed:
Conflict 1: DifferentialEquations
• your compat leaves DifferentialEquations 8.1.1
• DifferentialEquations 8.1.1 requires OrdinaryDiffEqCore ≤4.16.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.16.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.3,
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.
There may be more to say about some of these.
after
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.16.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.16.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.3,
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.
DynamicalSystems
before
Unsatisfiable — 11 conflicts:
Conflict 1: ColorSchemes
• ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
Colors)
• your compat leaves FixedPointNumbers 0.9.1
One 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: 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
One 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 or dropping requirement OSQP would only
help if you do both and also relaxed your compat on FixedPointNumbers,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
StringManipulation, dropped requirement Attractors, dropped requirement
ChaosTools, dropped requirement ComplexityMeasures, dropped requirement
DynamicalSystems, dropped requirement FractalDimensions, dropped
requirement ProximalOperators, dropped requirement
RecurrenceMicrostatesAnalysis and dropped requirement
SignalDecomposition.
Conflict 3: Attractors and OrdinaryDiffEqCore
• your compat leaves DiffEqBase 7.20.0
• DiffEqBase 7.20.0 or absent constrains OrdinaryDiffEqCore ≤2.3.0,
4.2.1–4.16.0 (through SciMLLogging)
• your compat leaves OrdinaryDiffEqCore 5.0.0
• Attractors and DiffEqBase 7.20.0 or absent together require
OrdinaryDiffEqCore (through DynamicalSystemsBase, ForwardDiff,
OrdinaryDiffEq and OrdinaryDiffEqTsit5)
One fix: relax your compat on OrdinaryDiffEqCore
→ allows: DiffEqBase 7.20.0, OrdinaryDiffEqCore 4.16.0
Blocked fixes:
• relaxing your compat on Attractors does not help.
• relaxing your compat on DiffEqBase does not help.
Conflict 4: 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
One 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 unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on Gamma, relaxed
your compat on LogExpFunctions, relaxed your compat on OSQP_jll, relaxed
your compat on OrdinaryDiffEqCore, relaxed your compat on StatsFuns,
relaxed your compat on StringManipulation, dropped requirement
ChaosTools, dropped requirement DynamicalSystems, dropped requirement
FractalDimensions, dropped requirement ProximalOperators and dropped
requirement SignalDecomposition.
• dropping requirement ProximalOperators would not help unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
OSQP_jll, relaxed your compat on OrdinaryDiffEqCore, relaxed your compat
on RecurrenceMicrostatesAnalysis, relaxed your compat on
StringManipulation, dropped requirement Attractors, dropped requirement
ChaosTools, dropped requirement ComplexityMeasures, dropped requirement
DynamicalSystems, dropped requirement FractalDimensions, dropped
requirement LPVSpectral and dropped requirement SignalDecomposition.
Conflict 5: RecurrenceMicrostatesAnalysis
• your compat leaves RecurrenceMicrostatesAnalysis 0.5.4
• RecurrenceMicrostatesAnalysis 0.5.4 requires LogExpFunctions 0.3.2–0.3.29
(through ComplexityMeasures and StatsFuns)
• your compat leaves LogExpFunctions 1.0.1
Fix it by any one of:
1. relax your compat on RecurrenceMicrostatesAnalysis
→ allows: LogExpFunctions 1.0.1, RecurrenceMicrostatesAnalysis 0.3.1
2. drop requirement RecurrenceMicrostatesAnalysis
→ allows: LogExpFunctions 1.0.1
Conflict 6: 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
One fix: relax your compat on StringManipulation
→ allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.3,
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.
Conflict 7: Attractors and StatsFuns
• your compat leaves Attractors 2.0.3
• Attractors 2.0.3 requires StatsFuns ≤2.2.0 (through Distributions)
• your compat leaves StatsFuns 2.2.1
One fix: drop requirement Attractors
→ allows: StatsFuns 2.2.1
Blocked fixes:
• relaxing your compat on Attractors does not help.
Conflict 8: 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
One 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 unless you
also relaxed your compat on Distributions, relaxed your compat on
FixedPointNumbers, relaxed your compat on Gamma, relaxed your compat on
HypothesisTests, relaxed your compat on LogExpFunctions, relaxed your
compat on OSQP_jll, relaxed your compat on OrdinaryDiffEqCore, relaxed
your compat on ProximalCore, relaxed your compat on Roots, relaxed your
compat on StatsFuns and relaxed your compat on StringManipulation.
Conflict 9: ComplexityMeasures
• your compat leaves ComplexityMeasures 3.10.1
• ComplexityMeasures 3.10.1 requires LogExpFunctions 0.3.2–0.3.29 (through
StatsFuns)
• your compat leaves LogExpFunctions 1.0.1
One fix: drop requirement ComplexityMeasures
→ allows: LogExpFunctions 1.0.1
Blocked fixes:
• relaxing your compat on ComplexityMeasures does not help.
Conflict 10: DynamicalSystems
• your compat leaves DynamicalSystems 3.7.0
• DynamicalSystems 3.7.0 requires Distributions ≤0.25.130 (through
ChaosTools and Roots)
• your compat leaves Distributions 0.25.131
One fix: drop requirement DynamicalSystems
→ allows: Distributions 0.25.131
Blocked fixes:
• relaxing your compat on DynamicalSystems does not help.
• relaxing your compat on Distributions would not help unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on Gamma,
relaxed your compat on HypothesisTests, relaxed your compat on
IntervalRootFinding, relaxed your compat on LogExpFunctions, relaxed
your compat on OSQP_jll, relaxed your compat on OrdinaryDiffEqCore,
relaxed your compat on ProximalCore, relaxed your compat on Roots,
relaxed your compat on StatsFuns and relaxed your compat on
StringManipulation.
Conflict 11: FractalDimensions
• FractalDimensions requires Distributions ≤0.25.127 (through
ComplexityMeasures, DelayEmbeddings and Roots)
• your compat leaves Distributions 0.25.131
One fix: drop requirement FractalDimensions
→ allows: Distributions 0.25.131
Blocked fixes:
• relaxing your compat on Distributions does not help.
• relaxing your compat on FractalDimensions does not help.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on FixedPointNumbers, relax your compat on Gamma, relax
your compat on LogExpFunctions, relax your compat on OSQP_jll, relax your
compat on OrdinaryDiffEqCore, relax your compat on ProximalCore, relax
your compat on StatsFuns, relax your compat on StringManipulation, drop
requirement ChaosTools, drop requirement DynamicalSystems and drop
requirement FractalDimensions
→ allows: Attractors 2.0.3, BracketingNonlinearSolve 1.12.6, ColorSchemes
3.31.0, ComplexityMeasures 3.10.1, DiffEqBase 7.20.0, Distributions
0.25.131, FixedPointNumbers 0.8.6, IntervalRootFinding 0.7.2,
LPVSpectral 0.3.4, LogExpFunctions 0.3.29, NonlinearSolveBase 2.49.3,
OSQP 0.8.1, OSQP_jll 0.600.200+0, OrdinaryDiffEqCore 4.16.0,
ProximalCore 0.1.2, ProximalOperators 0.16.1,
RecurrenceMicrostatesAnalysis 0.5.4, StatsFuns 1.5.3,
StringManipulation 0.5.0
There may be more to say about some of these.
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 HypergeometricFunctions 0.3.30
• your compat leaves SciMLBase 3.51.0
• Attractors, HypergeometricFunctions 0.3.30 or absent and SciMLBase 3.51.0
or absent together require Gamma 1.1.0 (through ComplexityMeasures,
Distributions, DynamicalSystemsBase, StateSpaceSets and StatsFuns)
• your compat leaves Gamma 1.2.0
One fix: relax your compat on Gamma
→ allows: Attractors 2.0.3, Gamma 1.1.0, HypergeometricFunctions 0.3.30,
SciMLBase 3.51.0
Blocked fixes:
• relaxing your compat on Attractors does not help.
• relaxing your compat on HypergeometricFunctions does not help.
• relaxing your compat on SciMLBase 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 Distributions)
• 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.16.0 (through DynamicalSystemsBase,
ForwardDiff, OrdinaryDiffEq, OrdinaryDiffEqTsit5 and SciMLLogging)
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: Attractors 2.0.3, DiffEqBase 7.20.0, OrdinaryDiffEqCore 4.16.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 ProximalOperators would not help without 12 other
changes.
• dropping requirement LPVSpectral would not help without 12 other
changes.
Conflict 8: Attractors and StringManipulation
• your compat leaves DynamicalSystemsBase 3.19.3
• your compat leaves NonlinearSolveBase 2.49.3
• Attractors, DynamicalSystemsBase 3.19.3 or absent and NonlinearSolveBase
2.49.3 or absent together require StringManipulation 0.4.0–0.5.0 (through
BracketingNonlinearSolve, DiffEqNoiseProcess, PrettyTables, SciMLBase,
StochasticDiffEqHighOrder, TimerOutputs and DiffEqBase)
• your compat leaves StringManipulation 0.6.1
The only minimal fix: relax your compat on StringManipulation
→ allows: Attractors 2.0.3, DynamicalSystemsBase 3.19.3,
NonlinearSolveBase 2.49.3, StringManipulation 0.5.0
Blocked fixes:
• relaxing your compat on Attractors does not help.
• relaxing your compat on DynamicalSystemsBase does not help.
• relaxing your compat on NonlinearSolveBase does not help.
• dropping requirement DynamicalSystemsBase 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 ForwardDiff 1.4.5
• DynamicalSystems and ForwardDiff 1.4.5 or absent together require
HypothesisTests ≤0.12.0 (through ChaosTools, DynamicalSystemsBase and
Roots)
• your compat leaves HypothesisTests 0.12.1
The only minimal fix: drop requirement DynamicalSystems
→ allows: ForwardDiff 1.4.5, HypothesisTests 0.12.1
Blocked fixes:
• relaxing your compat on DynamicalSystems does not help.
• relaxing your compat on ForwardDiff 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.
• dropping requirement HypothesisTests does not help.
• relaxing your compat on HypothesisTests would not help without 11 other
changes.
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: Gamma 1.2.0, HypergeometricFunctions 0.3.30, LogExpFunctions
1.0.1, SciMLBase 3.51.0, StatsFuns 2.2.1
2. drop requirement RecurrenceMicrostatesAnalysis
→ allows: Gamma 1.2.0, HypergeometricFunctions 0.3.30, LogExpFunctions
1.0.1, SciMLBase 3.51.0, StatsFuns 2.2.1
Franklin
before
Unsatisfiable — 2 conflicts, each of which must be fixed:
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.
after
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
before
Unsatisfiable — 7 conflicts, each of which must be fixed:
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 also relaxed your compat on EarCut_jll,
relaxed your compat on FixedPointNumbers, relaxed your compat on
GettextRuntime_jll, relaxed your compat on Giflib_jll, relaxed your
compat on Libffi_jll and dropped requirement Makie.
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 unless you also relaxed your
compat on EarCut_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Giflib_jll,
relaxed your compat on Libffi_jll, relaxed your compat on x264_jll and
dropped requirement Makie.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Giflib_jll, relaxed your compat on Libffi_jll, dropped requirement
GLMakie and dropped requirement Makie.
There may be more to say about some of these.
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.
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
before
Unsatisfiable — 4 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on LazyGrids, relaxed your compat on Ratios, dropped
requirement Colors, dropped requirement Compose and dropped requirement
Gadfly.
• dropping requirement FixedPointNumbers would not help unless you also
dropped requirement ColorTypes, dropped requirement Colors, dropped
requirement Compose, dropped requirement CoupledFields and dropped
requirement Gadfly.
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.
There may be more to say about some of these.
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.
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
before
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.
There may be more to say about some of these.
after
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.
GeoStats
before
Unsatisfiable — 4 conflicts:
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: ColorSchemes
• ColorSchemes requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
Colors)
• your compat leaves FixedPointNumbers 0.9.1
One 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: 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 4: GeoStats
• GeoStats ≤0.81.3 requires CategoricalArrays ≤1.1.0 (through CSV,
GaussianSimulation, GeoClustering, GeoSimulation, GeoStatsBase,
GeoStatsDevTools and Meshes)
• your compat leaves CategoricalArrays 1.1.1
• CategoricalArrays 1.1.1 or absent and GeoStats ≥0.49.0 together require
StringManipulation ≤0.6.0 (through GeoStatsBase, GeoStatsValidation,
GeoTables, PrettyTables and Meshes)
• your compat leaves StringManipulation 0.6.1
One 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on FixedPointNumbers, relax your compat on
StringManipulation, drop requirement CoordGridTransforms and drop
requirement GeoStats
→ allows: CategoricalArrays 1.1.1, ColorSchemes 3.31.0, DataDeps 1.0.0,
FixedPointNumbers 0.8.6, HTTP 2.6.7, StringManipulation 0.5.0
Costlier fixes also exist.
There may be more to say about some of these.
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.
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.6.0 (through DataFrames, GeoStatsBase, GeoTables,
Meshes, PrettyTables, RecipesBase and ScientificTypes)
• 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, each of which must be fixed:
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 unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on InlineStrings,
relaxed your compat on Parsers, relaxed your compat on StridedViews,
relaxed your compat on StringManipulation, relaxed your compat on
XML2_jll, dropped requirement GeometricFlux, dropped requirement
GraphSignals, dropped requirement HDF5, dropped requirement MAT and
dropped requirement MLDatasets.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed
your compat on Parsers, relaxed your compat on WeakRefStrings, relaxed
your compat on XML2_jll, dropped requirement DataFrames, dropped
requirement GeometricFlux, dropped requirement GraphSignals, dropped
requirement MLDatasets, dropped requirement Pickle and dropped
requirement PrettyTables.
• dropping requirement CSV would not help unless you also relaxed your
compat on DataFrames, relaxed your compat on FixedPointNumbers, relaxed
your compat on HDF5_jll, relaxed your compat on PrettyTables, relaxed
your compat on StridedViews, relaxed your compat on WeakRefStrings,
relaxed your compat on XML2_jll, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement JSON3 and dropped
requirement MLDatasets.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed
your compat on Parsers, relaxed your compat on StridedViews, relaxed
your compat on WeakRefStrings, relaxed your compat on XML2_jll, dropped
requirement DataFrames, dropped requirement GeometricFlux, dropped
requirement GraphSignals, dropped requirement MLDatasets and dropped
requirement PrettyTables.
• relaxing your compat on WeakRefStrings would not help unless you also
relaxed your compat on DataFrames, relaxed your compat on
FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed your compat
on Parsers, relaxed your compat on PrettyTables, relaxed your compat on
XML2_jll, dropped requirement CSV, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement MLDatasets and
dropped requirement Pickle.
• dropping requirement CSV would not help unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed
your compat on StridedViews, relaxed your compat on XML2_jll, dropped
requirement DataFrames, dropped requirement GeometricFlux, dropped
requirement GraphSignals, dropped requirement JSON3, dropped requirement
MLDatasets, dropped requirement PrettyTables and dropped requirement
WeakRefStrings.
• dropping requirement WeakRefStrings would not help unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
HDF5_jll, relaxed your compat on XML2_jll, dropped requirement CSV,
dropped requirement DataFrames, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement JSON3, dropped
requirement MLDatasets, dropped requirement Pickle and dropped
requirement PrettyTables.
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 also relaxed your compat
on FixedPointNumbers, relaxed your compat on HDF5_jll, relaxed your
compat on InlineStrings, relaxed your compat on Parsers, relaxed your
compat on XML2_jll, dropped requirement GeometricFlux, dropped
requirement GraphSignals, dropped requirement MLDatasets and dropped
requirement Pickle.
• dropping requirement PrettyTables would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on HDF5_jll,
relaxed your compat on InlineStrings, relaxed your compat on Parsers,
relaxed your compat on StridedViews, relaxed your compat on XML2_jll,
dropped requirement DataFrames, dropped requirement GeometricFlux,
dropped requirement GraphSignals and dropped requirement MLDatasets.
• dropping requirement DataFrames would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on HDF5_jll,
relaxed your compat on InlineStrings, relaxed your compat on Parsers,
relaxed your compat on XML2_jll, dropped requirement GeometricFlux,
dropped requirement GraphSignals, dropped requirement MLDatasets,
dropped requirement Pickle and dropped requirement PrettyTables.
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.
There may be more to say about some of these.
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.
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
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.
There may be more to say about some of these.
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.
ITensors
before
Unsatisfiable — 2 conflicts:
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.
If none of the fixes above suits, the remaining minimal fixes are:
1. drop requirement ITensors and drop requirement NDTensors
→ allows: InlineStrings 2.0.1, TimerOutputs 1.2.1
Costlier fixes also exist.
There may be more to say about some of these.
after
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
before
Unsatisfiable — 5 conflicts, each of which must be fixed:
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, relaxed your compat on OrderedCollections, relaxed your
compat on Parameters and dropped requirement Images.
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, relaxed your compat on MetaGraphs, dropped requirement
ImageContrastAdjustment and dropped requirement Images.
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, dropped requirement ImageContrastAdjustment, dropped
requirement ImageSegmentation and dropped requirement Images.
There may be more to say about some of these.
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.
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, each of which must be fixed:
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 unless you also
relaxed your compat on FixedPointNumbers, relaxed your compat on
TimerOutputs, dropped requirement ImageMagick, dropped requirement Knet
and dropped requirement libwebp_jll.
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.
There may be more to say about some of these.
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.
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.
There may be more to say about some of these.
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.
MLJ
before
Unsatisfiable — 3 conflicts, each of which must be fixed:
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.1, 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.
There may be more to say about some of these.
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.
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.1, 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:
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
One 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 ColorTypes 0.12.1
• ColorTypes 0.12.1 or absent and Makie together require FFMPEG_jll ≤8.1.2+0
(through AbstractPlotting)
• your compat leaves FFMPEG_jll 9.0.0+0
One fix: relax your compat on FFMPEG_jll
→ allows: ColorTypes 0.12.1, FFMPEG_jll 8.1.2+0, Makie 0.24.14
Blocked fixes:
• relaxing your compat on ColorTypes does not help.
• relaxing your compat on Makie does not help.
Conflict 3: Animations
• Animations requires FixedPointNumbers ≤0.8.6 (through ColorTypes and
Colors)
• your compat leaves FixedPointNumbers 0.9.1
One 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
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 also relaxed your compat on EarCut_jll,
relaxed your compat on FixedPointNumbers, relaxed your compat on
Giflib_jll, dropped requirement FFMPEG_jll, dropped requirement
HarfBuzz_jll, dropped requirement Makie and dropped requirement
libass_jll.
Conflict 5: 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
One 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 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
One 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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on Giflib_jll, dropped requirement FFMPEG_jll,
dropped requirement Glib_jll, dropped requirement HarfBuzz_jll, dropped
requirement Makie and dropped requirement libass_jll.
Conflict 7: 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on GettextRuntime_jll, relax your compat on Giflib_jll,
relax your compat on Libffi_jll, relax your compat on x264_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FFMPEG_jll 9.0.0+0, FixedPointNumbers 0.8.6,
FreeTypeAbstraction 0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll
0.22.4+0, Giflib_jll 5.2.3+0, Glib_jll 2.88.3+0, ImageIO 0.6.10,
Libffi_jll 3.4.7+0, x264_jll 10164.0.1+0
2. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on GettextRuntime_jll, relax your compat on Giflib_jll,
relax your compat on Libffi_jll, drop requirement FFMPEG_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FixedPointNumbers 0.8.6, FreeTypeAbstraction
0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll 0.22.4+0, Giflib_jll
5.2.3+0, Glib_jll 2.88.3+0, ImageIO 0.6.10, Libffi_jll 3.4.7+0,
x264_jll 10165.0.0+0
3. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on Giflib_jll, relax your compat on Glib_jll, relax
your compat on Libffi_jll, relax your compat on x264_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FFMPEG_jll 9.0.0+0, FixedPointNumbers 0.8.6,
FreeTypeAbstraction 0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll
1.0.0+0, Giflib_jll 5.2.3+0, Glib_jll 2.84.0+0, ImageIO 0.6.10,
Libffi_jll 3.4.7+0, x264_jll 10164.0.1+0
4. relax your compat on EarCut_jll, relax your compat on FixedPointNumbers,
relax your compat on Giflib_jll, relax your compat on Glib_jll, relax
your compat on Libffi_jll, drop requirement FFMPEG_jll and drop
requirement Makie
→ allows: Animations 0.4.2, Cairo_jll 1.18.7+0, ColorTypes 0.12.1,
EarCut_jll 2.2.4+0, FixedPointNumbers 0.8.6, FreeTypeAbstraction
0.10.8, GeometryBasics 0.5.12, GettextRuntime_jll 1.0.0+0, Giflib_jll
5.2.3+0, Glib_jll 2.84.0+0, ImageIO 0.6.10, Libffi_jll 3.4.7+0,
x264_jll 10165.0.0+0
There may be more to say about some of these.
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.
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
ModelingToolkit
before
Unsatisfiable — 4 conflicts, each of which must be fixed:
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.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.3,
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 Combinatorics, relaxed your compat on Moshi,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
TimerOutputs and dropped requirement PrettyTables.
There may be more to say about some of these.
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.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.3,
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
before
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.
There may be more to say about some of these.
after
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
before
Unsatisfiable — 5 conflicts, each of which must be fixed:
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.0
Blocked fixes:
• relaxing your compat on ImplicitDiscreteSolve does not help.
Conflict 4: Integrals
• Integrals requires MonteCarloIntegration
• your compat leaves MonteCarloIntegration 0.2.0
• MonteCarloIntegration ≥0.1.0 requires QuasiMonteCarlo ≤0.4.1
• your compat leaves QuasiMonteCarlo 0.4.2
The only minimal fix: relax your compat on QuasiMonteCarlo
→ allows: Integrals 5.5.0, MonteCarloIntegration 0.2.0, QuasiMonteCarlo
0.3.11
Blocked fixes:
• relaxing your compat on Integrals does not help.
• dropping requirement QuasiMonteCarlo does not help.
• relaxing your compat on MonteCarloIntegration would not help unless you
also relaxed your compat on Combinatorics, relaxed your compat on Moshi,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
StringManipulation, dropped requirement Integrals and dropped
requirement NeuralPDE.
• dropping requirement Integrals or dropping requirement
MonteCarloIntegration would only help if you do both and also relaxed
your compat on Combinatorics, relaxed your compat on OrdinaryDiffEqCore,
relaxed your compat on StringManipulation, relaxed your compat on
SymbolicUtils and dropped requirement NeuralPDE.
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.3,
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 Combinatorics, relaxed your compat on Moshi,
relaxed your compat on OrdinaryDiffEqCore, relaxed your compat on
QuasiMonteCarlo, relaxed your compat on TimerOutputs and dropped
requirement PrettyTables.
There may be more to say about some of these.
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.41.0
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 2: ModelingToolkit and Moshi
• your compat leaves ModelingToolkit 11.41.0
• your compat leaves SymbolicUtils 4.46.2
• ModelingToolkit 11.41.0 and SymbolicUtils 4.46.2 or absent together
require Moshi 0.3.7–0.3.9
• your compat leaves Moshi 0.3.12
Fix it by any one of:
1. relax your compat on Moshi
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.9, SymbolicUtils 4.46.2
2. relax your compat on SymbolicUtils
→ allows: ModelingToolkit 11.41.0, Moshi 0.3.12, SymbolicUtils 4.46.1
Blocked fixes:
• relaxing your compat on ModelingToolkit does not help.
• dropping requirement ModelingToolkit does not help.
Conflict 3: ImplicitDiscreteSolve
• ImplicitDiscreteSolve requires OrdinaryDiffEqCore ≤4.16.0
• your compat leaves OrdinaryDiffEqCore 5.0.0
The only minimal fix: relax your compat on OrdinaryDiffEqCore
→ allows: ImplicitDiscreteSolve 2.2.1, OrdinaryDiffEqCore 4.16.0
Blocked fixes:
• relaxing your compat on ImplicitDiscreteSolve does not help.
Conflict 4: Integrals
• Integrals requires MonteCarloIntegration
• your compat leaves MonteCarloIntegration 0.2.0
• MonteCarloIntegration ≥0.1.0 requires QuasiMonteCarlo ≤0.4.1
• your compat leaves QuasiMonteCarlo 0.4.2
The only minimal fix: relax your compat on QuasiMonteCarlo
→ allows: Integrals 5.5.0, MonteCarloIntegration 0.2.0, QuasiMonteCarlo
0.3.11
Blocked fixes:
• relaxing your compat on Integrals does not help.
• dropping requirement QuasiMonteCarlo does not help.
• relaxing your compat on MonteCarloIntegration would not help without 6
other changes.
• dropping requirement Integrals or dropping requirement
MonteCarloIntegration would only help if you do both and 5 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.3,
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:
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.111.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
One 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on XML2_jll, drop requirement CubedSphere and drop
requirement Oceananigans
→ allows: FFTW 1.10.0, MPIABI_jll 1.0.0+0, OrderedCollections 2.0.1,
TaylorSeries 0.22.4, XML2_jll 2.13.9+0
Costlier fixes also exist.
There may be more to say about some of these.
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.111.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.
Plots
before
Unsatisfiable — 6 conflicts, each of which must be fixed:
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on fzf_jll and relaxed your compat on x264_jll.
• dropping requirement Plots would not help unless you also relaxed your
compat on FFMPEG_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on x264_jll and dropped requirement JLFzf.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on GR, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
dropped requirement FFMPEG, dropped requirement GR_jll, dropped
requirement JLFzf and dropped requirement Plots.
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 unless you also relaxed your
compat on FixedPointNumbers, relaxed your compat on GettextRuntime_jll,
relaxed your compat on Libffi_jll, relaxed your compat on x264_jll,
dropped requirement FFMPEG and dropped requirement Plots.
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 unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GR, relaxed your compat on GettextRuntime_jll, relaxed
your compat on Libffi_jll, relaxed your compat on fzf_jll, dropped
requirement GR_jll and dropped requirement Plots.
There may be more to say about some of these.
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.
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
before
Unsatisfiable — 2 conflicts:
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.
If none of the fixes above suits, the remaining minimal fixes are:
1. 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.
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
before
Unsatisfiable — 4 conflicts:
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: 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
One fix: relax your compat on OrdinaryDiffEqCore
→ allows: OrdinaryDiffEqCore 4.16.0, SciMLLogging 2.1.0
Blocked fixes:
• relaxing your compat on SciMLLogging does not help.
Conflict 3: 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
One fix: relax your compat on StringManipulation
→ allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.3,
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.
Conflict 4: 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.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on Arpack, relax your compat on Arpack_jll, relax your
compat on OrdinaryDiffEqCore and relax your compat on StringManipulation
→ allows: Arpack 0.5.3, Arpack_jll 3.5.2+0, BracketingNonlinearSolve
1.12.6, NonlinearSolveBase 2.49.3, OrdinaryDiffEqCore 4.16.0,
QuantumOptics 1.2.9, SciMLLogging 2.1.0, StringManipulation 0.5.0
Costlier fixes also exist.
There may be more to say about some of these.
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.
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.16.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.3,
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.
Soss
before
Unsatisfiable — 12 conflicts, each of which must be fixed:
Conflict 1: SymbolicUtils
• your compat leaves SymbolicUtils 4.46.2
• SymbolicUtils 4.46.2 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.2
2. drop requirement SymbolicUtils
→ allows: Combinatorics 1.1.0
Blocked fixes:
• relaxing your compat on SymbolicUtils would not help unless you also
relaxed your compat on Parsers, relaxed your compat on TimerOutputs,
dropped requirement ArrayInterfaceStaticArrays, dropped requirement
GeneralizedGenerated, dropped requirement MCMCDiagnostics, dropped
requirement MeasureBase, dropped requirement MeasureTheory, dropped
requirement Metatheory, dropped requirement NestedTuples, dropped
requirement SampleChains, dropped requirement Soss and dropped
requirement TupleVectors.
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 LogExpFunctions 1.0.1
• LogExpFunctions 1.0.1 or absent and MeasureBase together require
KeywordCalls 0.1.3–0.1.8
• your compat leaves KeywordCalls 0.2.5
The only minimal fix: drop requirement MeasureBase
→ allows: KeywordCalls 0.2.5, LogExpFunctions 1.0.1
Blocked fixes:
• relaxing your compat on KeywordCalls does not help.
• relaxing your compat on MeasureBase does not help.
• dropping requirement KeywordCalls does not help.
• relaxing your compat on LogExpFunctions would not help unless you also
relaxed your compat on Combinatorics, relaxed your compat on Gamma,
relaxed your compat on Parsers, dropped requirement
ArrayInterfaceStaticArrays, dropped requirement GeneralizedGenerated,
dropped requirement MCMCDiagnostics, dropped requirement MeasureTheory,
dropped requirement Metatheory, dropped requirement NestedTuples,
dropped requirement SampleChains, dropped requirement Soss and dropped
requirement TupleVectors.
Conflict 7: MeasureTheory
• your compat leaves DataStructures 0.19.6
• DataStructures 0.19.6 or absent and MeasureTheory together require
ForwardDiff ≤1.4.4 (through Distributions, GeneralizedGenerated,
NestedTuples, QuadGK, StatsBase and TransformVariables)
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement MeasureTheory
→ allows: DataStructures 0.19.6, ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on DataStructures does not help.
• relaxing your compat on ForwardDiff does not help.
• relaxing your compat on MeasureTheory 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.
There may be more to say about some of these.
after
Unsatisfiable — 12 conflicts, pick a fix for each:
Conflict 1: SymbolicUtils
• your compat leaves SymbolicUtils 4.46.2
• SymbolicUtils 4.46.2 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.2
2. drop requirement SymbolicUtils
→ allows: Combinatorics 1.1.0
Blocked fixes:
• relaxing your compat on SymbolicUtils would not help without 12 other
changes.
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 LogExpFunctions 1.0.1
• LogExpFunctions 1.0.1 or absent and MeasureBase together require
KeywordCalls 0.1.3–0.1.8
• your compat leaves KeywordCalls 0.2.5
The only minimal fix: drop requirement MeasureBase
→ allows: KeywordCalls 0.2.5, LogExpFunctions 1.0.1
Blocked fixes:
• relaxing your compat on KeywordCalls does not help.
• relaxing your compat on MeasureBase does not help.
• dropping requirement KeywordCalls does not help.
• relaxing your compat on LogExpFunctions would not help without 12 other
changes.
Conflict 7: MeasureTheory
• your compat leaves DataStructures 0.19.6
• DataStructures 0.19.6 or absent and MeasureTheory together require
ForwardDiff ≤1.4.4 (through Distributions, GeneralizedGenerated,
NestedTuples, QuadGK, StatsBase and TransformVariables)
• your compat leaves ForwardDiff 1.4.5
The only minimal fix: drop requirement MeasureTheory
→ allows: DataStructures 0.19.6, ForwardDiff 1.4.5
Blocked fixes:
• relaxing your compat on DataStructures does not help.
• relaxing your compat on ForwardDiff does not help.
• relaxing your compat on MeasureTheory 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, each of which must be fixed:
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.3, Symbolics 7.39.0
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.2
• SymbolicUtils 4.46.2 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.2
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.
There may be more to say about some of these.
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.3, Symbolics 7.39.0
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.2
• SymbolicUtils 4.46.2 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.2
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.
Transformers
before
Unsatisfiable — 10 conflicts:
Conflict 1: 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
One fix: relax your compat on DataDeps
→ allows: BytePairEncoding 0.5.2, DataDeps 0.7.14, WordTokenizers 0.5.6
Blocked fixes:
• dropping requirement DataDeps does not help.
Conflict 2: 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
One fix: relax your compat on DataStructures
→ allows: BytePairEncoding 0.5.2, DataStructures 0.18.22
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.5.2, HTTP 1.11.0, WordTokenizers 0.5.6
Blocked fixes:
• dropping requirement HTTP does not help.
Conflict 4: Pickle and OrderedCollections
• your compat leaves StridedViews 0.5.2
• Pickle and StridedViews 0.5.2 or absent together require
OrderedCollections 1.1.0–1.8.2 (through DataStructures)
• your compat leaves OrderedCollections 2.0.1
One fix: relax your compat on OrderedCollections
→ allows: OrderedCollections 1.8.2, Pickle 0.3.2, StridedViews 0.5.2
Blocked fixes:
• dropping requirement StridedViews does not help.
Conflict 5: 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 6: 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 Pickle
→ allows: Pickle 0.3.2, StridedViews 0.5.2
2. relax your compat on StridedViews
→ allows: Pickle 0.3.7, StridedViews 0.4.6
3. drop requirement Pickle
→ allows: StridedViews 0.5.2
Blocked fixes:
• dropping requirement StridedViews does not help.
Conflict 7: 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 unless you also
relaxed your compat on Parsers, relaxed your compat on StridedViews,
relaxed your compat on StringViews, relaxed your compat on
WordTokenizers, dropped requirement BytePairEncoding, dropped
requirement Fetch, dropped requirement NeuralAttentionlib, dropped
requirement TextEncodeBase and dropped requirement Transformers.
Conflict 8: DoubleArrayTries
• DoubleArrayTries requires StringViews 1.0.0–1.3.7
• your compat leaves StringViews 2.0.1
One fix: relax your compat on StringViews
→ allows: DoubleArrayTries 0.1.1, StringViews 1.3.7
Blocked fixes:
• relaxing your compat on DoubleArrayTries does not help.
• dropping requirement StringViews does not help.
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 unless you also relaxed your
compat on BytePairEncoding, relaxed your compat on DataDeps, relaxed
your compat on HTTP, relaxed your compat on Parsers, relaxed your compat
on PrimitiveOneHot, relaxed your compat on StridedViews, dropped
requirement DoubleArrayTries, dropped requirement TextEncodeBase,
dropped requirement Transformers and dropped requirement Zygote.
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.5.2
Blocked fixes:
• relaxing your compat on Transformers does not help.
• dropping requirement StridedViews does not help.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, relax your compat on TextEncodeBase, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.6
2. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.6
3. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on TextEncodeBase, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.6
4. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.6
5. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, relax your
compat on TextEncodeBase, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
6. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
7. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on TextEncodeBase, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.6
8. relax your compat on BytePairEncoding, relax your compat on DataDeps,
relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 0.7.14, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.6
9. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.4
10. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, relax your
compat on WordTokenizers, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.4
11. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on TextEncodeBase, relax your
compat on WordTokenizers, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
12. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on WordTokenizers, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
13. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on TextEncodeBase, relax your
compat on WordTokenizers, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
14. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
15. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.4
16. relax your compat on BytePairEncoding, relax your compat on HTTP, relax
your compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on WordTokenizers, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 2.0.1, WordTokenizers 0.5.4
17. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on StringViews, relax your compat on TextEncodeBase,
relax your compat on WordTokenizers, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
18. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on StringViews, relax your compat on WordTokenizers,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
19. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
20. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StridedViews,
relax your compat on WordTokenizers, drop requirement DoubleArrayTries,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 2.0.1, WordTokenizers 0.5.4
21. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StringViews,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.3.2, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
22. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on StringViews,
relax your compat on WordTokenizers, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: BytePairEncoding 0.2.0, DataDeps 1.0.0, DataStructures 0.19.6,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
23. relax your compat on BytePairEncoding, relax your compat on Parsers,
relax your compat on PrimitiveOneHot, relax your compat on
TextEncodeBase, relax your compat on WordTokenizers, drop requirement
DoubleArrayTries, drop requirement Fetch, drop requirement
NeuralAttentionlib, drop requirement Pickle and drop requirement
Transformers
→ allows: BytePairEncoding 0.3.1, DataDeps 1.0.0, DataStructures 0.19.6,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 2.0.1, WordTokenizers 0.5.4
24. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, relax your
compat on TextEncodeBase, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.6
25. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on StringViews, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.6
26. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, relax your compat on TextEncodeBase, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.6
27. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StridedViews, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.6
28. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on TextEncodeBase, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
29. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.6
30. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, relax your
compat on TextEncodeBase, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.6
31. relax your compat on DataDeps, relax your compat on HTTP, relax your
compat on Parsers, relax your compat on PrimitiveOneHot, drop requirement
BytePairEncoding, drop requirement DoubleArrayTries, drop requirement
NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 0.7.14, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.6
32. relax your compat on DataStructures, relax your compat on HTTP, relax
your compat on OrderedCollections, relax your compat on Parsers, relax
your compat on Pickle, relax your compat on PrimitiveOneHot, relax your
compat on StringViews, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.2,
PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 1.3.7,
WordTokenizers 0.5.4
33. relax your compat on DataStructures, relax your compat on HTTP, relax
your compat on OrderedCollections, relax your compat on Parsers, relax
your compat on PrimitiveOneHot, relax your compat on StridedViews, relax
your compat on StringViews, relax your compat on WordTokenizers, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.7,
PrimitiveOneHot 0.1.4, StridedViews 0.4.6, StringViews 1.3.7,
WordTokenizers 0.5.4
34. relax your compat on DataStructures, relax your compat on HTTP, relax
your compat on OrderedCollections, relax your compat on Parsers, relax
your compat on PrimitiveOneHot, relax your compat on StringViews, relax
your compat on WordTokenizers, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0,
HTTP 1.11.0, OrderedCollections 1.8.2, Parsers 2.8.8, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
35. relax your compat on DataStructures, relax your compat on
OrderedCollections, relax your compat on Parsers, relax your compat on
Pickle, relax your compat on PrimitiveOneHot, relax your compat on
StringViews, relax your compat on WordTokenizers, drop requirement Fetch,
drop requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.2, PrimitiveOneHot
0.1.4, StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
36. relax your compat on DataStructures, relax your compat on
OrderedCollections, relax your compat on Parsers, relax your compat on
PrimitiveOneHot, relax your compat on StridedViews, relax your compat on
StringViews, relax your compat on WordTokenizers, drop requirement Fetch,
drop requirement NeuralAttentionlib and drop requirement Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 1.8.2, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
37. relax your compat on DataStructures, relax your compat on
OrderedCollections, relax your compat on Parsers, relax your compat on
PrimitiveOneHot, relax your compat on StringViews, relax your compat on
WordTokenizers, drop requirement Fetch, drop requirement
NeuralAttentionlib, drop requirement Pickle and drop requirement
Transformers
→ allows: BytePairEncoding 0.5.2, DataDeps 1.0.0, DataStructures 0.18.22,
DoubleArrayTries 0.1.1, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7,
OrderedCollections 1.8.2, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
38. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, relax your compat on TextEncodeBase, relax your
compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
39. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
40. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on StringViews, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib, drop requirement TextEncodeBase, drop
requirement Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot
0.1.4, StridedViews 0.4.6, StringViews 1.3.7
41. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
42. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, relax your
compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
43. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StridedViews, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement TextEncodeBase, drop
requirement Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1
44. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, relax your
compat on TextEncodeBase, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
45. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, relax your
compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7, WordTokenizers 0.5.4
46. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on StringViews, drop
requirement BytePairEncoding, drop requirement NeuralAttentionlib, drop
requirement Pickle, drop requirement TextEncodeBase, drop requirement
Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Fetch 0.1.4, Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0,
OrderedCollections 2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4,
StridedViews 0.5.2, StringViews 1.3.7
47. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on TextEncodeBase, relax
your compat on WordTokenizers, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.4
48. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, relax your compat on WordTokenizers, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1, WordTokenizers 0.5.4
49. relax your compat on HTTP, relax your compat on Parsers, relax your
compat on PrimitiveOneHot, drop requirement BytePairEncoding, drop
requirement DoubleArrayTries, drop requirement NeuralAttentionlib, drop
requirement Pickle, drop requirement TextEncodeBase, drop requirement
Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Fetch 0.1.4, Flux
0.16.11, GPUArraysCore 0.2.0, HTTP 1.11.0, OrderedCollections 2.0.1,
Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews
2.0.1
50. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on StringViews,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
51. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on StringViews,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 1.3.7, WordTokenizers 0.5.4
52. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on StringViews, drop
requirement BytePairEncoding, drop requirement Fetch, drop requirement
NeuralAttentionlib, drop requirement TextEncodeBase, drop requirement
Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews
0.4.6, StringViews 1.3.7
53. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on TextEncodeBase,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
54. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement DoubleArrayTries,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1, WordTokenizers 0.5.4
55. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StridedViews, drop requirement BytePairEncoding,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement TextEncodeBase, drop
requirement Transformers and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, Pickle 0.3.7, PrimitiveOneHot 0.1.4, StridedViews 0.4.6,
StringViews 2.0.1
56. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StringViews, relax your compat on TextEncodeBase,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 1.3.7, WordTokenizers 0.5.4
57. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StringViews, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 1.3.7, WordTokenizers 0.5.4
58. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on StringViews, drop requirement BytePairEncoding, drop
requirement Fetch, drop requirement NeuralAttentionlib, drop requirement
Pickle, drop requirement TextEncodeBase, drop requirement Transformers
and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, DoubleArrayTries 0.1.1,
Flux 0.16.11, GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections
2.0.1, Parsers 2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2,
StringViews 1.3.7
59. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on TextEncodeBase, relax your compat on WordTokenizers,
drop requirement BytePairEncoding, drop requirement DoubleArrayTries,
drop requirement Fetch, drop requirement NeuralAttentionlib, drop
requirement Pickle and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 2.0.1,
WordTokenizers 0.5.4
60. relax your compat on Parsers, relax your compat on PrimitiveOneHot,
relax your compat on WordTokenizers, drop requirement BytePairEncoding,
drop requirement DoubleArrayTries, drop requirement Fetch, drop
requirement NeuralAttentionlib, drop requirement Pickle, drop requirement
TextEncodeBase and drop requirement Transformers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 2.0.1,
WordTokenizers 0.5.4
61. relax your compat on Parsers, relax your compat on PrimitiveOneHot, drop
requirement BytePairEncoding, drop requirement DoubleArrayTries, drop
requirement Fetch, drop requirement NeuralAttentionlib, drop requirement
Pickle, drop requirement TextEncodeBase, drop requirement Transformers
and drop requirement WordTokenizers
→ allows: DataDeps 1.0.0, DataStructures 0.19.6, Flux 0.16.11,
GPUArraysCore 0.2.0, HTTP 2.6.7, OrderedCollections 2.0.1, Parsers
2.8.8, PrimitiveOneHot 0.1.4, StridedViews 0.5.2, StringViews 2.0.1
There are more minimal fixes than are shown.
There may be more to say about some of these.
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.
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
before
Unsatisfiable — 7 conflicts:
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
One 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_jll would not help unless you also relaxed
your compat on P4est, relaxed your compat on StringManipulation, relaxed
your compat on T8code, relaxed your compat on XML2_jll, relaxed your
compat on t8code_jll, dropped requirement HDF5, dropped requirement
StartUpDG and dropped requirement Trixi.
• dropping requirement HDF5 would not help unless you also relaxed your
compat on P4est_jll, relaxed your compat on StringManipulation, relaxed
your compat on XML2_jll, dropped requirement HDF5_jll, dropped
requirement StartUpDG, dropped requirement T8code, dropped requirement
Trixi and dropped requirement t8code_jll.
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: 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
One fix: relax your compat on StringManipulation
→ allows: BracketingNonlinearSolve 1.12.6, NonlinearSolveBase 2.49.3,
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 4: T8code and MPIABI_jll
• your compat leaves T8code 0.9.2
• T8code 0.9.2 requires MPIABI_jll 0.1.3+0–0.1.5+0 (through t8code_jll)
• your compat leaves MPIABI_jll 1.0.0+0
One fix: relax your compat on T8code
→ allows: MPIABI_jll 1.0.0+0, T8code 0.6.0
Blocked fixes:
• dropping requirement MPIABI_jll does not help.
Conflict 5: 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
One 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.
Conflict 6: T8code and t8code_jll
• your compat leaves P4est_jll 2.8.9+0
• P4est_jll 2.8.9+0 or absent and T8code together require t8code_jll
≤4.0.7+0 (through MPIABI_jll)
• your compat leaves t8code_jll 4.0.8+0
One fix: relax your compat on t8code_jll
→ allows: P4est_jll 2.8.9+0, T8code 0.6.0, t8code_jll 2.0.0+0
Blocked fixes:
• dropping requirement P4est_jll does not help.
Conflict 7: Trixi
• your compat leaves TimerOutputs 1.2.1
• TimerOutputs 1.2.1 or absent and Trixi together require 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, TimerOutputs 1.2.1
Blocked fixes:
• relaxing your compat on TimerOutputs does not help.
• relaxing your compat on Trixi does not help.
• dropping requirement MPIABI_jll does not help.
If none of the fixes above suits, the remaining minimal fixes are:
1. relax your compat on HDF5_jll, relax your compat on MPIABI_jll, relax
your compat on P4est_jll, relax your compat on StringManipulation, relax
your compat on XML2_jll, relax your compat on mpif_jll and relax your
compat on t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 0.1.5+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, T8code 0.9.2,
TimerOutputs 1.2.1, Trixi 0.17.6, XML2_jll 2.13.9+0, t8code_jll 4.0.7+0
2. relax your compat on HDF5_jll, relax your compat on MPIABI_jll, relax
your compat on P4est_jll, relax your compat on StringManipulation, relax
your compat on XML2_jll, relax your compat on t8code_jll and drop
requirement mpif_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 0.1.5+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, T8code 0.9.2,
TimerOutputs 1.2.1, Trixi 0.17.6, XML2_jll 2.13.9+0, t8code_jll 4.0.7+0
3. relax your compat on HDF5_jll, relax your compat on P4est, relax your
compat on StringManipulation, relax your compat on XML2_jll, relax your
compat on t8code_jll, drop requirement T8code and drop requirement Trixi
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.11, P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0, t8code_jll 2.0.0+0
4. relax your compat on HDF5_jll, relax your compat on P4est, relax your
compat on StringManipulation, relax your compat on XML2_jll, drop
requirement T8code, drop requirement Trixi and drop requirement
t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.11, P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0
5. relax your compat on HDF5_jll, relax your compat on P4est_jll, relax your
compat on StringManipulation, relax your compat on XML2_jll, relax your
compat on t8code_jll, drop requirement T8code and drop requirement Trixi
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0, t8code_jll 2.0.0+0
6. relax your compat on HDF5_jll, relax your compat on P4est_jll, relax your
compat on StringManipulation, relax your compat on XML2_jll, drop
requirement T8code, drop requirement Trixi and drop requirement
t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3, P4est
0.4.13, P4est_jll 2.8.1+3, StringManipulation 0.5.0, TimerOutputs
1.2.1, XML2_jll 2.13.9+0
7. relax your compat on HDF5_jll, relax your compat on StringManipulation,
relax your compat on XML2_jll, relax your compat on t8code_jll, drop
requirement P4est, drop requirement T8code and drop requirement Trixi
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3,
P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs 1.2.1,
XML2_jll 2.13.9+0, t8code_jll 2.0.0+0
8. relax your compat on HDF5_jll, relax your compat on StringManipulation,
relax your compat on XML2_jll, drop requirement P4est, drop requirement
T8code, drop requirement Trixi and drop requirement t8code_jll
→ allows: BracketingNonlinearSolve 1.12.6, Compat 4.18.1, HDF5 0.17.3,
HDF5_jll 1.14.2+1, MPIABI_jll 1.0.0+0, NonlinearSolveBase 2.49.3,
P4est_jll 2.8.9+0, StringManipulation 0.5.0, TimerOutputs 1.2.1,
XML2_jll 2.13.9+0
There may be more to say about some of these.
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_jll would not help without 8 other changes.
• dropping requirement HDF5 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 P4est_jll 2.8.9+0
• P4est_jll 2.8.9+0 or absent and T8code together require t8code_jll
≤4.0.7+0 (through MPIABI_jll)
• 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: P4est_jll 2.8.9+0, T8code 0.6.0, t8code_jll 2.0.0+0
2. relax your compat on t8code_jll and drop requirement T8code
→ allows: P4est_jll 2.8.9+0, t8code_jll 2.0.0+0
3. drop requirement T8code and drop requirement t8code_jll
→ allows: P4est_jll 2.8.9+0
Blocked fixes:
• dropping requirement P4est_jll does not help.
Conflict 4: Trixi
• your compat leaves TimerOutputs 1.2.1
• TimerOutputs 1.2.1 or absent and Trixi together require 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, TimerOutputs 1.2.1
Blocked fixes:
• relaxing your compat on TimerOutputs does not help.
• 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.3,
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, TimerOutputs 1.2.1, 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, TimerOutputs 1.2.1, Trixi 0.17.6, t8code_jll 4.0.7+0
Turing
before
Unsatisfiable — 3 conflicts, each of which must be fixed:
Conflict 1: Gamma and Turing
• your compat leaves Gamma 1.2.0
• Gamma 1.2.0 and Turing together require DiffRules ≤1.15.1 (through
Bijectors, Distributions, ForwardDiff, LogExpFunctions, MCMCChain,
SpecialFunctions, ChainRulesCore and StatsFuns)
• your compat leaves DiffRules 1.16.0
The only minimal fix: relax your compat on Gamma
→ allows: DiffRules 1.16.0, Gamma 1.1.0, Turing 0.48.0
Blocked fixes:
• relaxing your compat on DiffRules does not help.
• relaxing your compat on Turing does not help.
• dropping requirement DiffRules does not help.
• dropping requirement Gamma would not help unless you also relaxed your
compat on HypergeometricFunctions, relaxed your compat on
LogExpFunctions and relaxed your compat on OrderedCollections.
• dropping requirement Turing would not help unless you also relaxed your
compat on OrderedCollections, dropped requirement Bijectors and dropped
requirement DynamicPPL.
Conflict 2: Bijectors
• your compat leaves Bijectors 0.16.2
• Bijectors 0.16.2 requires LogExpFunctions 0.3.16–0.3.29
• your compat leaves LogExpFunctions 1.0.1
The only minimal fix: relax your compat on LogExpFunctions
→ allows: Bijectors 0.16.2, LogExpFunctions 0.3.29
Blocked fixes:
• relaxing your compat on Bijectors does not help.
• dropping requirement Bijectors would not help unless you also relaxed
your compat on OrderedCollections, dropped requirement DynamicPPL and
dropped requirement Turing.
Conflict 3: AbstractPPL
• your compat leaves AbstractPPL 0.15.5
• AbstractPPL 0.15.5 requires OrderedCollections 1.8.1–1.8.2
• your compat leaves OrderedCollections 2.0.1
The only minimal fix: relax your compat on OrderedCollections
→ allows: AbstractPPL 0.15.5, OrderedCollections 1.8.2
Blocked fixes:
• relaxing your compat on AbstractPPL does not help.
• dropping requirement AbstractPPL would not help unless you also relaxed
your compat on AdvancedVI, dropped requirement Bijectors, dropped
requirement DynamicPPL, dropped requirement FlexiChains and dropped
requirement Turing.
There may be more to say about some of these.
after
Unsatisfiable — 3 conflicts, pick a fix for each:
Conflict 1: Gamma and Turing
• your compat leaves Gamma 1.2.0
• Gamma 1.2.0 and Turing together require DiffRules ≤1.15.1 (through
Bijectors, Distributions, ForwardDiff, LogExpFunctions, MCMCChain,
SpecialFunctions, ChainRulesCore and StatsFuns)
• your compat leaves DiffRules 1.16.0
The only minimal fix: relax your compat on Gamma
→ allows: DiffRules 1.16.0, Gamma 1.1.0, Turing 0.48.0
Blocked fixes:
• relaxing your compat on DiffRules does not help.
• relaxing your compat on Turing does not help.
• dropping requirement DiffRules does not help.
• dropping requirement Gamma would not help unless you also relaxed your
compat on HypergeometricFunctions, relaxed your compat on
LogExpFunctions and relaxed your compat on OrderedCollections.
• dropping requirement Turing would not help unless you also relaxed your
compat on OrderedCollections, dropped requirement Bijectors and dropped
requirement DynamicPPL.
Conflict 2: Bijectors
• your compat leaves Bijectors 0.16.2
• Bijectors 0.16.2 requires LogExpFunctions 0.3.16–0.3.29
• your compat leaves LogExpFunctions 1.0.1
The only minimal fix: relax your compat on LogExpFunctions
→ allows: Bijectors 0.16.2, LogExpFunctions 0.3.29
Blocked fixes:
• relaxing your compat on Bijectors does not help.
• dropping requirement Bijectors would not help unless you also relaxed
your compat on OrderedCollections, dropped requirement DynamicPPL and
dropped requirement Turing.
Conflict 3: AbstractPPL
• your compat leaves AbstractPPL 0.15.5
• AbstractPPL 0.15.5 requires OrderedCollections 1.8.1–1.8.2
• your compat leaves OrderedCollections 2.0.1
The only minimal fix: relax your compat on OrderedCollections
→ allows: AbstractPPL 0.15.5, OrderedCollections 1.8.2
Blocked fixes:
• relaxing your compat on AbstractPPL does not help.
• dropping requirement AbstractPPL would not help without 5 other changes.
VoronoiFVM
before
Unsatisfiable — 3 conflicts, each of which must be fixed:
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 EarCut_jll, relaxed your compat on
FixedPointNumbers and dropped requirement VoronoiFVM.
There may be more to say about some of these.
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.
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 EarCut_jll, relaxed your compat on
FixedPointNumbers and dropped requirement VoronoiFVM.
Yao
before
Unsatisfiable — 7 conflicts, each of which must be fixed:
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:
• dropping requirement Luxor would not help unless you also relaxed your
compat on EarCut_jll, relaxed your compat on FixedPointNumbers, relaxed
your compat on GettextRuntime_jll, relaxed your compat on Libffi_jll,
relaxed your compat on XML2_jll, dropped requirement FFMPEG, dropped
requirement FFMPEG_jll, dropped requirement Yao and dropped requirement
YaoPlots.
• dropping requirement FFMPEG_jll would not help unless you also relaxed
your compat on FFMPEG, relaxed your compat on FixedPointNumbers, relaxed
your compat on GeometryBasics, relaxed your compat on
GettextRuntime_jll, relaxed your compat on Libffi_jll, relaxed your
compat on Luxor, relaxed your compat on XML2_jll, dropped requirement
Yao and dropped requirement YaoPlots.
• relaxing your compat on Luxor would not help unless you also relaxed
your compat on FixedPointNumbers, relaxed your compat on GeometryBasics,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Libffi_jll, relaxed your compat on XML2_jll, dropped requirement FFMPEG,
dropped requirement FFMPEG_jll, dropped requirement Yao and dropped
requirement YaoPlots.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FFMPEG_jll, relaxed
your compat on FixedPointNumbers, relaxed your compat on HarfBuzz_jll,
relaxed your compat on Libffi_jll, relaxed your compat on Pango_jll,
relaxed your compat on XML2_jll, relaxed your compat on libass_jll and
relaxed your compat on x264_jll.
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 unless you also relaxed
your compat on EarCut_jll, relaxed your compat on FixedPointNumbers,
relaxed your compat on GettextRuntime_jll, relaxed your compat on
Libffi_jll, relaxed your compat on XML2_jll, dropped requirement FFMPEG,
dropped requirement Luxor, dropped requirement Yao and dropped
requirement YaoPlots.
There may be more to say about some of these.
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.
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:
• dropping requirement Luxor would not help without 9 other changes.
• dropping requirement FFMPEG_jll would not help without 9 other changes.
• relaxing your compat on Luxor 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.