Skip to content

Commit 5b1b34f

Browse files
authored
Merge pull request #30 from nicolamos/main
Update compat entries
2 parents b0bea3a + f8c855b commit 5b1b34f

1 file changed

Lines changed: 8 additions & 7 deletions

File tree

Project.toml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "GPUInspector"
22
uuid = "608d808f-ff79-47b0-a25d-21f2c9b42853"
3-
authors = ["Carsten Bauer <carsten.bauer@uni-paderborn.de> and contributors"]
43
version = "0.3.0-DEV"
4+
authors = ["Carsten Bauer <carsten.bauer@uni-paderborn.de> and contributors"]
55

66
[deps]
77
CpuId = "adafc99b-e345-5852-983c-f28acb93d879"
@@ -28,16 +28,17 @@ CUDAExt = "CUDA"
2828
CairoMakieExt = "CairoMakie"
2929

3030
[compat]
31-
CUDA = "3.8.4, 3.12, 4.4"
32-
CairoMakie = "0.7, 0.10.7, 0.11, 0.12"
31+
CairoMakie = "0.7, 0.10.7, 0.11, 0.12, 0.15"
32+
CUDA = "3.8.4, 3.12, 4.4, 5"
3333
CpuId = "0.3"
3434
DocStringExtensions = "0.9"
3535
Glob = "1.3"
36-
HDF5 = "0.16"
37-
NVTX = "0.3"
36+
NVTX = "0.3, 1"
37+
HDF5 = "0.16, 0.17"
3838
Reexport = "1.2"
39-
TestItemRunner = "0.2"
40-
ThreadPinning = "0.3, 0.4, 0.5, 0.6, 0.7"
39+
Statistics = "1"
40+
ThreadPinning = "0.3, 0.4, 0.5, 0.6, 0.7, 1"
41+
TestItemRunner = "0.2, 1"
4142
UnicodePlots = "2.8, 3"
4243
julia = "1.9"
4344

0 commit comments

Comments
 (0)