Skip to content

Commit

Permalink
Merge pull request #22 from control-toolbox/21-update
Browse files Browse the repository at this point in the history
v0.4.3
  • Loading branch information
ocots authored Jul 3, 2024
2 parents 33ee498 + 34a2baf commit b957c30
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- '1.10'
os:
- ubuntu-latest
#- macOS-latest
- macOS-latest
##- windows-latest
arch:
- x64
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "CTFlows"
uuid = "1c39547c-7794-42f7-af83-d98194f657c2"
authors = ["Olivier Cots <[email protected]>"]
version = "0.4.2"
version = "0.4.3"

[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
Expand All @@ -17,7 +17,7 @@ CTFlowsODE = "OrdinaryDiffEq"
CTFlowsPlots = "Plots"

[compat]
CTBase = "0.10"
CTBase = "0.11"
OrdinaryDiffEq = "6.84"
DocStringExtensions = "0.9"
Plots = "1.38"
Expand Down
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CTBase = "0.10"
CTBase = "0.11"
DifferentialEquations = "7.13"
Plots = "1.38"

0 comments on commit b957c30

Please sign in to comment.