Skip to content

Commit e29d36e

Browse files
Merge pull request #151 from JuliaDiffEq/ChrisRackauckas-patch-2
only require 1.0
2 parents e7ac279 + 650a49c commit e29d36e

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ os:
44
- linux
55
# - osx
66
julia:
7+
- 1.0
78
- 1.1
89
- nightly
910
matrix:

Project.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ uuid = "eb300fae-53e8-50a0-950c-e21f52c2b7e0"
33
version = "3.10.0"
44

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

2425
[extras]
2526
OrdinaryDiffEq = "1dea7af3-3e70-54e6-95c3-0bf5283fa5ed"

src/DiffEqBiological.jl

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

33
using DataStructures, MacroTools, Parameters, Reexport, SparseArrays, SymEngine
4-
using DiffEqBase, DiffEqJump
4+
using DiffEqBase, DiffEqJump, Compat
55
@reexport using DiffEqBase, DiffEqJump
66
using DynamicPolynomials, LinearAlgebra, RecipesBase
77

0 commit comments

Comments
 (0)