Skip to content

Commit

Permalink
CompatHelper: bump compat for DSP to 0.8, (keep existing compat)
Browse files Browse the repository at this point in the history
  • Loading branch information
CompatHelper Julia committed Dec 7, 2024
1 parent f109069 commit 4be1898
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ ThreadedIterables = "11d239b0-c0b9-11e8-1935-d5cfa53abb03"

[compat]
CSV = "0.7, 0.8, 0.9.11, 0.10"
DSP = "0.5, 0.6, 0.7"
DSP = "0.5, 0.6, 0.7, 0.8"
DataFrames = "0.20, 0.21, 0.22, 1.0, 1.1, 1.7"
Distributions = "0.23, 0.24, 0.25"
EchelleCCFs = "0.2"
Expand All @@ -48,7 +48,7 @@ FileIO = "1.4"
Interpolations = "0.12, 0.13, 0.14, 0.15"
JLD2 = "0.2, 0.3, 0.4, 0.5"
KernelFunctions = "0.9.7, 0.10"
LsqFit = "0.11, 0.12, 0.13" # replace estimate_covar with vcov starting in 0.14
LsqFit = "0.11, 0.12, 0.13"
MultivariateStats = "0.7, 0.8, 0.9, 0.10"
NaNMath = "0.3, 1"
Optim = "1"
Expand Down

0 comments on commit 4be1898

Please sign in to comment.