Skip to content

Commit ce5bab6

Browse files
authored
Merge pull request #226 from JuliaDynamics/compathelper/new_version/2025-03-23-01-58-06-068-03545951092
CompatHelper: bump compat for DataInterpolations to 8 for package docs, (keep existing compat)
2 parents 176f790 + 434acd0 commit ce5bab6

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/Project.toml

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,20 @@ StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
3131
StyledStrings = "f489334b-da3d-4c2e-b8f0-e476e12c162b"
3232
SymbolicIndexingInterface = "2efcf032-c050-4f8e-a9bb-153293bab1f5"
3333

34-
[sources]
35-
Bonito = {url = "https://github.com/SimonDanisch/Bonito.jl", rev = "master"}
36-
NetworkDynamics = {path = ".."}
37-
NetworkDynamicsInspector = {path = "../NetworkDynamicsInspector"}
34+
[sources.Bonito]
35+
rev = "master"
36+
url = "https://github.com/SimonDanisch/Bonito.jl"
37+
38+
[sources.NetworkDynamics]
39+
path = ".."
40+
41+
[sources.NetworkDynamicsInspector]
42+
path = "../NetworkDynamicsInspector"
3843

3944
[compat]
4045
Bonito = "≥0.0.1"
4146
CairoMakie = "0.13.1"
42-
DataInterpolations = "7"
47+
DataInterpolations = "7, 8"
4348
DiffEqCallbacks = "4.2.2"
4449
Distributions = "0.25.117"
4550
Documenter = "1.8.0"

0 commit comments

Comments
 (0)