Skip to content

Commit aef4aaa

Browse files
committed
bump v0.2.0
1 parent f850ae8 commit aef4aaa

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

julia/Project.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SpheriCart"
22
uuid = "5caf2b29-02d9-47a3-9434-5931c85ba645"
33
authors = ["Christoph Ortner <[email protected]> and contributors"]
4-
version = "0.2.0-dev"
4+
version = "0.2.0"
55

66
[deps]
77
BenchmarkTools = "6e4b80f9-dd63-53aa-95a3-0cdb28fa8baf"
@@ -20,7 +20,6 @@ ForwardDiff = "1.0.1"
2020
GPUArraysCore = "0.2.0"
2121
KernelAbstractions = "0.9.34"
2222
LinearAlgebra = "1.10"
23-
# Metal = "1.5.1"
2423
OffsetArrays = "1.16"
2524
StaticArrays = "1.9"
2625
julia = "1.10.0, 1.11.0"
@@ -32,12 +31,11 @@ Metal = "dde4c033-4e86-420c-a63e-0dd931031962"
3231
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
3332
Quadmath = "be4d8f0f-7fa4-5f49-b795-2f01399ab2dd"
3433
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
35-
StrideArrays = "d1fa6d79-ef01-42a6-86c9-f7c551f8593b"
34+
# StrideArrays = "d1fa6d79-ef01-42a6-86c9-f7c551f8593b"
3635
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
3736
CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
3837
AMDGPU = "21141c5a-9bdb-4563-92ae-f87d6854732e"
3938

4039
[targets]
4140
test = ["Test", "LinearAlgebra", "Random", "Printf", "Quadmath",
42-
"StrideArrays",
4341
"GPUArrays", "Metal", "CUDA", "AMDGPU", ]

0 commit comments

Comments
 (0)