Skip to content

Commit

Permalink
Transition from REQUIRE to Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
blegat committed Apr 17, 2019
1 parent ff919fe commit 18ec879
Show file tree
Hide file tree
Showing 4 changed files with 40 additions and 22 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Manifest.toml
*.jl.cov
*.jl.*.cov
*.jl.mem
39 changes: 39 additions & 0 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
name = "SwitchOnSafety"
uuid = "ceb7f16a-07bf-5f4a-9354-b68f01b1610f"

[deps]
Combinatorics = "861a8166-3701-5b0c-9a16-15d98fcdc6aa"
DynamicPolynomials = "7c1d4256-1411-5781-91ec-d7bc3513ac07"
FillArrays = "1a297f60-69ca-5386-bcde-b61e274b549b"
GraphPlot = "a2cc645c-3eea-5389-862e-a155d0052231"
HybridSystems = "2207ec0c-686c-5054-b4d2-543502888820"
JuMP = "4076af6c-e467-56ae-b986-b466b2749572"
LightGraphs = "093fc24a-ae57-5d10-9952-331d41423f4d"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MathOptInterface = "b8f27783-ece8-5eb3-8dc8-9495eed66fee"
MathematicalSystems = "d14a8603-c872-5ed3-9ece-53e0e82e39da"
MultivariateMoments = "f4abf1af-0426-5881-a0da-e2f168889b5e"
MultivariatePolynomials = "102ac46a-7ee4-5c85-9060-abc95bfdeaa3"
Optim = "429524aa-4258-5aef-a3af-852621145aeb"
Polyhedra = "67491407-f73d-577b-9b50-8179a7c68029"
RecipesBase = "3cdcf5f2-1ef4-517c-9805-6587b60abb01"
Reexport = "189a3867-3050-52da-a836-e630ba90ab69"
SemialgebraicSets = "8e049039-38e8-557d-ae3a-bc521ccf6204"
SetProg = "fc078b4a-c1ae-5945-9d19-22107d1bf3e1"
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
SumOfSquares = "4b9e565b-77fc-50a5-a571-1244f986bda1"

[compat]
HybridSystems = "≥ 0.1.1"
JuMP = "0.19"
julia = "1"

[extras]
CSDP = "0a46da34-8e4b-519e-b418-48813639ff34"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["LinearAlgebra", "Test", "CSDP"]
21 changes: 0 additions & 21 deletions REQUIRE

This file was deleted.

1 change: 0 additions & 1 deletion test/REQUIRE

This file was deleted.

0 comments on commit 18ec879

Please sign in to comment.