Skip to content

Commit

Permalink
remove Plots dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 3, 2016
1 parent edd6c2b commit 667ac2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions REQUIRE
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
julia 0.5
Reexport
ParameterizedFunctions 0.1.0
DiffEqBase
StochasticDiffEq
FiniteElementDiffEq
Expand All @@ -10,4 +9,3 @@ AlgebraicDiffEq
StokesDiffEq
DiffEqParamEstim
DiffEqSensitivity
Plots 0.9.2
1 change: 0 additions & 1 deletion src/DifferentialEquations.jl
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@ module DifferentialEquations
@reexport using StokesDiffEq
@reexport using DiffEqParamEstim
@reexport using DiffEqSensitivity
@reexport using Plots

end # module

0 comments on commit 667ac2e

Please sign in to comment.