Skip to content

Commit

Permalink
Update Project.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
ChrisRackauckas authored Dec 11, 2023
1 parent ce5c7d3 commit 0c91a29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "DiffEqFlux"
uuid = "aae7a2af-3d4f-5e19-a356-7da93b79d9d0"
authors = ["Chris Rackauckas <[email protected]>"]
version = "3.0.0"
version = "3.1.0"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -34,7 +34,7 @@ ChainRulesCore = "1"
ComponentArrays = "0.15.5"
ConcreteStructs = "0.2"
DiffEqBase = "6.41"
Distributions = "0.23, 0.24, 0.25"
Distributions = "0.25"
DistributionsAD = "0.6"
ForwardDiff = "0.10"
Functors = "0.4"
Expand All @@ -48,6 +48,6 @@ Reexport = "0.2, 1"
SciMLBase = "1, 2"
SciMLSensitivity = "7"
Tracker = "0.2.29"
Zygote = "0.5, 0.6"
Zygote = "0.6"
ZygoteRules = "0.2"
julia = "1.9"

0 comments on commit 0c91a29

Please sign in to comment.