Skip to content

Commit e4ff0f7

Browse files
CompatHelper: bump compat for SciMLOperators to 0.4, (keep existing compat) (#466)
1 parent c732008 commit e4ff0f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ KernelAbstractions = "63c18a36-062a-441e-b654-da1e3ab1ce7c"
3333
Makie = "ee78f7c6-11fb-53f2-987a-cfe4a2b5a57a"
3434

3535
[extensions]
36-
QuantumToolboxMakieExt = "Makie"
37-
QuantumToolboxChainRulesCoreExt = "ChainRulesCore"
3836
QuantumToolboxCUDAExt = "CUDA"
37+
QuantumToolboxChainRulesCoreExt = "ChainRulesCore"
3938
QuantumToolboxGPUArraysExt = ["GPUArrays", "KernelAbstractions"]
39+
QuantumToolboxMakieExt = "Makie"
4040

4141
[compat]
4242
ArrayInterface = "6, 7"
@@ -59,7 +59,7 @@ OrdinaryDiffEqTsit5 = "1"
5959
Pkg = "1"
6060
Random = "1"
6161
SciMLBase = "2"
62-
SciMLOperators = "0.3"
62+
SciMLOperators = "0.3, 0.4"
6363
SparseArrays = "1"
6464
SpecialFunctions = "2"
6565
StaticArraysCore = "1"

0 commit comments

Comments
 (0)