Skip to content

Commit 30e8fcf

Browse files
author
CompatHelper Julia
committed
CompatHelper: bump compat for CUDA in [weakdeps] to 6, (keep existing compat)
1 parent 3a5900a commit 30e8fcf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "TrixiParticles"
22
uuid = "66699cd8-9c01-4e9d-a059-b96c86d16b3a"
3-
authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"]
43
version = "0.4.5-dev"
4+
authors = ["erik.faulhaber <44124897+efaulhaber@users.noreply.github.com>"]
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"
@@ -35,19 +35,19 @@ TrixiBase = "9a0f1c46-06d5-4909-a5a3-ce25d3fa3284"
3535
WriteVTK = "64499a7a-5c06-52f2-abe2-ccb03c286192"
3636

3737
[weakdeps]
38+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3839
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
3940
OrdinaryDiffEqCore = "bbf590c4-e513-4bbe-9b18-05decba2e5d8"
40-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
4141

4242
[extensions]
43-
TrixiParticlesOrdinaryDiffEqExt = ["OrdinaryDiffEq", "OrdinaryDiffEqCore"]
4443
TrixiParticlesCUDAExt = "CUDA"
44+
TrixiParticlesOrdinaryDiffEqExt = ["OrdinaryDiffEq", "OrdinaryDiffEqCore"]
4545

4646
[compat]
4747
Accessors = "0.1.43"
4848
Adapt = "4"
4949
CSV = "0.10"
50-
CUDA = "5.9.1"
50+
CUDA = "5.9.1, 6"
5151
DataFrames = "1.6"
5252
DelimitedFiles = "1"
5353
DiffEqCallbacks = "4"

0 commit comments

Comments
 (0)