Skip to content

Commit

Permalink
New compat entries
Browse files Browse the repository at this point in the history
  • Loading branch information
lyceumbot committed May 22, 2020
1 parent 72bdf4e commit 60ee451
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 10 deletions.
6 changes: 4 additions & 2 deletions Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ Distributions = "31c24e10-a181-5473-b8eb-7969acd0382f"
DocStringExtensions = "ffbed154-4ef7-542d-bbb7-c09d3a79fcae"
ElasticArrays = "fdbdab4c-e67f-52f5-8c3f-e7b388dad3d4"
Future = "9fa8497b-333b-5362-9e8d-4d0656e87820"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
IterTools = "c8e1da08-722c-5040-9ed9-7db0dc04731e"
LinearAlgebra = "37e2e46d-f89d-539d-b4ee-838fcccc9c8e"
MacroTools = "1914dd2f-81c6-5fcd-8719-6d5c9610ff09"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Printf = "de0858da-6303-5e67-8744-51eddeeeb8d7"
Expand All @@ -23,9 +23,9 @@ Shapes = "175de200-b73b-11e9-28b7-9b5b306cec37"
SpecialArrays = "dced3ab1-7816-4ad4-9c7c-956aa26e9cbf"
StaticArrays = "90137ffa-7385-5640-81b9-e52037218182"
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"
UnicodePlots = "b8865327-cd53-5732-bb35-84acbb429228"
UnsafeArrays = "c4a57d5a-5b31-53a6-b365-19f8c011fbd6"
UnPack = "3a884ed6-31ef-47d7-9d2a-63182c4928ed"

[compat]
Adapt = "1"
Expand All @@ -34,12 +34,14 @@ BangBang = "0.3"
Distributions = "0.22, 0.23"
DocStringExtensions = "0.8"
ElasticArrays = "1.2"
IterTools = "1.3"
MacroTools = "0.5"
Setfield = "0.6"
Shapes = "0.3"
SpecialArrays = "0.3"
StaticArrays = "0.12"
StructArrays = "0.4"
UnPack = "1"
UnicodePlots = "1.2"
UnsafeArrays = "1"
julia = "1.3"
16 changes: 8 additions & 8 deletions test/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ version = "0.2.0"

[[BangBang]]
deps = ["Compat", "ConstructionBase", "Future", "InitialValues", "LinearAlgebra", "Requires", "Setfield", "Tables", "ZygoteRules"]
git-tree-sha1 = "146d18eeced50d2bb384d49d965bb674c826227c"
git-tree-sha1 = "cb4de5cb814282490c24a8dfba839854c120dae2"
uuid = "198e06fe-97b7-11e9-32a5-e1d131e6ad66"
version = "0.3.20"
version = "0.3.21"

[[Base64]]
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
Expand Down Expand Up @@ -199,9 +199,9 @@ version = "0.2.2"

[[IRTools]]
deps = ["InteractiveUtils", "MacroTools", "Test"]
git-tree-sha1 = "8845400bd2d9815d37720251f1b53d27a335e1f4"
git-tree-sha1 = "90ee39f9beaaa186e4968417ea2b8ed5673c91c0"
uuid = "7869d1d1-7146-5819-86e3-90919afe41df"
version = "0.3.2"
version = "0.3.3"

[[IniFile]]
deps = ["Test"]
Expand Down Expand Up @@ -496,9 +496,9 @@ version = "0.32.2"

[[StatsFuns]]
deps = ["Rmath", "SpecialFunctions"]
git-tree-sha1 = "f290ddd5fdedeadd10e961eb3f4d3340f09d030a"
git-tree-sha1 = "04a5a8e6ab87966b43f247920eab053fd5fdc925"
uuid = "4c63d2b9-4356-54db-8cca-17b64c39e42c"
version = "0.9.4"
version = "0.9.5"

[[StructArrays]]
deps = ["Adapt", "DataAPI", "Tables"]
Expand Down Expand Up @@ -580,9 +580,9 @@ version = "1.2.0"

[[ZeroMQ_jll]]
deps = ["Libdl", "Pkg"]
git-tree-sha1 = "42b0955a7ad0935d454d750fedd812d3f2836fde"
git-tree-sha1 = "ac15b32cf384a72b058f3c214708e5a11a91ac86"
uuid = "8f1865be-045e-5c20-9c9f-bfbfb0764568"
version = "4.3.2+2"
version = "4.3.2+3"

[[Zygote]]
deps = ["AbstractFFTs", "ArrayLayouts", "DiffRules", "FillArrays", "ForwardDiff", "Future", "IRTools", "InteractiveUtils", "LinearAlgebra", "MacroTools", "NNlib", "NaNMath", "Random", "Requires", "SpecialFunctions", "Statistics", "ZygoteRules"]
Expand Down

0 comments on commit 60ee451

Please sign in to comment.