Skip to content

Commit d5583f8

Browse files
committed
Fixed requirements
1 parent d3de330 commit d5583f8

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

REQUIRE

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
julia 0.4
2+
VisualRegressionTests
3+
ControlSystems
4+
Plots
5+
PyPlot

src/ControlExamplePlots.jl

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
module ControlExamplePlots
22

3-
try
4-
Pkg.installed("VisualRegressionTests")
5-
catch
6-
warning("VisualRegressionTests needs to be installed to test plots, adding now:")
7-
Pkg.clone("https://github.com/tbreloff/VisualRegressionTests.jl.git")
8-
end
9-
103
using ControlSystems, Plots, VisualRegressionTests
114

125
include("genplots.jl")

0 commit comments

Comments
 (0)