Skip to content

Commit

Permalink
Merge pull request #151 from MagneticResonanceImaging/compathelper/ne…
Browse files Browse the repository at this point in the history
…w_version/2023-07-01-01-04-21-798-00677789746

CompatHelper: bump compat for RegularizedLeastSquares to 0.10, (keep existing compat)
  • Loading branch information
tknopp authored Jul 12, 2023
2 parents 3f44dc9 + 8d17539 commit 8a60db9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ FLoops = "cc61a311-1640-44b5-9fba-1b764f453329"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MRIBase = "f7771a9a-6e57-4e71-863b-6e4b6a2f17df"
MRIOperators = "fb1137e3-90a6-46ce-a672-6e1e53d120f2"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
ProgressMeter = "92933f4c-e287-5a05-a399-4b506db050ca"
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
RegularizedLeastSquares = "1e9c538a-f78c-5de5-8ffb-0b6dbe892d23"
PrecompileTools = "aea7be01-6a6a-4083-8856-8a6e6704d82a"
Unitful = "1986cc42-f94f-5a68-af5c-568840ba703d"

[compat]
Expand All @@ -25,10 +25,10 @@ MRIBase = "0.3.0"
MRIOperators = "0.1"
MRISampling = "0.1"
MRISimulation = "0.1"
PrecompileTools = "1"
ProgressMeter = "1.2"
Reexport = "0.2, 1"
RegularizedLeastSquares = "0.9.0"
PrecompileTools = "1"
RegularizedLeastSquares = "0.9.0, 0.10"
Unitful = "1.2"
julia = "1.6"

Expand Down

0 comments on commit 8a60db9

Please sign in to comment.