Skip to content

Commit

Permalink
feat: update to latest package versions
Browse files Browse the repository at this point in the history
  • Loading branch information
avik-pal committed Nov 5, 2024
1 parent 8c3d30e commit fa703c2
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fail-fast: false
matrix:
version:
- "min"
- "1.10"
- "1"
os:
- ubuntu-latest
Expand Down
4 changes: 2 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "Boltz"
uuid = "4544d5e4-abc5-4dea-817f-29e4c205d9c8"
authors = ["Avik Pal <[email protected]> and contributors"]
version = "1.0.1"
version = "1.0.2"

[deps]
ADTypes = "47edcb42-4c32-4615-8424-f2b9edc5f35b"
Expand Down Expand Up @@ -51,7 +51,7 @@ ChainRulesCore = "1.24"
Compat = "4.15"
ConcreteStructs = "0.2.3"
DataInterpolations = "6.4"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1"
ForwardDiff = "0.10.36"
Functors = "0.4.12"
GPUArraysCore = "0.1.6, 0.2"
Expand Down
2 changes: 1 addition & 1 deletion docs/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Boltz = "1"
Documenter = "1"
DocumenterCitations = "1"
DocumenterVitepress = "0.1"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1"
Literate = "2"
Lux = "1"
Random = "1.10"
Expand Down
2 changes: 1 addition & 1 deletion examples/GettingStarted/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Random = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
[compat]
Boltz = "1"
InteractiveUtils = "<0.0.1, 1"
JLD2 = "0.4.52, 0.5"
JLD2 = "0.5"
Literate = "2.19"
Lux = "1"
Metalhead = "0.9.3"
Expand Down
8 changes: 4 additions & 4 deletions examples/SymbolicOptimalControl/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ SymbolicUtils = "d1185830-fcd6-423d-90d6-eec64667417b"
Boltz = "1"
CairoMakie = "0.12"
ComponentArrays = "0.15.11"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1"
Latexify = "0.16.2"
Literate = "2"
Lux = "1"
MLJ = "0.20.3"
Optimization = "3.24.3"
OptimizationOptimJL = "0.2.3, 0.3"
OptimizationOptimisers = "0.2.1"
Optimization = "4"
OptimizationOptimJL = "0.4"
OptimizationOptimisers = "0.3.2"
OrdinaryDiffEqVerner = "1"
SciMLSensitivity = "7.57"
Statistics = "1.10"
Expand Down
4 changes: 2 additions & 2 deletions test/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ Bumper = "0.6, 0.7"
ComponentArrays = "0.15.16"
DataInterpolations = "6.4"
Downloads = "1.6"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19"
Enzyme = "0.12"
DynamicExpressions = "0.16, 0.17, 0.18, 0.19, 1"
Enzyme = "0.13"
ExplicitImports = "1.9.0"
ForwardDiff = "0.10.36"
GPUArraysCore = "0.1.6, 0.2"
Expand Down

0 comments on commit fa703c2

Please sign in to comment.