Skip to content

Commit

Permalink
add compat bounds
Browse files Browse the repository at this point in the history
  • Loading branch information
rveltz committed Aug 24, 2024
1 parent 1be81b5 commit 751d4a9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ authors = ["romain.veltz@inria.fr <rveltz> and contributors"]
version = "0.2.6"

[compat]
julia = "1"
julia = "1.9"
AsymptoticNumericalMethod = "^0.2.0"
BifurcationKit = "^0.4.0"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down
4 changes: 4 additions & 0 deletions docs/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
[deps]
AbstractTrees = "1520ce14-60c1-5f80-bbc7-55ef81b5835c"
AsymptoticNumericalMethod = "49cd1f3c-f820-4280-87fa-ee13bfe9a539"
BandedMatrices = "aae01518-5342-5314-be14-df237901396f"
BifurcationKit = "0f109fa4-8a5d-4b75-95aa-f515264e7665"
DifferentialEquations = "0c46a032-eb83-5123-abaf-570d42b7fbaa"
Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Expand All @@ -20,5 +23,6 @@ AsymptoticNumericalMethod = "^0.2.0"
DifferentialEquations = "6.19.0, ^7.1.0"
Documenter = "0.27, ^1.0"
ModelingToolkit = "7.0, ^8.1"
julia = "1.9,1.0"
Setfield = "^0.5.0, ^1.1.0"
SparseDiffTools = "1.24, ^2.7"

0 comments on commit 751d4a9

Please sign in to comment.