Skip to content

Commit

Permalink
Update */Manifest.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tkf committed Oct 21, 2020
1 parent 334635c commit 3b70a44
Showing 1 changed file with 21 additions and 3 deletions.
24 changes: 21 additions & 3 deletions test/environments/main/Manifest.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,17 +46,23 @@ uuid = "324d7699-5711-5eae-9e2f-1d82baa6b597"
version = "0.8.3"

[[ChainRules]]
deps = ["ChainRulesCore", "LinearAlgebra", "Random", "Reexport", "Requires", "Statistics"]
git-tree-sha1 = "709004ae60363f13d7c44c934771f72694c0f86f"
deps = ["ChainRulesCore", "ChainRulesTestUtils", "Compat", "LinearAlgebra", "Random", "Reexport", "Requires", "Statistics"]
git-tree-sha1 = "0f755449990428ab9349ce34718301443143914b"
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
version = "0.7.27"
version = "0.7.28"

[[ChainRulesCore]]
deps = ["LinearAlgebra", "MuladdMacro", "SparseArrays"]
git-tree-sha1 = "aebbda0a7c644bd8739b34f2a1b1e48f114aab49"
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
version = "0.9.17"

[[ChainRulesTestUtils]]
deps = ["ChainRulesCore", "Compat", "FiniteDifferences", "LinearAlgebra", "Random", "Test"]
git-tree-sha1 = "157e00b3c05e63c3482aa2179abd3d2a54ad4a57"
uuid = "cdddcdb0-9152-4a09-a978-84456f9df70a"
version = "0.5.3"

[[CommonSubexpressions]]
deps = ["MacroTools", "Test"]
git-tree-sha1 = "7b8a93dba8af7e3b42fecabf646260105ac373f7"
Expand Down Expand Up @@ -156,6 +162,12 @@ git-tree-sha1 = "502b3de6039d5b78c76118423858d981349f3823"
uuid = "1a297f60-69ca-5386-bcde-b61e274b549b"
version = "0.9.7"

[[FiniteDifferences]]
deps = ["ChainRulesCore", "LinearAlgebra", "Printf", "Random", "Richardson"]
git-tree-sha1 = "5ef56eea8b65c2ed2d11bd394629892201369b23"
uuid = "26cc04aa-876d-5657-8c51-4c34ba976000"
version = "0.11.2"

[[ForwardDiff]]
deps = ["CommonSubexpressions", "DiffResults", "DiffRules", "NaNMath", "Random", "SpecialFunctions", "StaticArrays"]
git-tree-sha1 = "1d090099fb82223abc48f7ce176d3f7696ede36d"
Expand Down Expand Up @@ -330,6 +342,12 @@ git-tree-sha1 = "28faf1c963ca1dc3ec87f166d92982e3c4a1f66d"
uuid = "ae029012-a4dd-5104-9daa-d747884805df"
version = "1.1.0"

[[Richardson]]
deps = ["LinearAlgebra"]
git-tree-sha1 = "776e0fdd3da5ad52067b60310ea8f3150d794c2f"
uuid = "708f8203-808e-40c0-ba2d-98a6953ed40d"
version = "1.2.0"

[[SHA]]
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"

Expand Down

0 comments on commit 3b70a44

Please sign in to comment.