Skip to content

Commit

Permalink
no ParameterizedFunctions
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Nov 6, 2016
1 parent 8b36f21 commit 9dc049e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion REQUIRE
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
julia 0.5
ParameterizedFunctions 0.1.0
Parameters 0.5.0
ChunkedArrays 0.1.0
DiffEqBase
Expand Down
2 changes: 1 addition & 1 deletion src/StochasticDiffEq.jl
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module StochasticDiffEq

using DiffEqBase, ParameterizedFunctions, Parameters, ChunkedArrays, RecursiveArrayTools
using DiffEqBase, Parameters, ChunkedArrays, RecursiveArrayTools
import DiffEqBase: solve

macro def(name, definition)
Expand Down
1 change: 1 addition & 0 deletions test/REQUIRE
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Plots 0.9.2
DiffEqDevTools
DiffEqProblemLibrary
ParameterizedFunctions

0 comments on commit 9dc049e

Please sign in to comment.