Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update compat OrdinaryDiffEq #923

Merged
merged 1 commit into from
Apr 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update compat OrdinaryDiffEq
  • Loading branch information
baggepinnen authored Apr 1, 2024
commit faa314942b3bf6e0175073f353f5dc6cb835d314
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = "ControlSystems"
uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
authors = ["Dept. Automatic Control, Lund University"]
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
version = "1.10.1"
version = "1.10.2"

[deps]
ControlSystemsBase = "aaaaaaaa-a6ca-5380-bf3e-84a91bcd477e"
Expand All @@ -26,7 +26,7 @@ DelayDiffEq = "5.31"
DiffEqCallbacks = "2.16"
ForwardDiff = "0.10"
Hungarian = "0.6, 0.7"
OrdinaryDiffEq = "~6.60"
OrdinaryDiffEq = "6.60"
RecipesBase = "1"
Reexport = "1"
StaticArrays = "1"
Expand Down
Loading