Skip to content

Commit d04f15e

Browse files
committed
Relax package version requirement
1 parent 28d5c53 commit d04f15e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Project.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,22 +43,22 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
4343
Calculus = "0.4,0.5"
4444
Colors = "0.11,0.12"
4545
Conda = "1"
46-
DiffEqSensitivity = "6"
46+
DiffEqSensitivity = "^6"
4747
ForwardDiff = "0.10"
4848
Images = "0.24"
4949
IncompleteLU = "0.2"
5050
IterTools = "1.3"
5151
LsqFit = "0.12"
5252
ModelingToolkit = "8"
53-
OrdinaryDiffEq = "6"
53+
OrdinaryDiffEq = "^6"
5454
Parameters = "0.12"
5555
PreallocationTools = "0"
5656
PyCall = "1"
5757
PyPlot = "2"
5858
QuartzImageIO = "0.7"
5959
RecursiveArrayTools = "2.17"
6060
ReverseDiff = "1.9"
61-
SciMLBase = "1"
61+
SciMLBase = "^1"
6262
SmoothingSplines = "0.3"
6363
SpecialFunctions = "1"
6464
StaticArrays = "1"

0 commit comments

Comments
 (0)