Skip to content
This repository has been archived by the owner on Aug 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #29 from control-toolbox/28-update
Browse files Browse the repository at this point in the history
v0.7.1
  • Loading branch information
ocots authored Jul 3, 2024
2 parents ec99db4 + 02a75f0 commit 4d7490a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,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 = "CTProblems"
uuid = "45d9ea3f-a92f-411f-833f-222dd4fb9cd8"
authors = ["Olivier Cots <[email protected]>"]
version = "0.7.0"
version = "0.7.1"

[deps]
CTBase = "54762871-cc72-4466-b8e8-f6c8b58076cd"
Expand All @@ -10,7 +10,7 @@ DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"

[compat]
CTBase = "0.10"
CTBase = "0.11"
CTFlows = "0.4"
DocStringExtensions = "0.9"
LinearAlgebra = "1.8"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ Documenter = "e30172f5-a6a5-5a46-863b-614d45cd2de4"
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"

[compat]
CTBase = "0.10"
CTBase = "0.11"
Documenter = "0.27"
julia = "1.8"
2 changes: 1 addition & 1 deletion test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[compat]
CTBase = "0.10"
CTBase = "0.11"
CTFlows = "0.4"
MLStyle = "0.4"
julia = "1.8"

0 comments on commit 4d7490a

Please sign in to comment.