Skip to content

Commit 69f8259

Browse files
authored
Add correct compat about DelayEmbeddings and SSSets in Project.toml (#399)
* Update Project.toml We're waiting for DelayEmbeddings.jl new version to be registered. * Update Project.toml
1 parent 4e47f7a commit 69f8259

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Accessors = "^0.1.28"
3333
Combinatorics = "1"
3434
ComplexityMeasures = "~3.7"
3535
DSP = "^0.7"
36-
DelayEmbeddings = "2.8"
36+
DelayEmbeddings = "2.9"
3737
Distances = "^0.10"
3838
Distributions = "^0.25"
3939
Graphs = "^1.11"
@@ -44,7 +44,7 @@ RecurrenceAnalysis = "2.1"
4444
Reexport = "1"
4545
Scratch = "1"
4646
SpecialFunctions = "2"
47-
StateSpaceSets = "2.1"
47+
StateSpaceSets = "2.4"
4848
StaticArrays = "^1"
4949
Statistics = "1"
5050
StatsBase = "^0.34"

0 commit comments

Comments
 (0)