Skip to content

Commit

Permalink
Merge pull request #23 from m3g/compathelper/new_version/2023-11-25-0…
Browse files Browse the repository at this point in the history
…1-01-39-280-03481808476

CompatHelper: bump compat for Interpolations to 0.15, (keep existing compat)
  • Loading branch information
lmiq authored Nov 25, 2023
2 parents fab3ff8 + 1e0a1a0 commit 7a7320f
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,29 +4,29 @@ authors = ["Leandro Martinez <lmartine@unicamp.br>"]
version = "0.6.6-DEV"

[deps]
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
LsqFit = "2fda8390-95c7-5789-9bda-21331edee243"
Parameters = "d96e819e-fc66-5662-9728-84c9c7592b0a"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TestItems = "1c621080-faea-4a02-84b6-bbd5e436b8fe"

[weakdeps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"

[extras]
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[extensions]
SplineFitExt = "Interpolations"

[compat]
Statistics = "1"
julia = "1.9"
TestItems = "0.1"
Interpolations = "0.12, 0.13, 0.14, 0.15"
LsqFit = "0.11, 0.12, 0.13, 0.14, 0.15"
Parameters = "0.12"
Interpolations = "0.12, 0.13, 0.14"
Statistics = "1"
TestItems = "0.1"
julia = "1.9"

[weakdeps]
Interpolations = "a98d9a8b-a2ab-59e6-89dd-64a1c18fca59"
[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
TestItemRunner = "f8b46487-2199-4994-9208-9a1283c18c0a"

[targets]
test = ["Test", "TestItemRunner", "Interpolations"]

[extensions]
SplineFitExt = "Interpolations"

0 comments on commit 7a7320f

Please sign in to comment.