Skip to content

Commit

Permalink
Update compat Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
facusapienza21 authored Jan 11, 2024
1 parent fb9ff03 commit 17510d4
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ version = "0.1.0"
[deps]
ComponentArrays = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
Infiltrator = "5903a43b-9cc3-4c30-8d17-598619ec4e9b"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
Lux = "b2108857-7c20-44ae-9111-449ecde12c47"
Optimization = "7f7a1694-90dd-40f0-9382-eb1efda571ba"
Expand All @@ -18,14 +17,23 @@ PyPlot = "d330b81b-6aea-500a-939a-2ce795aea3ee"
Revise = "295af30f-e4ad-537b-8983-00126c2a3abe"
SciMLSensitivity = "1ed8b502-d754-442c-8d5d-10ac956f44a1"
Statistics = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"
TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"

[compat]
OptimizationOptimisers = "0.2"
ComponentArrays = "0.15"
Distributions = "0.25"
julia = "1.9"
Lux = "0.5"
OrdinaryDiffEq = "6"
Optimization = "3"
julia = "1"
OptimizationOptimisers = "0.2"
OptimizationOptimJL = "0.2"
Revise = "3"
PyCall = "1"
PyPlot = "2"
SciMLSensitivity = "7"
Statistics = "1"
Zygote = "0.6"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 17510d4

Please sign in to comment.