Skip to content

Commit 7848c13

Browse files
authored
Merge pull request #207 from JuliaControl/project.toml
Switch to Project.toml
2 parents 6b5f7a0 + 7e3e22e commit 7848c13

File tree

2 files changed

+19
-8
lines changed

2 files changed

+19
-8
lines changed

Project.toml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name = "ControlSystems"
2+
uuid = "a6e380b2-a6ca-5380-bf3e-84a91bcd477e"
3+
authors = ["Dept. Automatic Control, Lund University"]
4+
repo = "https://github.com/JuliaControl/ControlSystems.jl.git"
5+
version = "0.5.2"
6+
7+
[deps]
8+
Colors = "5ae59095-9a9b-59fe-a467-6f913c188581"
9+
DSP = "717857b8-e6f2-59f4-9121-6e50c889abd2"
10+
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
11+
LaTeXStrings = "b964fa9f-0449-5b57-a5c2-d3ea65f4040f"
12+
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
13+
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
14+
Plots = "91a5bcdd-55d7-5caf-9e0b-520d859cae80"
15+
Polynomials = "f27b6e38-b328-58d1-80ce-0feddd5e7a45"
16+
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
17+
Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
18+
SparseArrays = "2f01184e-e22b-5df5-ae63-d93ebab69eaf"
19+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

REQUIRE

Lines changed: 0 additions & 8 deletions
This file was deleted.

0 commit comments

Comments
 (0)