Skip to content

Commit fa6f05b

Browse files
drop StochasticDiffEq dep
1 parent ef037a7 commit fa6f05b

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

REQUIRE

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
julia 0.5
22
ParameterizedFunctions 0.2.0
33
DiffEqBase 0.2.0
4-
StochasticDiffEq 0.1.0
54
FiniteElementDiffEq 0.0.5
65
AlgebraicDiffEq 0.0.2
76
JLD 0.6.5

src/DiffEqProblemLibrary.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
module DiffEqProblemLibrary
22

3-
using DiffEqBase, StochasticDiffEq, ParameterizedFunctions,
3+
using DiffEqBase, ParameterizedFunctions,
44
FiniteElementDiffEq, AlgebraicDiffEq, JLD
55

66
include("ode_premade_problems.jl")

0 commit comments

Comments
 (0)