Skip to content

Commit

Permalink
Merge 650a49c into e7ac279
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas committed Sep 14, 2019
2 parents e7ac279 + 650a49c commit 6ff8dd0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Expand Up @@ -4,6 +4,7 @@ os:
- linux
# - osx
julia:
- 1.0
- 1.1
- nightly
matrix:
Expand Down
3 changes: 2 additions & 1 deletion Project.toml
Expand Up @@ -3,6 +3,7 @@ uuid = "eb300fae-53e8-50a0-950c-e21f52c2b7e0"
version = "3.10.0"

[deps]
Compat = "34da2185-b29b-5c13-b0c7-acf172513d20"
DataStructures = "864edb3b-99cc-5e75-8d2d-829cb0a9cfe8"
DiffEqBase = "2b5f629d-d688-5b77-993f-72d75c75574e"
DiffEqJump = "c894b116-72e5-5b58-be3c-e6d8d4ac2b12"
Expand All @@ -19,7 +20,7 @@ SymEngine = "123dc426-2d89-5057-bbad-38513e3affd8"
[compat]
DiffEqBase = "6"
DiffEqJump = "6"
julia = "1.1"
julia = "1"

[extras]
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"
Expand Down
2 changes: 1 addition & 1 deletion src/DiffEqBiological.jl
@@ -1,7 +1,7 @@
module DiffEqBiological

using DataStructures, MacroTools, Parameters, Reexport, SparseArrays, SymEngine
using DiffEqBase, DiffEqJump
using DiffEqBase, DiffEqJump, Compat
@reexport using DiffEqBase, DiffEqJump
using DynamicPolynomials, LinearAlgebra, RecipesBase

Expand Down

0 comments on commit 6ff8dd0

Please sign in to comment.