Skip to content

Commit

Permalink
Relax package spec to attempt to have CI pass
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed Oct 5, 2023
1 parent 6c13787 commit 97ab64a
Showing 1 changed file with 24 additions and 24 deletions.
48 changes: 24 additions & 24 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,32 +40,32 @@ YAML = "ddb6d928-2868-570f-bddf-ab3f9cf99eb6"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
Calculus = "0.4,0.5"
Colors = "0.11,0.12"
Conda = "1"
Calculus = "^0.5"
Colors = "^0.12"
Conda = "^1"
DiffEqSensitivity = "^6"
ForwardDiff = "0.10"
Images = "0.24"
IncompleteLU = "0.2"
IterTools = "1.3"
LsqFit = "0.12"
ModelingToolkit = "8"
ForwardDiff = "^0.10"
Images = "^0.24"
IncompleteLU = "^0.2"
IterTools = "^1.3"
LsqFit = "^0.12"
ModelingToolkit = "^8"
OrdinaryDiffEq = "^6"
Parameters = "0.12"
PreallocationTools = "0"
PyCall = "1"
PyPlot = "2"
QuartzImageIO = "0.7"
RecursiveArrayTools = "2.17"
ReverseDiff = "1.9"
Parameters = "^0.12"
PreallocationTools = "^0"
PyCall = "^1"
PyPlot = "^2"
QuartzImageIO = "^0.7"
RecursiveArrayTools = "^2.17"
ReverseDiff = "^1.9"
SciMLBase = "^1"
SmoothingSplines = "0.3"
SpecialFunctions = "1"
StaticArrays = "1"
Sundials = "4"
Symbolics = "4"
Tracker = "0.2"
SmoothingSplines = "^0.3"
SpecialFunctions = "^1"
StaticArrays = "^1"
Sundials = "^4"
Symbolics = "^4"
Tracker = "^0.2"
Unitful = "^1.3"
YAML = "0.4"
Zygote = "0.5,0.6"
YAML = "^0.4"
Zygote = "^0.6"
julia = "^1.6"

0 comments on commit 97ab64a

Please sign in to comment.