Skip to content

Commit

Permalink
chore: bump minimum versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Aug 21, 2024
1 parent 5ce3e4d commit 7fe5baf
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,32 +55,33 @@ ForwardDiff = "0.10.36"
Functors = "0.4.12"
Integrals = "4.4"
LineSearches = "7.2"
LinearAlgebra = "1"
LinearAlgebra = "1.10"
LogDensityProblems = "2"
Lux = "0.5.65"
LuxLib = "0.3.42"
LuxCUDA = "0.3.2"
LuxCore = "0.1.24"
LuxLib = "0.3.48"
MCMCChains = "6"
MethodOfLines = "0.11"
ModelingToolkit = "9.9"
MonteCarloMeasurements = "1.1"
Optim = "1.7.8"
Optimization = "3.24"
Optimization = "3.25"
OptimizationOptimJL = "0.2.1"
OptimizationOptimisers = "0.2.1"
OrdinaryDiffEq = "6.74"
Pkg = "1"
OrdinaryDiffEq = "6.75"
Pkg = "1.10"
Preferences = "1.4.3"
QuasiMonteCarlo = "0.3.2"
Random = "1"
Reexport = "1.2"
RuntimeGeneratedFunctions = "0.5.12"
SafeTestsets = "0.1"
SciMLBase = "2.28"
SciMLBase = "2.34"
Statistics = "1.10"
SymbolicUtils = "1.5, 2, 3"
Symbolics = "5.27.1, 6"
Test = "1"
Test = "1.10"
UnPack = "1"
Zygote = "0.6.70"
julia = "1.10"
Expand All @@ -91,6 +92,7 @@ CUDA = "052768ef-5323-5732-b1bb-66c8b64840ba"
Flux = "587475ba-b771-5e3f-ad9e-33799f191a9c"
LineSearches = "d3d80556-e9d4-5f37-9878-2ab0fcc64255"
LuxCUDA = "d0bbae9a-e099-4d5b-a835-1c6931763bda"
LuxCore = "bb33d45b-7691-41d6-9220-0943567d0623"
LuxLib = "82251201-b29d-42c6-8e01-566dec8acb11"
MethodOfLines = "94925ecb-adb7-4558-8ed8-f975c56a0bf4"
OptimizationOptimJL = "36348300-93cb-4f02-beb5-3c3902f8871e"
Expand All @@ -101,4 +103,4 @@ SafeTestsets = "1bc83da4-3b8d-516f-aca4-4fe02f6d838f"
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"

[targets]
test = ["Aqua", "CUDA", "Flux", "LineSearches", "LuxCUDA", "LuxLib", "MethodOfLines", "OptimizationOptimJL", "OrdinaryDiffEq", "Pkg", "Preferences", "SafeTestsets", "Test"]
test = ["Aqua", "CUDA", "Flux", "LineSearches", "LuxCUDA", "LuxCore", "LuxLib", "MethodOfLines", "OptimizationOptimJL", "OrdinaryDiffEq", "Pkg", "Preferences", "SafeTestsets", "Test"]

0 comments on commit 7fe5baf

Please sign in to comment.