Skip to content

Commit 1ed86dc

Browse files
Update Project.toml
1 parent 8e66497 commit 1ed86dc

File tree

1 file changed

+12
-4
lines changed

1 file changed

+12
-4
lines changed

Project.toml

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,31 +8,39 @@ Dates = "ade2ca70-3891-5945-98fb-dc099432e06a"
88
MLDataDevices = "7e8f7934-dd98-4c1a-8fe8-92b47a384d40"
99
Term = "22787eb5-b846-44ae-b979-8e399b8463ab"
1010
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
11+
MacOSIOReport = "27799fc1-e272-4181-9793-a9e1fcba685b"
12+
13+
[weakdeps]
14+
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
15+
Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
1116

1217
[extensions]
1318
TerminalSystemMonitorCUDAExt = "CUDA"
19+
TerminalSystemMonitorMetalExt = ["Metal"]
1420

15-
[weakdeps]
16-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
21+
[sources]
22+
MacOSIOReport = {url = "https://github.com/AtelierArith/MacOSIOReport.jl", rev="main"}
1723

1824
[compat]
1925
Aqua = "0.8.9"
2026
CUDA = "5.5.2"
2127
Dates = "1"
2228
JET = "0.9.12"
2329
MLDataDevices = "1.5.3"
30+
MacOSIOReport = "0.1.0"
31+
Metal = "1.5.1"
2432
ReTestItems = "1.29.0"
2533
Term = "2.0.6"
2634
Test = "1"
2735
UnicodePlots = "3.7.0"
2836
julia = "1.10"
2937

3038
[extras]
39+
MacOSIOReport = "27799fc1-e272-4181-9793-a9e1fcba685b"
3140
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
32-
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3341
JET = "c3a54625-cd67-489e-a8e7-0a5a0ff4e31b"
3442
ReTestItems = "817f1d60-ba6b-4fd5-9520-3cf149f6a823"
3543
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3644

3745
[targets]
38-
test = ["Aqua", "JET", "ReTestItems", "Test", "CUDA"]
46+
test = ["Aqua", "JET", "ReTestItems", "Test"]

0 commit comments

Comments
 (0)