Skip to content

Commit fc971ca

Browse files
Merge pull request #13 from MagneticParticleImaging/compathelper/new_version/2025-01-18-01-01-41-643-01851001323
CompatHelper: bump compat for LinearSolve to 2, (keep existing compat)
2 parents 893d5e9 + 4c849fd commit fc971ca

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Project.toml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,40 +5,40 @@ version = "0.1.0"
55

66
[deps]
77
Distributed = "8ba89e20-285c-5b6f-9357-94700520ee1b"
8+
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
9+
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
810
ImageFiltering = "6a3955dd-da59-5b1f-98d4-e7296123deb5"
11+
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
912
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
1013
LinearSolve = "7ed4a6bd-45f5-4d41-b270-4a48e9bafcae"
1114
OffsetArrays = "6fe1bfb0-de20-5000-8ca7-80f57d26f881"
1215
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
1316
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
17+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
1418
SharedArrays = "1a1011a3-84de-559e-8e89-a11a2f7dc383"
1519
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
1620
SparseDiffTools = "47a9eef4-7e08-11e9-0b38-333d64bd3804"
17-
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
18-
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
19-
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
20-
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
21-
HDF5 = "f67ccb44-e63f-5c2f-98bd-6dc0ccc4ba2f"
22-
FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
2321
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"
22+
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
23+
StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
2424

2525
[compat]
26-
LinearSolve = "1.23"
27-
julia = "^1"
2826
FLoops = "0.2"
2927
HDF5 = "0.16, 0.17"
3028
ImageFiltering = "0.7"
3129
Interpolations = "0.14, 0.15"
30+
LinearSolve = "1.23, 2"
3231
OffsetArrays = "1"
3332
OrdinaryDiffEq = "6"
3433
ProgressMeter = "1.9"
3534
SparseDiffTools = "2"
3635
SpecialFunctions = "2.3"
3736
StaticArrays = "1.9"
3837
StatsBase = "0.33"
38+
julia = "^1"
3939

4040
[extras]
4141
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
4242

4343
[targets]
44-
test = ["Test"]
44+
test = ["Test"]

0 commit comments

Comments
 (0)