Skip to content

Commit

Permalink
WIP: Use StructArrays.jl/pull/97
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Dec 19, 2019
1 parent 51e4893 commit 8752747
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -332,8 +332,10 @@ deps = ["LinearAlgebra", "SparseArrays"]
uuid = "10745b16-79ce-11e8-11f9-7d13ad32a3b2"

[[StructArrays]]
deps = ["PooledArrays", "Requires"]
git-tree-sha1 = "8b4ea677c4dfbcb538695e853207a9f70f84be20"
deps = ["PooledArrays", "Tables", "WeakRefStrings"]
git-tree-sha1 = "3fc5db2b56b24425b7ff2c498bcc91d83972bec3"
repo-rev = "remotes/cache/pull/97/head"
repo-url = "https://github.com/piever/StructArrays.jl.git"
uuid = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
version = "0.4.0"

Expand Down Expand Up @@ -384,6 +386,12 @@ git-tree-sha1 = "c9d5aa108588b978bd859554660c8a5c4f2f7669"
uuid = "81def892-9a0e-5fdd-b105-ffc91e053289"
version = "1.1.3"

[[WeakRefStrings]]
deps = ["Random", "Test"]
git-tree-sha1 = "9a0bb82eede528debe631b642eeb48a631a69bc2"
uuid = "ea10d353-3f73-51f8-a26c-33c1cb351aa5"
version = "0.6.1"

[[Zygote]]
deps = ["DiffRules", "FFTW", "FillArrays", "ForwardDiff", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
git-tree-sha1 = "e4245b9c5362346e154b62842a89a18e0210b92b"
Expand Down

0 comments on commit 8752747

Please sign in to comment.