Skip to content

Commit

Permalink
Unblock and update ComponentArrays
Browse files Browse the repository at this point in the history
Fixes #2028
  • Loading branch information
visr committed Feb 10, 2025
1 parent de8924f commit a3fdfc6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -373,9 +373,9 @@ version = "1.1.1+0"

[[deps.ComponentArrays]]
deps = ["Adapt", "ArrayInterface", "ChainRulesCore", "ConstructionBase", "ForwardDiff", "Functors", "LinearAlgebra", "StaticArrayInterface", "StaticArraysCore"]
git-tree-sha1 = "b926f8f322026c3a1d9539253ab111735eb540f8"
git-tree-sha1 = "9bcd3f84b0f863ff548bd16f4776e4c7ab929fab"
uuid = "b0b7db55-cfe3-40fc-9ded-d10e2dbeff66"
version = "0.15.22"
version = "0.15.24"

[deps.ComponentArrays.extensions]
ComponentArraysGPUArraysExt = "GPUArrays"
Expand Down
2 changes: 1 addition & 1 deletion core/Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ Arrow = "2.3"
BasicModelInterface = "0.1"
CSV = "0.10"
CodecZstd = "0.7, 0.8"
ComponentArrays = "0.13, 0.14, 0.15 - 0.15.22"
ComponentArrays = "0.13, 0.14, 0.15"
Configurations = "0.17"
DBInterface = "2.4"
DataFrames = "1.4"
Expand Down

0 comments on commit a3fdfc6

Please sign in to comment.