Skip to content

Commit 93c4336

Browse files
committed
Up dependencies
1 parent 7a91ff9 commit 93c4336

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

Manifest.toml

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,15 @@ uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
1818

1919
[[ChainRules]]
2020
deps = ["ChainRulesCore", "Compat", "LinearAlgebra", "Random", "Statistics"]
21-
path = "/home/keno/.julia/dev/ChainRules"
21+
git-tree-sha1 = "ea936da06aa64fd556efb8cf5cf328666e058d56"
2222
uuid = "082447d4-558c-5d27-93f4-14fc19e9eca2"
23-
version = "0.8.18"
23+
version = "1.5.0"
2424

2525
[[ChainRulesCore]]
2626
deps = ["Compat", "LinearAlgebra", "SparseArrays"]
27-
git-tree-sha1 = "17488e29b9dd0aded59a7dd22f444edd96d32dc5"
28-
repo-rev = "kf/diffractorwip2"
29-
repo-url = "https://github.com/Keno/ChainRulesCore.jl.git"
27+
git-tree-sha1 = "dfbf58e0e470c2fd70020ae2c34e2f17b9fd1e4c"
3028
uuid = "d360d2e6-b24c-11e9-a2a3-2a2ae2dbcce4"
31-
version = "0.10.9"
29+
version = "1.2.0"
3230

3331
[[Combinatorics]]
3432
git-tree-sha1 = "08c8b6831dc00bfea825826be0bc8336fc369860"
@@ -37,9 +35,9 @@ version = "1.0.2"
3735

3836
[[Compat]]
3937
deps = ["Base64", "Dates", "DelimitedFiles", "Distributed", "InteractiveUtils", "LibGit2", "Libdl", "LinearAlgebra", "Markdown", "Mmap", "Pkg", "Printf", "REPL", "Random", "SHA", "Serialization", "SharedArrays", "Sockets", "SparseArrays", "Statistics", "Test", "UUIDs", "Unicode"]
40-
git-tree-sha1 = "dc7dedc2c2aa9faf59a55c622760a25cbefbe941"
38+
git-tree-sha1 = "344f143fa0ec67e47917848795ab19c6a455f32c"
4139
uuid = "34da2185-b29b-5c13-b0c7-acf172513d20"
42-
version = "3.31.0"
40+
version = "3.32.0"
4341

4442
[[DataAPI]]
4543
git-tree-sha1 = "ee400abb2298bd13bfc3df1c412ed228061a2385"
@@ -188,9 +186,9 @@ uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
188186

189187
[[SortingAlgorithms]]
190188
deps = ["DataStructures"]
191-
git-tree-sha1 = "2ec1962eba973f383239da22e75218565c390a96"
189+
git-tree-sha1 = "b3363d7460f7d098ca0912c69b082f75625d7508"
192190
uuid = "a2af1166-a08f-5f64-846c-94a0d3cef48c"
193-
version = "1.0.0"
191+
version = "1.0.1"
194192

195193
[[SparseArrays]]
196194
deps = ["LinearAlgebra", "Random"]
@@ -236,9 +234,9 @@ version = "1.0.1"
236234

237235
[[Tables]]
238236
deps = ["DataAPI", "DataValueInterfaces", "IteratorInterfaceExtensions", "LinearAlgebra", "TableTraits", "Test"]
239-
git-tree-sha1 = "8ed4a3ea724dac32670b062be3ef1c1de6773ae8"
237+
git-tree-sha1 = "d0c690d37c73aeb5ca063056283fde5585a41710"
240238
uuid = "bd369af6-aec1-5ad0-b16a-f7cc5008161c"
241-
version = "1.4.4"
239+
version = "1.5.0"
242240

243241
[[Tar]]
244242
deps = ["ArgTools", "SHA"]

Project.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ StatsBase = "2913bbd2-ae8a-5f71-8c99-4fb6c76f3a91"
1313
StructArrays = "09ab397b-f2b6-538f-b94a-2f83cf4a842a"
1414

1515
[compat]
16+
ChainRules = "1.5"
17+
ChainRulesCore = "1.2"
1618
julia = "1"
1719

1820
[extras]

0 commit comments

Comments
 (0)