Skip to content

Commit

Permalink
CompatHelper: bump compat for SymEngine to 0.11 for package docs, (ke…
Browse files Browse the repository at this point in the history
…ep existing compat) (#170)

* CompatHelper: bump compat for SymEngine to 0.11 for package docs, (keep existing compat)

* CompatHelper: bump compat for SymEngine to 0.11 for package test, (keep existing compat) (#171)

Co-authored-by: CompatHelper Julia <[email protected]>

* allow SymEngine v0.11 also in main Project.toml

---------

Co-authored-by: CompatHelper Julia <[email protected]>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Hendrik Ranocha <[email protected]>
  • Loading branch information
3 people authored Oct 9, 2023
1 parent 1aca9b7 commit 4c1f09b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Polynomials = "2.0.23, 3 - 3.2.8, 3.2.10"
Reexport = "1"
Requires = "1"
RootedTrees = "2.16"
SymEngine = "0.8, 0.9.1, 0.10"
SymEngine = "0.8, 0.9.1, 0.10, 0.11"
SymPy = "1"
Symbolics = "4, 5"
julia = "1.6"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ OrdinaryDiffEq = "5, 6"
Plots = "1"
PyCall = "1"
StaticArrays = "1"
SymEngine = "0.8, 0.9.1, 0.10"
SymEngine = "0.8, 0.9.1, 0.10, 0.11"
SymPy = "1.0.53"
Symbolics = "3, 4, 5"

Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
[compat]
Aqua = "0.6.1, 0.7"
StaticArrays = "1"
SymEngine = "0.8, 0.9.1, 0.10"
SymEngine = "0.8, 0.9.1, 0.10, 0.11"
SymPy = "1"
Symbolics = "4, 5"

0 comments on commit 4c1f09b

Please sign in to comment.