Skip to content

Commit

Permalink
fixup! build: bump lower bound of packages
Browse files Browse the repository at this point in the history
  • Loading branch information
sathvikbhagavan committed Mar 29, 2024
1 parent 438d563 commit 74da72d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 21 deletions.
12 changes: 6 additions & 6 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,16 @@ Zygote = "e88e6eb3-aa80-5325-afca-941959d7151f"
Adapt = "4"
AdvancedHMC = "0.6.1"
Aqua = "0.8"
ArrayInterface = "7.7"
ArrayInterface = "7.8"
CUDA = "5.2"
ChainRulesCore = "1.21"
ComponentArrays = "0.15.8"
Cubature = "1.5"
DiffEqBase = "6.144"
DiffEqBase = "6.148"
DiffEqNoiseProcess = "5.20"
Distributions = "0.25.107"
DocStringExtensions = "0.9"
DomainSets = "0.6, 0.7"
DomainSets = "0.7"
Flux = "0.14.11"
ForwardDiff = "0.10.36"
Functors = "0.4.4"
Expand All @@ -69,17 +69,17 @@ Optim = "1.7.8"
Optimization = "3.24"
OptimizationOptimJL = "0.2.1"
OptimizationOptimisers = "0.2.1"
OrdinaryDiffEq = "6.70"
OrdinaryDiffEq = "6.74"
Pkg = "1"
QuasiMonteCarlo = "0.3.2"
Random = "1"
Reexport = "1.2"
RuntimeGeneratedFunctions = "0.5.11"
RuntimeGeneratedFunctions = "0.5.12"
SafeTestsets = "0.1"
SciMLBase = "2.28"
Statistics = "1.10"
SymbolicUtils = "1.4"
Symbolics = "5.20"
Symbolics = "5.24"
Test = "1"
UnPack = "1"
Zygote = "0.6.69"
Expand Down
30 changes: 15 additions & 15 deletions docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,29 +28,29 @@ Roots = "f2b01f46-fcfa-551c-844a-d8ac1e96c665"
SpecialFunctions = "276daf66-3868-5448-9aa4-cd146d93841b"

[compat]
AdvancedHMC = "0.6"
ComponentArrays = "0.15"
AdvancedHMC = "0.6.1"
ComponentArrays = "0.15.8"
Cubature = "1.5"
DiffEqBase = "6.106"
Distributions = "0.25"
DiffEqBase = "6.148"
Distributions = "0.25.107"
Documenter = "1"
DomainSets = "0.6, 0.7"
Flux = "0.14"
DomainSets = "0.7"
Flux = "0.14.11"
Integrals = "4"
LineSearches = "7.2"
Lux = "0.5"
LuxCUDA = "0.3"
Lux = "0.5.22"
LuxCUDA = "0.3.2"
MethodOfLines = "0.11"
ModelingToolkit = "9"
ModelingToolkit = "9.7"
MonteCarloMeasurements = "1"
NeuralPDE = "5.3"
Optimization = "3.9"
OptimizationOptimJL = "0.2"
OptimizationOptimisers = "0.2"
NeuralPDE = "5.14"
Optimization = "3.24"
OptimizationOptimJL = "0.2.1"
OptimizationOptimisers = "0.2.1"
OptimizationPolyalgorithms = "0.2"
OrdinaryDiffEq = "6.31"
OrdinaryDiffEq = "6.74"
Plots = "1.36"
QuasiMonteCarlo = "0.3"
QuasiMonteCarlo = "0.3.2"
Random = "1"
Roots = "2.0"
SpecialFunctions = "2.1"

0 comments on commit 74da72d

Please sign in to comment.