Skip to content

Commit e8968fe

Browse files
committed
upgrade all dependencies
1 parent 1f39627 commit e8968fe

File tree

10 files changed

+185
-152
lines changed

10 files changed

+185
-152
lines changed

Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ ForwardDiff = "0.10"
3131
Measurements = "2"
3232
PythonCall = "0.8,0.9"
3333
Reexport = "1"
34-
Yao = "0.8"
34+
Yao = "0.9"
3535
YaoSubspaceArrayReg = "0.2"
3636
julia = "1.6.3"
3737

lib/BloqadeCUDA/Project.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
99
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1010

1111
[compat]
12-
Adapt = "3"
13-
CUDA = "3"
12+
Adapt = "4"
13+
CUDA = "5"
1414
julia = "1.6"
1515

1616
[extras]

lib/BloqadeKrylov/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
1616
YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
1717

1818
[compat]
19-
Adapt = "3"
19+
Adapt = "4"
2020
BloqadeExpr = "0.2.1"
2121
BloqadeLattices = "0.2"
2222
BloqadeWaveforms = "0.2"

lib/BloqadeLattices/src/visualize.jl

+169-136
Large diffs are not rendered by default.

lib/BloqadeLattices/test/visualize.jl

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ using Documenter
1414
@test img_atoms(lt; colors = nothing) isa LuxorGraphPlot.Drawing
1515
@test img_atoms(lt; node_fill_color = "red") isa LuxorGraphPlot.Drawing
1616
@test img_atoms(lt; colors = fill("blue", length(lt))) isa LuxorGraphPlot.Drawing
17-
@test img_atoms(lt; colors = ByDensity(randn(length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
17+
@test img_atoms(lt; colors = ByDensity(rand(0:10, length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
1818
@test img_atoms(blt; colors = nothing) isa LuxorGraphPlot.Drawing
1919
@test img_atoms(blt; node_fill_color = "red") isa LuxorGraphPlot.Drawing
2020
@test img_atoms(blt; colors = fill("blue", length(lt))) isa LuxorGraphPlot.Drawing
21-
@test img_atoms(blt; colors = ByDensity(randn(length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
21+
@test img_atoms(blt; colors = ByDensity(rand(0:10, length(lt)); vmax = 10)) isa LuxorGraphPlot.Drawing
2222
@test img_maskedgrid(grd) isa LuxorGraphPlot.Drawing
2323
@test show(IOBuffer(), MIME"image/svg+xml"(), grd) === nothing
2424
@test show(IOBuffer(), MIME"image/svg+xml"(), lt) === nothing

lib/BloqadeMIS/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
1717
YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
1818

1919
[compat]
20-
BitBasis = "0.8, 0.9"
20+
BitBasis = "0.9"
2121
BloqadeExpr = "0.2"
2222
BloqadeLattices = "0.2"
2323
EliminateGraphs = "0.2"

lib/BloqadeNoisy/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ BloqadeExpr = "0.2"
2525
BloqadeODE = "0.2"
2626
BloqadeWaveforms = "0.2"
2727
DiffEqBase = "6"
28-
DiffEqCallbacks = "2"
28+
DiffEqCallbacks = "3"
2929
JSON = "0.21"
3030
Kronecker = "0.5"
3131
OrdinaryDiffEq = "6"

lib/BloqadeODE/Project.toml

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,18 +21,18 @@ YaoArrayRegister = "e600142f-9330-5003-8abb-0ebd767abc51"
2121
YaoSubspaceArrayReg = "bd27d05e-4ce1-5e79-84dd-c5d7d508ade2"
2222

2323
[compat]
24-
Adapt = "3"
24+
Adapt = "4"
2525
BloqadeExpr = "0.2"
2626
BloqadeKrylov = "0.2"
2727
BloqadeMIS = "0.2"
2828
BloqadeWaveforms = "0.2"
2929
Configurations = "0.17"
3030
DiffEqBase = "6"
31-
DiffEqCallbacks = "2"
31+
DiffEqCallbacks = "3"
3232
OrdinaryDiffEq = "6"
3333
Reexport = "1"
3434
SciMLBase = "2"
35-
Yao = "0.8"
35+
Yao = "0.9"
3636
YaoArrayRegister = "0.9"
3737
YaoSubspaceArrayReg = "0.2"
3838
julia = "1.6"

lib/BloqadeQMC/Project.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ OnlineStats = "1"
3939
PushVectors = "0.2"
4040
RandomNumbers = "1.4"
4141
Statistics = "1"
42-
Yao = "0.8"
42+
Yao = "0.9"
4343
julia = "1.6"
4444

4545
[extras]

lib/BloqadeSchema/Project.toml

+4-4
Original file line numberDiff line numberDiff line change
@@ -20,20 +20,20 @@ Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"
2020
Yao = "5872b779-8223-5990-8dd0-5abbb0748c8c"
2121

2222
[compat]
23-
AWS = "1.78"
24-
BitBasis = "0.8"
23+
AWS = "1"
24+
BitBasis = "0.9"
2525
BloqadeExpr = "0.2"
2626
BloqadeODE = "0.2"
2727
BloqadeWaveforms = "0.2"
28-
Braket = "0.7, 0.8"
28+
Braket = "0.9"
2929
Configurations = "0.17"
3030
DecFP = "1.1"
3131
GarishPrint = "0.5"
3232
JSON = "0.21"
3333
OrderedCollections = "1.5"
3434
Roots = "2"
3535
Unitful = "1"
36-
Yao = "0.8"
36+
Yao = "0.9"
3737
julia = "1.6"
3838

3939
[extras]

0 commit comments

Comments
 (0)