Skip to content

Commit cb70323

Browse files
authored
Merge pull request #225 from longemen3000/patch-1
Relax unitful compat
2 parents 6c6fdcd + eadf990 commit cb70323

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Project.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ Conda = "1"
4646
DiffEqSensitivity = "6"
4747
ForwardDiff = "0.10"
4848
Images = "0.24"
49-
IncompleteLU = "0.2.0"
50-
IterTools = "1.3.0"
49+
IncompleteLU = "0.2"
50+
IterTools = "1.3"
5151
LsqFit = "0.12"
5252
ModelingToolkit = "8"
5353
OrdinaryDiffEq = "6"
@@ -65,7 +65,7 @@ StaticArrays = "1"
6565
Sundials = "4"
6666
Symbolics = "4"
6767
Tracker = "0.2"
68-
Unitful = "1.3.0"
68+
Unitful = "^1.3"
6969
YAML = "0.4"
7070
Zygote = "0.5,0.6"
71-
julia = "1.6,1.7,1.8"
71+
julia = "^1.6"

0 commit comments

Comments
 (0)